Class EntityInfo
Assembly: ReAgent.dll
Syntax
Properties
AngleToCursor
Declaration
public float AngleToCursor { get; }
Property Value
AttachedAnimatedObjects
Declaration
public List<EntityInfo> AttachedAnimatedObjects { get; }
Property Value
BaseEntityPath
Declaration
public string BaseEntityPath { get; }
Property Value
Distance
Declaration
public float Distance { get; }
Property Value
DistanceToCursor
Declaration
public float DistanceToCursor { get; }
Property Value
DistanceToCursorAngle
Declaration
public float DistanceToCursorAngle { get; }
Property Value
IsAlive
Declaration
public bool IsAlive { get; }
Property Value
IsTargetable
Declaration
public bool IsTargetable { get; }
Property Value
IsTargeted
Declaration
public bool IsTargeted { get; }
Property Value
IsUsingAbility
Declaration
public bool IsUsingAbility { get; }
Property Value
Declaration
public string Metadata { get; }
Property Value
Path
Declaration
public string Path { get; }
Property Value
PlayerName
Declaration
public string PlayerName { get; }
Property Value
Position
Declaration
public Vector3 Position { get; }
Property Value
Position2D
Declaration
public Vector2 Position2D { get; }
Property Value
Scale
Declaration
public float Scale { get; }
Property Value
Stats
Declaration
public StatDictionary Stats { get; }
Property Value
VectorToCursor
Declaration
public Vector2 VectorToCursor { get; }
Property Value
VectorToPlayer
Declaration
public Vector2 VectorToPlayer { get; }
Property Value