Search Results for

    Show / Hide Table of Contents

    Class TerrainAreaType

    Inheritance
    Object
    RTSEngineScriptableObject
    TerrainAreaType
    Namespace: RTSEngine.Terrain
    Assembly: cs.temp.dll.dll
    Syntax
    public class TerrainAreaType : RTSEngineScriptableObject

    Properties

    BaseHeight

    Declaration
    public float BaseHeight { get; }
    Property Value
    Type Description
    System.Single

    Key

    Declaration
    public override string Key { get; }
    Property Value
    Type Description
    String
    Overrides
    RTSEngineScriptableObject.Key

    Layers

    Declaration
    public LayerMask Layers { get; }
    Property Value
    Type Description
    LayerMask

    NavigationMask

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

    TestHeightOffset

    Declaration
    public float TestHeightOffset { get; }
    Property Value
    Type Description
    System.Single
    In This Article
    Back to top Unity RTS Engine Documentation