nw::gfx::res::ResLookAtTargetViewUpdater::SetTargetPosition Member Function

Syntax

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

List of Overloaded Member Functions

SetTargetPosition ( f32, f32, f32 ) Sets the view coordinates of the camera.
SetTargetPosition ( const nw::math::VEC3 & ) Sets the view coordinates of the camera.

Description of SetTargetPosition ( f32, f32, f32 )

Sets the view coordinates of the camera.

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

Sets the view coordinates of the camera.


CONFIDENTIAL