Method TryGetProjectionMatrix
TryGetProjectionMatrix(out Matrix4x4)
Provides the projection matrix for the camera frame.
Declaration
public bool TryGetProjectionMatrix(out Matrix4x4 projectionMatrix)
Parameters
Type | Name | Description |
---|---|---|
Matrix4x4 | projectionMatrix | The projection matrix used by the |
Returns
Type | Description |
---|---|
bool |
|