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