Struct EntityHandle
public struct EntityHandle
- Inherited Members
Constructors
EntityHandle(Entity)
public EntityHandle(Entity entity)
Parameters
entity
Entity
Properties
Alive
public bool Alive { get; }
Property Value
Entity
public Entity Entity { get; }
Property Value
EntityId
public readonly int EntityId { get; }