// Multiset VPS — map mode selector for the Unity Inspector. // Copy this file into your Unity project's Assets folder (e.g. Assets/MapType.cs). // Do NOT place it inside Assets/Needle/Components.codegen — that folder is managed by Needle. namespace Needle.Typescript.GeneratedComponents { public enum MapType { SingleMap = 0, MapSet = 1, ObjectTracking = 2, } }