void SetPosition(
const nw::math::VEC3 & position
);
void SetPosition(
f32 x,
f32 y,
f32 z
);
| SetPosition ( const nw::math::VEC3 & ) | Sets the camera's position coordinates. |
| SetPosition ( f32, f32, f32 ) | Sets the camera's position coordinates. |
Sets the camera's position coordinates.
Sets the camera's position coordinates.
CONFIDENTIAL