Files
node-metaverse/dist/enums/AttachmentPoint.js
2017-12-13 15:23:50 +00:00

47 lines
3.1 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var AttachmentPoint;
(function (AttachmentPoint) {
AttachmentPoint[AttachmentPoint["Default"] = 0] = "Default";
AttachmentPoint[AttachmentPoint["Chest"] = 1] = "Chest";
AttachmentPoint[AttachmentPoint["Skull"] = 2] = "Skull";
AttachmentPoint[AttachmentPoint["LeftShoulder"] = 3] = "LeftShoulder";
AttachmentPoint[AttachmentPoint["RightShoulder"] = 4] = "RightShoulder";
AttachmentPoint[AttachmentPoint["LeftHand"] = 5] = "LeftHand";
AttachmentPoint[AttachmentPoint["RightHand"] = 6] = "RightHand";
AttachmentPoint[AttachmentPoint["LeftFoot"] = 7] = "LeftFoot";
AttachmentPoint[AttachmentPoint["RightFoot"] = 8] = "RightFoot";
AttachmentPoint[AttachmentPoint["Spine"] = 9] = "Spine";
AttachmentPoint[AttachmentPoint["Pelvis"] = 10] = "Pelvis";
AttachmentPoint[AttachmentPoint["Mouth"] = 11] = "Mouth";
AttachmentPoint[AttachmentPoint["Chin"] = 12] = "Chin";
AttachmentPoint[AttachmentPoint["LeftEar"] = 13] = "LeftEar";
AttachmentPoint[AttachmentPoint["RightEar"] = 14] = "RightEar";
AttachmentPoint[AttachmentPoint["LeftEyeball"] = 15] = "LeftEyeball";
AttachmentPoint[AttachmentPoint["RightEyeball"] = 16] = "RightEyeball";
AttachmentPoint[AttachmentPoint["Nose"] = 17] = "Nose";
AttachmentPoint[AttachmentPoint["RightUpperArm"] = 18] = "RightUpperArm";
AttachmentPoint[AttachmentPoint["RightForearm"] = 19] = "RightForearm";
AttachmentPoint[AttachmentPoint["LeftUpperArm"] = 20] = "LeftUpperArm";
AttachmentPoint[AttachmentPoint["LeftForearm"] = 21] = "LeftForearm";
AttachmentPoint[AttachmentPoint["RightHip"] = 22] = "RightHip";
AttachmentPoint[AttachmentPoint["RightUpperLeg"] = 23] = "RightUpperLeg";
AttachmentPoint[AttachmentPoint["RightLowerLeg"] = 24] = "RightLowerLeg";
AttachmentPoint[AttachmentPoint["LeftHip"] = 25] = "LeftHip";
AttachmentPoint[AttachmentPoint["LeftUpperLeg"] = 26] = "LeftUpperLeg";
AttachmentPoint[AttachmentPoint["LeftLowerLeg"] = 27] = "LeftLowerLeg";
AttachmentPoint[AttachmentPoint["Stomach"] = 28] = "Stomach";
AttachmentPoint[AttachmentPoint["LeftPec"] = 29] = "LeftPec";
AttachmentPoint[AttachmentPoint["RightPec"] = 30] = "RightPec";
AttachmentPoint[AttachmentPoint["HUDCenter2"] = 31] = "HUDCenter2";
AttachmentPoint[AttachmentPoint["HUDTopRight"] = 32] = "HUDTopRight";
AttachmentPoint[AttachmentPoint["HUDTop"] = 33] = "HUDTop";
AttachmentPoint[AttachmentPoint["HUDTopLeft"] = 34] = "HUDTopLeft";
AttachmentPoint[AttachmentPoint["HUDCenter"] = 35] = "HUDCenter";
AttachmentPoint[AttachmentPoint["HUDBottomLeft"] = 36] = "HUDBottomLeft";
AttachmentPoint[AttachmentPoint["HUDBottom"] = 37] = "HUDBottom";
AttachmentPoint[AttachmentPoint["HUDBottomRight"] = 38] = "HUDBottomRight";
AttachmentPoint[AttachmentPoint["Neck"] = 39] = "Neck";
AttachmentPoint[AttachmentPoint["Root"] = 40] = "Root";
})(AttachmentPoint = exports.AttachmentPoint || (exports.AttachmentPoint = {}));
//# sourceMappingURL=AttachmentPoint.js.map