44 lines
690 B
TypeScript
44 lines
690 B
TypeScript
export enum AttachmentPoint
|
|
{
|
|
Default = 0,
|
|
Chest = 1,
|
|
Skull,
|
|
LeftShoulder,
|
|
RightShoulder,
|
|
LeftHand,
|
|
RightHand,
|
|
LeftFoot,
|
|
RightFoot,
|
|
Spine,
|
|
Pelvis,
|
|
Mouth,
|
|
Chin,
|
|
LeftEar,
|
|
RightEar,
|
|
LeftEyeball,
|
|
RightEyeball,
|
|
Nose,
|
|
RightUpperArm,
|
|
RightForearm,
|
|
LeftUpperArm,
|
|
LeftForearm,
|
|
RightHip,
|
|
RightUpperLeg,
|
|
RightLowerLeg,
|
|
LeftHip,
|
|
LeftUpperLeg,
|
|
LeftLowerLeg,
|
|
Stomach,
|
|
LeftPec,
|
|
RightPec,
|
|
HUDCenter2,
|
|
HUDTopRight,
|
|
HUDTop,
|
|
HUDTopLeft,
|
|
HUDCenter,
|
|
HUDBottomLeft,
|
|
HUDBottom,
|
|
HUDBottomRight,
|
|
Neck,
|
|
Root
|
|
} |