Show / Hide Table of Contents

Class EntityInfo

Inheritance
object
EntityInfo
MonsterInfo
Namespace: ReAgent.State
Assembly: ReAgent.dll
Syntax
public class EntityInfo

Properties

AngleToCursor

Declaration
public float AngleToCursor { get; }
Property Value
Type Description
float

AttachedAnimatedObjects

Declaration
public List<EntityInfo> AttachedAnimatedObjects { get; }
Property Value
Type Description
List<EntityInfo>

BaseEntityPath

Declaration
public string BaseEntityPath { get; }
Property Value
Type Description
string

Distance

Declaration
public float Distance { get; }
Property Value
Type Description
float

DistanceToCursor

Declaration
public float DistanceToCursor { get; }
Property Value
Type Description
float

DistanceToCursorAngle

Declaration
public float DistanceToCursorAngle { get; }
Property Value
Type Description
float

IsAlive

Declaration
public bool IsAlive { get; }
Property Value
Type Description
bool

IsTargetable

Declaration
public bool IsTargetable { get; }
Property Value
Type Description
bool

IsTargeted

Declaration
public bool IsTargeted { get; }
Property Value
Type Description
bool

IsUsingAbility

Declaration
public bool IsUsingAbility { get; }
Property Value
Type Description
bool

Metadata

Declaration
public string Metadata { get; }
Property Value
Type Description
string

Path

Declaration
public string Path { get; }
Property Value
Type Description
string

PlayerName

Declaration
public string PlayerName { get; }
Property Value
Type Description
string

Position

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

Position2D

Declaration
public Vector2 Position2D { get; }
Property Value
Type Description
Vector2

Scale

Declaration
public float Scale { get; }
Property Value
Type Description
float

Stats

Declaration
public StatDictionary Stats { get; }
Property Value
Type Description
StatDictionary

VectorToCursor

Declaration
public Vector2 VectorToCursor { get; }
Property Value
Type Description
Vector2

VectorToPlayer

Declaration
public Vector2 VectorToPlayer { get; }
Property Value
Type Description
Vector2
In this article
Back to top Generated by DocFX