Class MarkerList
[DefaultExecutionOrder(200)]
public sealed class MarkerList : MonoBehaviour
- Inheritance
-
object
Object
Component
Behaviour
MonoBehaviour
MarkerList
Fields
Map
[Tooltip("Map whose marker store receives this list.")]
public BaseMapView Map
Field Value
- BaseMapView
Markers
[Tooltip("Authored markers, synced into the shared store on Start and on edits.")]
public List<MarkerList.MarkerDef> Markers
Field Value
- List<MarkerList.MarkerDef>
Prefabs
[Tooltip("Prefab-tier manager for rows that set Prefab. Empty uses one on this GameObject.")]
public WorldMarkerManager Prefabs
Field Value
- WorldMarkerManager
Methods
Apply()