Show / Hide Table of Contents

    Class PlotPointLayerResolver

    Inheritance
    Object
    PlotPointLayerResolver
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class PlotPointLayerResolver : MonoBehaviour

    Fields

    _canvas

    Declaration
    protected Canvas _canvas
    Field Value
    Type Description
    Canvas

    _layer

    Declaration
    protected PlotPointLayer _layer
    Field Value
    Type Description
    PlotPointLayer

    _layerOffset

    Declaration
    protected int _layerOffset
    Field Value
    Type Description
    Int32

    _root

    Declaration
    protected int _root
    Field Value
    Type Description
    Int32

    LAYER_SIZE

    Declaration
    public const int LAYER_SIZE = 10
    Field Value
    Type Description
    Int32

    Properties

    Layer

    Declaration
    public virtual PlotPointLayer Layer { get; }
    Property Value
    Type Description
    PlotPointLayer

    LayerOffset

    Declaration
    public virtual int LayerOffset { get; }
    Property Value
    Type Description
    Int32

    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
    Type Name Description
    PlotPointLayer layer
    Int32 layerOffset
    Back to top Copyright © 2020 East Side Games Inc.