Class LayerBar
Namespace: Xareus.Scenarios.Unity.Edition
Assembly: Xareus.Scenarios.Unity.Edition.dll
Syntax
public class LayerBar : VisualElement
Constructors
LayerBar()
Declaration
public LayerBar()
Methods
Bind(string[])
Declaration
public void Bind(string[] layerNames)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | layerNames |
Events
OnLayerSelected
Declaration
public event Action<int> OnLayerSelected
Event Type
| Type | Description |
|---|---|
| Action<int> |