Method TryGetDisplayMatrix
TryGetDisplayMatrix(out Matrix4x4)
Provides the display matrix defining how texture is being rendered on the screen.
Declaration
public bool TryGetDisplayMatrix(out Matrix4x4 displayMatrix)
Parameters
Type | Name | Description |
---|---|---|
Matrix4x4 | displayMatrix | The display matrix for rendering. |
Returns
Type | Description |
---|---|
bool |
|