Struct EnvironmentQuery.OverlapFieldViewJob
[BurstCompile]
public struct EnvironmentQuery.OverlapFieldViewJob : IJobParallelFor
- Implements
- Inherited Members
Fields
Actors
public NativeArray<ActorData> Actors
Field Value
Angle
public float Angle
Field Value
Center
public float3 Center
Field Value
- float3
Forward
public float3 Forward
Field Value
- float3
Ignored
public ActorHandle Ignored
Field Value
LayerMask
public LayerMask LayerMask
Field Value
Radius
public float Radius
Field Value
ResultActors
public NativeList<ActorHandle> ResultActors
Field Value
- NativeList<ActorHandle>
Methods
Execute(int)
[BurstCompile]
public void Execute(int index)
Parameters
indexint