Method TryGetProjectionMatrix
TryGetProjectionMatrix(out Matrix4x4)
Get the projection matrix for the frame if possible.
Declaration
public bool TryGetProjectionMatrix(out Matrix4x4 projectionMatrix)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix4x4 | projectionMatrix | The projection matrix. Equal to projectionMatrix. |
Returns
| Type | Description |
|---|---|
| bool | true if the frame has a projection matrix. Otherwise, false. Equal to hasProjectionMatrix. |