[This is preliminary documentation and is subject to change.]
Gets the axes of the specified bone. That is, three vectors pointing right, forward and up, relative to the bone's orientation.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
public void GetBoneAxes( string boneName, out Vector3 right, out Vector3 forward, out Vector3 up )
Parameters
- boneName
- Type: SystemString
The name of the bone. - right
- Type: RageVector3
The right axis. - forward
- Type: RageVector3
The forward axis. - up
- Type: RageVector3
The up axis.
See Also