Table of Contents

Class ActorQuerySystem

Namespace
Ceres.Gameplay
Assembly
Ceres.Gameplay.dll

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

allocator Allocator

Returns

NativeArray<ActorData>

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()