Enum CameraPositionSettings.Mode
Defines the method to use when computing the view matrix.
네임스페이스: UnityEngine.Experimental.Rendering.HDPipeline
어셈블리: solution.dll
구문
public enum CameraPositionSettings.Mode
필드
| 이름 | 설명 |
|---|---|
| ComputeWorldToCameraMatrix | Compute the view matrix from position and rotation parameters. |
| UseWorldToCameraMatrixField | Assign the provided worldToCameraMatrix matrix. |