Show / Hide Table of Contents

Class EntityInfo

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

Properties

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

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

Path

Declaration
public string Path { 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

Stats

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