Search Results for

    Show / Hide Table of Contents

    Struct TerrainAreaMask

    Namespace: RTSEngine.Terrain
    Assembly: cs.temp.dll.dll
    Syntax
    public struct TerrainAreaMask

    Constructors

    TerrainAreaMask(Int32)

    Declaration
    public TerrainAreaMask(int mask)
    Parameters
    Type Name Description
    Int32 mask

    Properties

    mask

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

    Methods

    Add(Int32)

    Declaration
    public void Add(int areaIndex)
    Parameters
    Type Name Description
    Int32 areaIndex

    HasAllAreas()

    Declaration
    public bool HasAllAreas()
    Returns
    Type Description
    Boolean

    Intersect(TerrainAreaMask)

    Declaration
    public bool Intersect(TerrainAreaMask other)
    Parameters
    Type Name Description
    TerrainAreaMask other
    Returns
    Type Description
    Boolean
    In This Article
    Back to top Unity RTS Engine Documentation