Wwise SDK 2019.2.15
|
Position and orientation of game objects. 更多...
Public 成员函数 | |
const AkVector & | Position () const |
Get position vector. 更多... |
|
const AkVector & | OrientationFront () const |
Get orientation front vector. 更多... |
|
const AkVector & | OrientationTop () const |
Get orientation top vector. 更多... |
|
void | Set (const AkVector &in_position, const AkVector &in_orientationFront, const AkVector &in_orientationTop) |
Set position and orientation. Orientation front and top should be orthogonal and normalized. 更多... |
|
void | Set (AkReal32 in_positionX, AkReal32 in_positionY, AkReal32 in_positionZ, AkReal32 in_orientFrontX, AkReal32 in_orientFrontY, AkReal32 in_orientFrontZ, AkReal32 in_orientTopX, AkReal32 in_orientTopY, AkReal32 in_orientTopZ) |
Set position and orientation. Orientation front and top should be orthogonal and normalized. 更多... |
|
void | SetPosition (const AkVector &in_position) |
Set position. 更多... |
|
void | SetPosition (AkReal32 in_x, AkReal32 in_y, AkReal32 in_z) |
Set position. 更多... |
|
void | SetOrientation (const AkVector &in_orientationFront, const AkVector &in_orientationTop) |
Set orientation. Orientation front and top should be orthogonal and normalized. 更多... |
|
void | SetOrientation (AkReal32 in_orientFrontX, AkReal32 in_orientFrontY, AkReal32 in_orientFrontZ, AkReal32 in_orientTopX, AkReal32 in_orientTopY, AkReal32 in_orientTopZ) |
Set orientation. Orientation front and top should be orthogonal and normalized. 更多... |
|