UnitySensors
Loading...
Searching...
No Matches
UnitySensors.Sensor.Camera.ParallelRaycastDepthJob Struct Reference
Inheritance diagram for UnitySensors.Sensor.Camera.ParallelRaycastDepthJob:
Collaboration diagram for UnitySensors.Sensor.Camera.ParallelRaycastDepthJob:

Public Member Functions

void Execute (int index)
 

Public Attributes

float3 cameraPosition
 
float3 forward
 
float3 right
 
float3 up
 
float tanHalfFov
 
float aspect
 
int width
 
int height
 
float farClipPlane
 
NativeArray< float > depthValues
 

Member Function Documentation

◆ Execute()

void UnitySensors.Sensor.Camera.ParallelRaycastDepthJob.Execute ( int  index)

Member Data Documentation

◆ aspect

float UnitySensors.Sensor.Camera.ParallelRaycastDepthJob.aspect

◆ cameraPosition

float3 UnitySensors.Sensor.Camera.ParallelRaycastDepthJob.cameraPosition

◆ depthValues

NativeArray<float> UnitySensors.Sensor.Camera.ParallelRaycastDepthJob.depthValues

◆ farClipPlane

float UnitySensors.Sensor.Camera.ParallelRaycastDepthJob.farClipPlane

◆ forward

float3 UnitySensors.Sensor.Camera.ParallelRaycastDepthJob.forward

◆ height

int UnitySensors.Sensor.Camera.ParallelRaycastDepthJob.height

◆ right

float3 UnitySensors.Sensor.Camera.ParallelRaycastDepthJob.right

◆ tanHalfFov

float UnitySensors.Sensor.Camera.ParallelRaycastDepthJob.tanHalfFov

◆ up

float3 UnitySensors.Sensor.Camera.ParallelRaycastDepthJob.up

◆ width

int UnitySensors.Sensor.Camera.ParallelRaycastDepthJob.width

The documentation for this struct was generated from the following file: