Struct PostQuerySystem.PrepareCommandJob
[BurstCompile]
public struct PostQuerySystem.PrepareCommandJob : IJobParallelFor
- Implements
- Inherited Members
Fields
Command
public PostQueryCommand Command
Field Value
Length
public int Length
Field Value
RaycastCommands
public NativeArray<RaycastCommand> RaycastCommands
Field Value
Source
public ActorData Source
Field Value
Target
public ActorData Target
Field Value
Methods
Execute(int)
public void Execute(int index)
Parameters
indexint