UNPKG

369 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.InteractorType = void 0;
4var InteractorType;
5(function (InteractorType) {
6 InteractorType[InteractorType["External"] = 0] = "External";
7 InteractorType[InteractorType["Particles"] = 1] = "Particles";
8})(InteractorType = exports.InteractorType || (exports.InteractorType = {}));