Table of Contents

Struct PostQuerySystem.PrepareCommandJob

Namespace
Ceres.Gameplay.AI.EQS
Assembly
Ceres.Gameplay.dll
[BurstCompile]
public struct PostQuerySystem.PrepareCommandJob : IJobParallelFor
Implements
Inherited Members

Fields

Command

public PostQueryCommand Command

Field Value

PostQueryCommand

Length

public int Length

Field Value

int

RaycastCommands

public NativeArray<RaycastCommand> RaycastCommands

Field Value

NativeArray<RaycastCommand>

Source

public ActorData Source

Field Value

ActorData

Target

public ActorData Target

Field Value

ActorData

Methods

Execute(int)

public void Execute(int index)

Parameters

index int