Struct HDProbe.RenderData
Store the settings computed during a rendering
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public struct HDProbe.RenderData
Constructors
| Name | Description |
|---|---|
| RenderData(Matrix4x4, Matrix4x4, Vector3, Quaternion, float, float) | Instantiate a new RenderData from specified inputs. |
| RenderData(CameraSettings, CameraPositionSettings) | Instantiate a new RenderData from camera and position settings. |
Properties
| Name | Description |
|---|---|
| aspect | The aspect ratio. |
| capturePosition | The capture position. |
| captureRotation | The capture rotation. |
| fieldOfView | The field of view. |
| projectionMatrix | Projection matrix. |
| worldToCameraRHS | World to camera matrix (Right Hand). |