Class WorldObjectMarkers
[Serializable]
public class WorldObjectMarkers
- Inheritance
-
WorldObjectMarkers
- Inherited Members
-
Fields
Placables
public Dictionary<string, IPlacable> Placables
Field Value
- Dictionary<string, IPlacable>
markerContainer
protected GameObject markerContainer
Field Value
- GameObject
placablePrefabCatalog
protected PlacablePrefabCatalog placablePrefabCatalog
Field Value
- PlacablePrefabCatalog
Properties
HasMarkers
public bool HasMarkers { get; }
Property Value
- bool
Methods
GetPlacable(PlacableData)
public IPlacable GetPlacable(PlacableData data)
Parameters
data PlacableData
Returns
- IPlacable
HasPlacableByData(PlacableData, out IPlacable)
public bool HasPlacableByData(PlacableData data, out IPlacable placable)
Parameters
data PlacableData
placable IPlacable
Returns
- bool
Initialize(MapViewLayout)
public void Initialize(MapViewLayout mapViewLayout)
Parameters
mapViewLayout MapViewLayout
ReleasePlacable(IPlacable)
public void ReleasePlacable(IPlacable placable)
Parameters
placable IPlacable