This section describes the functions used to destroy HIK objects.
For details on memory management when destroying these objects, see HumanIK Objects and Memory Management.
For details on using these functions in the context of closing HumanIK, see Cleanup.
Destroy HIKCharacter pCharacter.
- Parameters
-
| pCharacter | Character to destroy. |
| pFree | Pointer to a memory de-allocation function. If you do not have a custom memory de-allocation function, use &free. |
Destroy HIKCharacterState pCharacterState.
- Parameters
-
| pCharacterState | HIKCharacterState to destroy. |
| pFree | Pointer to a memory de-allocation function. If you do not have a custom memory de-allocation function, use &free. |
Destroy HIKEffectorSetState pESetState.
- Parameters
-
| pESetState | HIKEffectorSetState to destroy. |
| pFree | Pointer to a memory de-allocation function. If you do not have a custom memory de-allocation function, use &free. |
Destroy HIKPropertySetState pPropertySetState.
- Parameters
-
| pPropertySetState | HIKPropertySetState to destroy. |
| pFree | Pointer to a memory de-allocation function. If you do not have a custom memory de-allocation function, use &free. |