void SetViewRotate(
f32 x,
f32 y,
f32 z
);
void SetViewRotate(
const nw::math::VEC3 & value
);
| SetViewRotate ( f32, f32, f32 ) | Sets the camera rotation angle. |
| SetViewRotate ( const nw::math::VEC3 & ) | Sets the camera rotation angle. |
Sets the camera rotation angle.
Sets the camera rotation angle.
CONFIDENTIAL