Entity
Fields
ID | |
generation | |
worldID |
Properties
persistentID | |
transform | |
isActive | |
isPersistent |
Functions
GetComponent() | |
SetComponent(T instance, bool dontInitialize) | |
HasComponent() | |
HasComponent(uint componentType) | |
HasComponentInstance() | |
AddComponent(T instance) | |
MoveToWorld(uint intoWorld) | |
AddEmptyComponent(uint componentType, bool dontInitialize) | |
RemoveComponent(bool dontCallDestroy) | |
RemoveComponent(uint typeID) | |
Destroy(bool destroyChildren) | |
IsValid() | |
InitializeNow() | |
GetIdentity() | |
AddChild(Entity child) | |
Clone(uint intoWorld) |
Static Functions
OldToNew(Entity old) | |
GetFromNativeJsonElement(NativeJsonElement elem) |