Search Results for

    Show / Hide Table of Contents

    Struct TargetEntityFinderData

    Namespace: RTSEngine.EntityComponent
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct TargetEntityFinderData

    Fields

    center

    Declaration
    public Transform center
    Field Value
    Type Description
    Transform

    enabled

    Declaration
    public bool enabled
    Field Value
    Type Description
    Boolean

    idleOnly

    Declaration
    public bool idleOnly
    Field Value
    Type Description
    Boolean

    range

    Declaration
    public float range
    Field Value
    Type Description
    System.Single

    reloadTime

    Declaration
    public float reloadTime
    Field Value
    Type Description
    System.Single

    typePicker

    Declaration
    public EntityTargetPicker typePicker
    Field Value
    Type Description
    EntityTargetPicker
    In This Article
    Back to top Unity RTS Engine Documentation