void SetTargetPosition(
f32 x,
f32 y,
f32 z
);
void SetTargetPosition(
const nw::math::VEC3 & value
);
| SetTargetPosition ( f32, f32, f32 ) | Sets the view coordinates of the camera. |
| SetTargetPosition ( const nw::math::VEC3 & ) | Sets the view coordinates of the camera. |
Sets the view coordinates of the camera.
Sets the view coordinates of the camera.
CONFIDENTIAL