Search Results for

    Show / Hide Table of Contents

    Interface IMovementTargetPositionMarker

    Namespace: RTSEngine.Movement
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMovementTargetPositionMarker

    Properties

    AreasMask

    Declaration
    TerrainAreaMask AreasMask { get; }
    Property Value
    Type Description
    TerrainAreaMask

    CurrSearchCell

    Declaration
    SearchCell CurrSearchCell { get; }
    Property Value
    Type Description
    SearchCell

    Enabled

    Declaration
    bool Enabled { get; }
    Property Value
    Type Description
    Boolean

    Position

    Declaration
    Vector3 Position { get; }
    Property Value
    Type Description
    Vector3

    Radius

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

    Methods

    IsIn(Vector3)

    Declaration
    bool IsIn(Vector3 testPosition)
    Parameters
    Type Name Description
    Vector3 testPosition
    Returns
    Type Description
    Boolean

    Toggle(Boolean, Vector3)

    Declaration
    void Toggle(bool enable, Vector3 position = null)
    Parameters
    Type Name Description
    Boolean enable
    Vector3 position
    In This Article
    Back to top Unity RTS Engine Documentation