Table of Contents

Class LayerTile

Namespace
PAC.Layers
public class LayerTile : MonoBehaviour
Inheritance
LayerTile

Properties

layer

public Layer layer { get; }

Property Value

Layer

selected

public bool selected { get; }

Property Value

bool

tileToggle

public UIToggleButton tileToggle { get; }

Property Value

UIToggleButton

Methods

SetLayer(Layer)

public void SetLayer(Layer layer)

Parameters

layer Layer

SubscribeToLockChange(UnityAction)

public void SubscribeToLockChange(UnityAction call)

Parameters

call UnityAction

SubscribeToNameChange(UnityAction)

public void SubscribeToNameChange(UnityAction call)

Parameters

call UnityAction

SubscribeToRightClick(UnityAction)

public void SubscribeToRightClick(UnityAction call)

Parameters

call UnityAction

SubscribeToVisibilityChange(UnityAction)

public void SubscribeToVisibilityChange(UnityAction call)

Parameters

call UnityAction