Struct ExclusiveEntityTransaction
Syntax
public struct ExclusiveEntityTransaction
Properties
Name |
Description |
EntityManager
|
Return the entity manager this transaction operates upon
|
Methods
Name |
Description |
AddBuffer<T>(Entity)
|
|
AddComponent(Entity, ComponentType)
|
|
CreateArchetype(ComponentType[])
|
|
CreateEntity(ComponentType[])
|
|
CreateEntity(EntityArchetype)
|
|
CreateEntity(EntityArchetype, NativeArray<Entity>)
|
|
DestroyEntity(NativeArray<Entity>)
|
|
DestroyEntity(NativeSlice<Entity>)
|
|
DestroyEntity(Entity)
|
|
Exists(Entity)
|
|
GetBuffer<T>(Entity)
|
|
GetComponentData<T>(Entity)
|
|
GetSharedComponentData<T>(Entity)
|
|
HasComponent(Entity, ComponentType)
|
|
Instantiate(Entity)
|
|
Instantiate(Entity, NativeArray<Entity>)
|
|
RemoveComponent(Entity, ComponentType)
|
|
SetComponentData<T>(Entity, T)
|
|
SetSharedComponentData<T>(Entity, T)
|
|
SwapComponents(ArchetypeChunk, Int32, ArchetypeChunk, Int32)
|
|