Table of Contents

Struct EnvironmentQuery.OverlapFieldViewJob

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

Fields

Actors

public NativeArray<ActorData> Actors

Field Value

NativeArray<ActorData>

Angle

public float Angle

Field Value

float

Center

public float3 Center

Field Value

float3

Forward

public float3 Forward

Field Value

float3

Ignored

public ActorHandle Ignored

Field Value

ActorHandle

LayerMask

public LayerMask LayerMask

Field Value

LayerMask

Radius

public float Radius

Field Value

float

ResultActors

public NativeList<ActorHandle> ResultActors

Field Value

NativeList<ActorHandle>

Methods

Execute(int)

[BurstCompile]
public void Execute(int index)

Parameters

index int