[]
Attempts to get transformation matrix that specifies a position and orientation of the camera in world coordinates.
public bool TryGetCameraPosition(out Matrix3D value)
Public Function TryGetCameraPosition(ByRef value As Matrix3D) As Boolean
| Type | Name | Description |
|---|---|---|
| Matrix3D | value | OUT: The transformation matrix. |
| Type | Description |
|---|---|
| bool |
|