Search Results for

    Show / Hide Table of Contents

    Class AttackObjectTargetEventArgs

    Inheritance
    Object
    System.EventArgs
    AttackObjectTargetEventArgs
    Namespace: RTSEngine.Event
    Assembly: cs.temp.dll.dll
    Syntax
    public class AttackObjectTargetEventArgs : EventArgs

    Constructors

    AttackObjectTargetEventArgs(GameObject, IFactionEntity, Vector3)

    Declaration
    public AttackObjectTargetEventArgs(GameObject targetObject, IFactionEntity target, Vector3 targetPosition)
    Parameters
    Type Name Description
    GameObject targetObject
    IFactionEntity target
    Vector3 targetPosition

    Properties

    Target

    Declaration
    public IFactionEntity Target { get; }
    Property Value
    Type Description
    IFactionEntity

    TargetObject

    Declaration
    public GameObject TargetObject { get; }
    Property Value
    Type Description
    GameObject

    TargetPosition

    Declaration
    public Vector3 TargetPosition { get; }
    Property Value
    Type Description
    Vector3
    In This Article
    Back to top Unity RTS Engine Documentation