Class PlotPointLayerResolver
Inheritance
PlotPointLayerResolver
Assembly: cs.temp.dll.dll
Syntax
public class PlotPointLayerResolver : MonoBehaviour
Fields
_canvas
Declaration
Field Value
_layer
Declaration
protected PlotPointLayer _layer
Field Value
_layerOffset
Declaration
protected int _layerOffset
Field Value
_root
Declaration
Field Value
LAYER_SIZE
Declaration
public const int LAYER_SIZE = 10
Field Value
Properties
Layer
Declaration
public virtual PlotPointLayer Layer { get; }
Property Value
LayerOffset
Declaration
public virtual int LayerOffset { get; }
Property Value
Methods
Awake()
Declaration
protected virtual void Awake()
Resolve()
Declaration
protected virtual void Resolve()
Set(PlotPointLayer, Int32)
Declaration
public virtual void Set(PlotPointLayer layer, int layerOffset)
Parameters