UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

23 lines (22 loc) 22 kB
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.PhysicalLocomotion = void 0; var jsx_runtime_1 = require("neos-script/jsx-runtime"); var core_1 = require("../../../core"); function PhysicalLocomotion(props) { var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, Icon = props.Icon, Color = props.Color, _currentController = props._currentController, _lastDefaultIcon = props._lastDefaultIcon, _lastDefaultColor = props._lastDefaultColor, Turn = props.Turn, MinInitializationDelay = props.MinInitializationDelay, MaxInitializationDelay = props.MaxInitializationDelay, InitializationColliderRoot = props.InitializationColliderRoot, UseSpeedFromUserSettings = props.UseSpeedFromUserSettings, Description = props.Description, Mode = props.Mode, Gripping = props.Gripping, GripOnHold = props.GripOnHold, GripRadius = props.GripRadius, GripVelocityMultiplier = props.GripVelocityMultiplier, GripHandRotationMode = props.GripHandRotationMode, GripObjectRotationMode = props.GripObjectRotationMode, HandGripRotationSmoothSpeed = props.HandGripRotationSmoothSpeed, FallRespawnPosition = props.FallRespawnPosition, MakeGravityCharacterLocal = props.MakeGravityCharacterLocal, AutoAlignVerticalWithGravitySpeed = props.AutoAlignVerticalWithGravitySpeed, ManualAlignVerticalWithGravitySpeed = props.ManualAlignVerticalWithGravitySpeed, AirDecelerationSpeed = props.AirDecelerationSpeed, GripScaleDelay = props.GripScaleDelay, AllowCrouch = props.AllowCrouch, MaximumNormalizedSpeed = props.MaximumNormalizedSpeed, _defaultIcon = props._defaultIcon, _defaultColor = props._defaultColor, _characterController = props._characterController, __legacyName = props.__legacyName; return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.PhysicalLocomotion", id: id, persistentId: persistentId, updateOrder: updateOrder, version: 8 }, { children: [(0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "Enabled", id: typeof Enabled === "object" && "id" in Enabled ? Enabled === null || Enabled === void 0 ? void 0 : Enabled.id : undefined, value: typeof Enabled === "object" && "value" in Enabled ? Enabled === null || Enabled === void 0 ? void 0 : Enabled.value : Enabled !== null && Enabled !== void 0 ? Enabled : true, isRaw: typeof Enabled === "object" && "isRaw" in Enabled && Enabled.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.IAssetProvider`1[FrooxEngine.ITexture2D]]", name: "Icon", id: typeof Icon === "object" && "id" in Icon ? Icon === null || Icon === void 0 ? void 0 : Icon.id : undefined, value: typeof Icon === "object" && "value" in Icon ? Icon === null || Icon === void 0 ? void 0 : Icon.value : Icon, isRaw: typeof Icon === "object" && "isRaw" in Icon && Icon.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "Color", id: typeof Color === "object" && "id" in Color ? Color === null || Color === void 0 ? void 0 : Color.id : undefined, value: typeof Color === "object" && "value" in Color ? Color === null || Color === void 0 ? void 0 : Color.value : Color, isRaw: typeof Color === "object" && "isRaw" in Color && Color.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.LocomotionController]", name: "_currentController", id: typeof _currentController === "object" && "id" in _currentController ? _currentController === null || _currentController === void 0 ? void 0 : _currentController.id : undefined, value: typeof _currentController === "object" && "value" in _currentController ? _currentController === null || _currentController === void 0 ? void 0 : _currentController.value : _currentController, isRaw: typeof _currentController === "object" && "isRaw" in _currentController && _currentController.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Uri]", name: "_lastDefaultIcon", id: typeof _lastDefaultIcon === "object" && "id" in _lastDefaultIcon ? _lastDefaultIcon === null || _lastDefaultIcon === void 0 ? void 0 : _lastDefaultIcon.id : undefined, value: typeof _lastDefaultIcon === "object" && "value" in _lastDefaultIcon ? _lastDefaultIcon === null || _lastDefaultIcon === void 0 ? void 0 : _lastDefaultIcon.value : _lastDefaultIcon, isRaw: typeof _lastDefaultIcon === "object" && "isRaw" in _lastDefaultIcon && _lastDefaultIcon.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Nullable`1[BaseX.color]]", name: "_lastDefaultColor", id: typeof _lastDefaultColor === "object" && "id" in _lastDefaultColor ? _lastDefaultColor === null || _lastDefaultColor === void 0 ? void 0 : _lastDefaultColor.id : undefined, value: typeof _lastDefaultColor === "object" && "value" in _lastDefaultColor ? _lastDefaultColor === null || _lastDefaultColor === void 0 ? void 0 : _lastDefaultColor.value : _lastDefaultColor, isRaw: typeof _lastDefaultColor === "object" && "isRaw" in _lastDefaultColor && _lastDefaultColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.TurnSubmodule", name: "Turn", id: typeof Turn === "object" && "id" in Turn ? Turn === null || Turn === void 0 ? void 0 : Turn.id : undefined, value: typeof Turn === "object" && "value" in Turn ? Turn === null || Turn === void 0 ? void 0 : Turn.value : Turn, isRaw: typeof Turn === "object" && "isRaw" in Turn && Turn.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MinInitializationDelay", id: typeof MinInitializationDelay === "object" && "id" in MinInitializationDelay ? MinInitializationDelay === null || MinInitializationDelay === void 0 ? void 0 : MinInitializationDelay.id : undefined, value: typeof MinInitializationDelay === "object" && "value" in MinInitializationDelay ? MinInitializationDelay === null || MinInitializationDelay === void 0 ? void 0 : MinInitializationDelay.value : MinInitializationDelay, isRaw: typeof MinInitializationDelay === "object" && "isRaw" in MinInitializationDelay && MinInitializationDelay.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MaxInitializationDelay", id: typeof MaxInitializationDelay === "object" && "id" in MaxInitializationDelay ? MaxInitializationDelay === null || MaxInitializationDelay === void 0 ? void 0 : MaxInitializationDelay.id : undefined, value: typeof MaxInitializationDelay === "object" && "value" in MaxInitializationDelay ? MaxInitializationDelay === null || MaxInitializationDelay === void 0 ? void 0 : MaxInitializationDelay.value : MaxInitializationDelay, isRaw: typeof MaxInitializationDelay === "object" && "isRaw" in MaxInitializationDelay && MaxInitializationDelay.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "InitializationColliderRoot", id: typeof InitializationColliderRoot === "object" && "id" in InitializationColliderRoot ? InitializationColliderRoot === null || InitializationColliderRoot === void 0 ? void 0 : InitializationColliderRoot.id : undefined, value: typeof InitializationColliderRoot === "object" && "value" in InitializationColliderRoot ? InitializationColliderRoot === null || InitializationColliderRoot === void 0 ? void 0 : InitializationColliderRoot.value : InitializationColliderRoot, isRaw: typeof InitializationColliderRoot === "object" && "isRaw" in InitializationColliderRoot && InitializationColliderRoot.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "UseSpeedFromUserSettings", id: typeof UseSpeedFromUserSettings === "object" && "id" in UseSpeedFromUserSettings ? UseSpeedFromUserSettings === null || UseSpeedFromUserSettings === void 0 ? void 0 : UseSpeedFromUserSettings.id : undefined, value: typeof UseSpeedFromUserSettings === "object" && "value" in UseSpeedFromUserSettings ? UseSpeedFromUserSettings === null || UseSpeedFromUserSettings === void 0 ? void 0 : UseSpeedFromUserSettings.value : UseSpeedFromUserSettings, isRaw: typeof UseSpeedFromUserSettings === "object" && "isRaw" in UseSpeedFromUserSettings && UseSpeedFromUserSettings.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.String]", name: "Description", id: typeof Description === "object" && "id" in Description ? Description === null || Description === void 0 ? void 0 : Description.id : undefined, value: typeof Description === "object" && "value" in Description ? Description === null || Description === void 0 ? void 0 : Description.value : Description, isRaw: typeof Description === "object" && "isRaw" in Description && Description.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.PhysicalLocomotion+MovementMode]", name: "Mode", id: typeof Mode === "object" && "id" in Mode ? Mode === null || Mode === void 0 ? void 0 : Mode.id : undefined, value: typeof Mode === "object" && "value" in Mode ? Mode === null || Mode === void 0 ? void 0 : Mode.value : Mode, isRaw: typeof Mode === "object" && "isRaw" in Mode && Mode.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.PhysicalLocomotion+EnvironmentGripping]", name: "Gripping", id: typeof Gripping === "object" && "id" in Gripping ? Gripping === null || Gripping === void 0 ? void 0 : Gripping.id : undefined, value: typeof Gripping === "object" && "value" in Gripping ? Gripping === null || Gripping === void 0 ? void 0 : Gripping.value : Gripping, isRaw: typeof Gripping === "object" && "isRaw" in Gripping && Gripping.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "GripOnHold", id: typeof GripOnHold === "object" && "id" in GripOnHold ? GripOnHold === null || GripOnHold === void 0 ? void 0 : GripOnHold.id : undefined, value: typeof GripOnHold === "object" && "value" in GripOnHold ? GripOnHold === null || GripOnHold === void 0 ? void 0 : GripOnHold.value : GripOnHold, isRaw: typeof GripOnHold === "object" && "isRaw" in GripOnHold && GripOnHold.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "GripRadius", id: typeof GripRadius === "object" && "id" in GripRadius ? GripRadius === null || GripRadius === void 0 ? void 0 : GripRadius.id : undefined, value: typeof GripRadius === "object" && "value" in GripRadius ? GripRadius === null || GripRadius === void 0 ? void 0 : GripRadius.value : GripRadius, isRaw: typeof GripRadius === "object" && "isRaw" in GripRadius && GripRadius.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "GripVelocityMultiplier", id: typeof GripVelocityMultiplier === "object" && "id" in GripVelocityMultiplier ? GripVelocityMultiplier === null || GripVelocityMultiplier === void 0 ? void 0 : GripVelocityMultiplier.id : undefined, value: typeof GripVelocityMultiplier === "object" && "value" in GripVelocityMultiplier ? GripVelocityMultiplier === null || GripVelocityMultiplier === void 0 ? void 0 : GripVelocityMultiplier.value : GripVelocityMultiplier, isRaw: typeof GripVelocityMultiplier === "object" && "isRaw" in GripVelocityMultiplier && GripVelocityMultiplier.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.PhysicalLocomotion+GripRotation]", name: "GripHandRotationMode", id: typeof GripHandRotationMode === "object" && "id" in GripHandRotationMode ? GripHandRotationMode === null || GripHandRotationMode === void 0 ? void 0 : GripHandRotationMode.id : undefined, value: typeof GripHandRotationMode === "object" && "value" in GripHandRotationMode ? GripHandRotationMode === null || GripHandRotationMode === void 0 ? void 0 : GripHandRotationMode.value : GripHandRotationMode, isRaw: typeof GripHandRotationMode === "object" && "isRaw" in GripHandRotationMode && GripHandRotationMode.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.PhysicalLocomotion+GripRotation]", name: "GripObjectRotationMode", id: typeof GripObjectRotationMode === "object" && "id" in GripObjectRotationMode ? GripObjectRotationMode === null || GripObjectRotationMode === void 0 ? void 0 : GripObjectRotationMode.id : undefined, value: typeof GripObjectRotationMode === "object" && "value" in GripObjectRotationMode ? GripObjectRotationMode === null || GripObjectRotationMode === void 0 ? void 0 : GripObjectRotationMode.value : GripObjectRotationMode, isRaw: typeof GripObjectRotationMode === "object" && "isRaw" in GripObjectRotationMode && GripObjectRotationMode.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Nullable`1[System.Single]]", name: "HandGripRotationSmoothSpeed", id: typeof HandGripRotationSmoothSpeed === "object" && "id" in HandGripRotationSmoothSpeed ? HandGripRotationSmoothSpeed === null || HandGripRotationSmoothSpeed === void 0 ? void 0 : HandGripRotationSmoothSpeed.id : undefined, value: typeof HandGripRotationSmoothSpeed === "object" && "value" in HandGripRotationSmoothSpeed ? HandGripRotationSmoothSpeed === null || HandGripRotationSmoothSpeed === void 0 ? void 0 : HandGripRotationSmoothSpeed.value : HandGripRotationSmoothSpeed, isRaw: typeof HandGripRotationSmoothSpeed === "object" && "isRaw" in HandGripRotationSmoothSpeed && HandGripRotationSmoothSpeed.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "FallRespawnPosition", id: typeof FallRespawnPosition === "object" && "id" in FallRespawnPosition ? FallRespawnPosition === null || FallRespawnPosition === void 0 ? void 0 : FallRespawnPosition.id : undefined, value: typeof FallRespawnPosition === "object" && "value" in FallRespawnPosition ? FallRespawnPosition === null || FallRespawnPosition === void 0 ? void 0 : FallRespawnPosition.value : FallRespawnPosition, isRaw: typeof FallRespawnPosition === "object" && "isRaw" in FallRespawnPosition && FallRespawnPosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "MakeGravityCharacterLocal", id: typeof MakeGravityCharacterLocal === "object" && "id" in MakeGravityCharacterLocal ? MakeGravityCharacterLocal === null || MakeGravityCharacterLocal === void 0 ? void 0 : MakeGravityCharacterLocal.id : undefined, value: typeof MakeGravityCharacterLocal === "object" && "value" in MakeGravityCharacterLocal ? MakeGravityCharacterLocal === null || MakeGravityCharacterLocal === void 0 ? void 0 : MakeGravityCharacterLocal.value : MakeGravityCharacterLocal, isRaw: typeof MakeGravityCharacterLocal === "object" && "isRaw" in MakeGravityCharacterLocal && MakeGravityCharacterLocal.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "AutoAlignVerticalWithGravitySpeed", id: typeof AutoAlignVerticalWithGravitySpeed === "object" && "id" in AutoAlignVerticalWithGravitySpeed ? AutoAlignVerticalWithGravitySpeed === null || AutoAlignVerticalWithGravitySpeed === void 0 ? void 0 : AutoAlignVerticalWithGravitySpeed.id : undefined, value: typeof AutoAlignVerticalWithGravitySpeed === "object" && "value" in AutoAlignVerticalWithGravitySpeed ? AutoAlignVerticalWithGravitySpeed === null || AutoAlignVerticalWithGravitySpeed === void 0 ? void 0 : AutoAlignVerticalWithGravitySpeed.value : AutoAlignVerticalWithGravitySpeed, isRaw: typeof AutoAlignVerticalWithGravitySpeed === "object" && "isRaw" in AutoAlignVerticalWithGravitySpeed && AutoAlignVerticalWithGravitySpeed.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "ManualAlignVerticalWithGravitySpeed", id: typeof ManualAlignVerticalWithGravitySpeed === "object" && "id" in ManualAlignVerticalWithGravitySpeed ? ManualAlignVerticalWithGravitySpeed === null || ManualAlignVerticalWithGravitySpeed === void 0 ? void 0 : ManualAlignVerticalWithGravitySpeed.id : undefined, value: typeof ManualAlignVerticalWithGravitySpeed === "object" && "value" in ManualAlignVerticalWithGravitySpeed ? ManualAlignVerticalWithGravitySpeed === null || ManualAlignVerticalWithGravitySpeed === void 0 ? void 0 : ManualAlignVerticalWithGravitySpeed.value : ManualAlignVerticalWithGravitySpeed, isRaw: typeof ManualAlignVerticalWithGravitySpeed === "object" && "isRaw" in ManualAlignVerticalWithGravitySpeed && ManualAlignVerticalWithGravitySpeed.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "AirDecelerationSpeed", id: typeof AirDecelerationSpeed === "object" && "id" in AirDecelerationSpeed ? AirDecelerationSpeed === null || AirDecelerationSpeed === void 0 ? void 0 : AirDecelerationSpeed.id : undefined, value: typeof AirDecelerationSpeed === "object" && "value" in AirDecelerationSpeed ? AirDecelerationSpeed === null || AirDecelerationSpeed === void 0 ? void 0 : AirDecelerationSpeed.value : AirDecelerationSpeed, isRaw: typeof AirDecelerationSpeed === "object" && "isRaw" in AirDecelerationSpeed && AirDecelerationSpeed.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "GripScaleDelay", id: typeof GripScaleDelay === "object" && "id" in GripScaleDelay ? GripScaleDelay === null || GripScaleDelay === void 0 ? void 0 : GripScaleDelay.id : undefined, value: typeof GripScaleDelay === "object" && "value" in GripScaleDelay ? GripScaleDelay === null || GripScaleDelay === void 0 ? void 0 : GripScaleDelay.value : GripScaleDelay, isRaw: typeof GripScaleDelay === "object" && "isRaw" in GripScaleDelay && GripScaleDelay.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "AllowCrouch", id: typeof AllowCrouch === "object" && "id" in AllowCrouch ? AllowCrouch === null || AllowCrouch === void 0 ? void 0 : AllowCrouch.id : undefined, value: typeof AllowCrouch === "object" && "value" in AllowCrouch ? AllowCrouch === null || AllowCrouch === void 0 ? void 0 : AllowCrouch.value : AllowCrouch, isRaw: typeof AllowCrouch === "object" && "isRaw" in AllowCrouch && AllowCrouch.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MaximumNormalizedSpeed", id: typeof MaximumNormalizedSpeed === "object" && "id" in MaximumNormalizedSpeed ? MaximumNormalizedSpeed === null || MaximumNormalizedSpeed === void 0 ? void 0 : MaximumNormalizedSpeed.id : undefined, value: typeof MaximumNormalizedSpeed === "object" && "value" in MaximumNormalizedSpeed ? MaximumNormalizedSpeed === null || MaximumNormalizedSpeed === void 0 ? void 0 : MaximumNormalizedSpeed.value : MaximumNormalizedSpeed, isRaw: typeof MaximumNormalizedSpeed === "object" && "isRaw" in MaximumNormalizedSpeed && MaximumNormalizedSpeed.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Uri]", name: "_defaultIcon", id: typeof _defaultIcon === "object" && "id" in _defaultIcon ? _defaultIcon === null || _defaultIcon === void 0 ? void 0 : _defaultIcon.id : undefined, value: typeof _defaultIcon === "object" && "value" in _defaultIcon ? _defaultIcon === null || _defaultIcon === void 0 ? void 0 : _defaultIcon.value : _defaultIcon, isRaw: typeof _defaultIcon === "object" && "isRaw" in _defaultIcon && _defaultIcon.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "_defaultColor", id: typeof _defaultColor === "object" && "id" in _defaultColor ? _defaultColor === null || _defaultColor === void 0 ? void 0 : _defaultColor.id : undefined, value: typeof _defaultColor === "object" && "value" in _defaultColor ? _defaultColor === null || _defaultColor === void 0 ? void 0 : _defaultColor.value : _defaultColor, isRaw: typeof _defaultColor === "object" && "isRaw" in _defaultColor && _defaultColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.CharacterController]", name: "_characterController", id: typeof _characterController === "object" && "id" in _characterController ? _characterController === null || _characterController === void 0 ? void 0 : _characterController.id : undefined, value: typeof _characterController === "object" && "value" in _characterController ? _characterController === null || _characterController === void 0 ? void 0 : _characterController.value : _characterController, isRaw: typeof _characterController === "object" && "isRaw" in _characterController && _characterController.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.String]", name: "__legacyName-ID", id: typeof __legacyName === "object" && "id" in __legacyName ? __legacyName === null || __legacyName === void 0 ? void 0 : __legacyName.id : undefined, value: typeof __legacyName === "object" && "value" in __legacyName ? __legacyName === null || __legacyName === void 0 ? void 0 : __legacyName.value : __legacyName, readOnly: true, isRaw: typeof __legacyName === "object" && "isRaw" in __legacyName && __legacyName.isRaw ? true : undefined })] }))); } exports.PhysicalLocomotion = PhysicalLocomotion; ;