Class ActorQuerySystem
Represent a DOP actor query system.
public class ActorQuerySystem : WorldSubsystem
- Inheritance
-
ActorQuerySystem
- Inherited Members
Constructors
ActorQuerySystem()
public ActorQuerySystem()
Methods
GetAllActors(Allocator)
Allocate an actor data array for query
public NativeArray<ActorData> GetAllActors(Allocator allocator)
Parameters
allocatorAllocator
Returns
Initialize()
Subsystem initialize phase, should bind callbacks and collect references in this phase
protected override void Initialize()
Release()
Subsystem release phase, should unbind callbacks and release references in this phase
protected override void Release()
Tick()
public override void Tick()