unpak.js
Version:
Modern TypeScript library for reading Unreal Engine pak files and assets, inspired by CUE4Parse
10 lines • 497 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.EAttachmentRule = void 0;
var EAttachmentRule;
(function (EAttachmentRule) {
EAttachmentRule[EAttachmentRule["KeepRelative"] = 0] = "KeepRelative";
EAttachmentRule[EAttachmentRule["KeepWorld"] = 1] = "KeepWorld";
EAttachmentRule[EAttachmentRule["SnapToTarget"] = 2] = "SnapToTarget";
})(EAttachmentRule || (exports.EAttachmentRule = EAttachmentRule = {}));
//# sourceMappingURL=EAttachmentRule.js.map
;