This section describes utility functions for use with quadruped characters.
Functions | |
| void | HIKAddQuadripedOffset (const HIKCharacter *pCharacter, HIKCharacterState *pCharacterState) |
Add quadruped offsets to HIKCharacterState pCharacterState. More... | |
| void | HIKSubQuadripedOffset (const HIKCharacter *pCharacter, HIKCharacterState *pCharacterState) |
Subtract quadruped offsets from HIKCharacterState pCharacterState. More... | |
| void HIKAddQuadripedOffset | ( | const HIKCharacter * | pCharacter, |
| HIKCharacterState * | pCharacterState | ||
| ) |
Add quadruped offsets to HIKCharacterState pCharacterState.
| pCharacter | The HIKCharacter to which the offsets will be added. |
| pCharacterState | The HIKCharacterState to which the offsets will be added. |
| void HIKSubQuadripedOffset | ( | const HIKCharacter * | pCharacter, |
| HIKCharacterState * | pCharacterState | ||
| ) |
Subtract quadruped offsets from HIKCharacterState pCharacterState.
| pCharacter | The HIKCharacter from which the offsets will be subtracted. |
| pCharacterState | The HIKCharacterState from which the offsets will be subtracted. |