nw::demo::ParticleHandle::SetTranslate Member Function

Syntax

void SetTranslate(
     f32 x,
     f32 y,
     f32 z
);
void SetTranslate(
     const nw::math::VEC3 & translate
);

List of Overloaded Member Functions

SetTranslate(f32, f32, f32) Sets the position.
SetTranslate ( const nw::math::VEC3 & ) Sets the position.

Description of SetTranslate(f32, f32, f32)

Sets the position.

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

Sets the position.


CONFIDENTIAL