Body Parts for story track character.
const kFBStoryTrackBodyPartNone = 0 [static] |
const kFBStoryTrackBodyPartHead = 1 << 0 [static] |
const kFBStoryTrackBodyPartLeftShoulder = 1 << 1 [static] |
const kFBStoryTrackBodyPartLeftHand = 1 << 2 [static] |
const kFBStoryTrackBodyPartLeftArm = 1 << 3 | kFBStoryTrackBodyPartLeftShoulder | kFBStoryTrackBodyPartLeftHand [static] |
const kFBStoryTrackBodyPartRightShoulder = 1 << 4 [static] |
const kFBStoryTrackBodyPartRightHand = 1 << 5 [static] |
const kFBStoryTrackBodyPartRightArm = 1 << 6 | kFBStoryTrackBodyPartRightShoulder | kFBStoryTrackBodyPartRightHand [static] |
const kFBStoryTrackBodyPartUpperBody [static] |
const kFBStoryTrackBodyPartLeftFoot = 1 << 7 [static] |
const kFBStoryTrackBodyPartLeftLeg = 1 << 8 | kFBStoryTrackBodyPartLeftFoot [static] |
const kFBStoryTrackBodyPartRightFoot = 1 << 9 [static] |
const kFBStoryTrackBodyPartRightLeg = 1 << 10| kFBStoryTrackBodyPartRightFoot [static] |
const kFBStoryTrackBodyPartAll = kFBStoryTrackBodyPartUpperBody | kFBStoryTrackBodyPartLowerBody [static] |
const kFBStoryTrackBodyPartProps = 1 << 11 [static] |
const kFBStoryTrackBodyPartExtensions = 1 << 12 [static] |