FixObjectToBone
Description
Similar to FixObjectToObject except the parent will be a bone in the other object.
Definition
FixObjectToBone( objID, toObjID, toBoneIndex )
void agk::FixObjectToBone( uint32_t objID, uint32_t toObjID, uint32_t toBoneIndex )
Parameters
- objID - The ID of the object to fix.
- toObjID - The ID of the object to fix it to.
- toBoneIndex - The index of the bone to fix it to.