nw::gfx::res::ResRotateViewUpdater::SetViewRotate Member Function

Syntax

void SetViewRotate(
     f32 x,
     f32 y,
     f32 z
);
void SetViewRotate(
     const nw::math::VEC3 & value
);

List of Overloaded Member Functions

SetViewRotate ( f32, f32, f32 ) Sets the camera rotation angle.
SetViewRotate ( const nw::math::VEC3 & ) Sets the camera rotation angle.

Description of SetViewRotate ( f32, f32, f32 )

Sets the camera rotation angle.

Description of SetViewRotate ( const nw::math::VEC3 & )

Sets the camera rotation angle.


CONFIDENTIAL