void SetPosition(
f32 x,
f32 y,
f32 z
);
| Name | Description | |
|---|---|---|
| in | x | The x coordinate of the position. |
| in | y | The y coordinate of the position. |
| in | z | The z coordinate of the position. |
Sets the camera's position coordinates.
CONFIDENTIAL