Enum CameraPositionSettings.Mode
Defines the method to use when computing the view matrix.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum CameraPositionSettings.Mode
Fields
Name | Description |
---|---|
ComputeWorldToCameraMatrix | Compute the view matrix from position and rotation parameters. |
UseWorldToCameraMatrixField | Assign the provided worldToCameraMatrix matrix. |