UNPKG

neos-script

Version:

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

19 lines 59.1 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.InteractiveCamera = void 0; var jsx_runtime_1 = require("neos-script/jsx-runtime"); var core_1 = require("../../../core"); function InteractiveCamera(props) { var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, CameraMode = props.CameraMode, PreviewWidth = props.PreviewWidth, PreviewHeight = props.PreviewHeight, RenderWidth = props.RenderWidth, StereoSeparation = props.StereoSeparation, TimerInterval = props.TimerInterval, TimerEnabled = props.TimerEnabled, TimerCountIndicator = props.TimerCountIndicator, TimerColorIndicator = props.TimerColorIndicator, _timerUser = props._timerUser, MainCamera = props.MainCamera, SecondaryCamera = props.SecondaryCamera, PreviewTexture = props.PreviewTexture, DisplayMaterial = props.DisplayMaterial, Format = props.Format, Quality = props.Quality, SpawnPhotoInWorld = props.SpawnPhotoInWorld, PhotoSpawnPoint = props.PhotoSpawnPoint, PhotoSpawnSize = props.PhotoSpawnSize, PanoramaIndicator = props.PanoramaIndicator, PanoramaIndicatorSize = props.PanoramaIndicatorSize, ObjectTargetSource = props.ObjectTargetSource, ObjectTargetSourceActive = props.ObjectTargetSourceActive, ObjectAutoPose = props.ObjectAutoPose, HideLasersOnCapture = props.HideLasersOnCapture, CaptureSound = props.CaptureSound, TimerStartSound = props.TimerStartSound, TimerCountdownSlowPlayer = props.TimerCountdownSlowPlayer, TimerCountdownFastPlayer = props.TimerCountdownFastPlayer, TimerCountdownSlowOutput = props.TimerCountdownSlowOutput, TimerCountdownFastOutput = props.TimerCountdownFastOutput, PreviewScale = props.PreviewScale, CameraModelOverride = props.CameraModelOverride, FrustumVisual = props.FrustumVisual, DefaultNearClip = props.DefaultNearClip, DefaultFarClip = props.DefaultFarClip, _frustumPosition = props._frustumPosition, _frustumRotation = props._frustumRotation, _frustumVerticalFOV = props._frustumVerticalFOV, _frustumHorizontalFOV = props._frustumHorizontalFOV, _frustumNear = props._frustumNear, _frustumFar = props._frustumFar, _leftCamOffset = props._leftCamOffset, _rightCamOffset = props._rightCamOffset, _leftCamOrientation = props._leftCamOrientation, _rightCamOrientation = props._rightCamOrientation, _cameraRendering = props._cameraRendering, _secondaryCameraRendering = props._secondaryCameraRendering, ExclusiveOperators = props.ExclusiveOperators, ControlActiveFields = props.ControlActiveFields, RenderOnlyForUsers = props.RenderOnlyForUsers, ForceVisualsOff = props.ForceVisualsOff, VisualActiveFields = props.VisualActiveFields, AutoHideProximity = props.AutoHideProximity, ForceEyeAttentionUsers = props.ForceEyeAttentionUsers, SimulatingUser = props.SimulatingUser, DestroyOnUserLeave = props.DestroyOnUserLeave, PositioningMode = props.PositioningMode, ActiveAnchor = props.ActiveAnchor, AnchorInterpolationSpeed = props.AnchorInterpolationSpeed, AnchorLinearInterpolation = props.AnchorLinearInterpolation, FrameTargetUser = props.FrameTargetUser, HeadPointOffset = props.HeadPointOffset, AnglePosition = props.AnglePosition, Distance = props.Distance, HeightOffset = props.HeightOffset, FirstPersonPitch = props.FirstPersonPitch, FirstPersonRoll = props.FirstPersonRoll, FirstPersonOffset = props.FirstPersonOffset, GroupIncludeRadius = props.GroupIncludeRadius, GroupExcludeRadius = props.GroupExcludeRadius, ForceGroupInclude = props.ForceGroupInclude, ForceGroupExclude = props.ForceGroupExclude, PositionSmoothSpeed = props.PositionSmoothSpeed, AnglePositionSmoothSpeed = props.AnglePositionSmoothSpeed, FramingSmoothSpeed = props.FramingSmoothSpeed, WobbleMagnitude = props.WobbleMagnitude, WobbleSeed = props.WobbleSeed, WobbleSpeed = props.WobbleSpeed, FramingViewportPosition = props.FramingViewportPosition, AvoidOcclusion = props.AvoidOcclusion, OcclusionIncludePlayers = props.OcclusionIncludePlayers, OcclusionIncludeAnyColliders = props.OcclusionIncludeAnyColliders, _positionStream = props._positionStream, _rotationStream = props._rotationStream, _positionDrive = props._positionDrive, _rotationDrive = props._rotationDrive, _releasePosition = props._releasePosition, _releaseRotation = props._releaseRotation; return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.InteractiveCamera", id: id, persistentId: persistentId, updateOrder: updateOrder, version: 6 }, { 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.Sync`1[FrooxEngine.InteractiveCamera+Mode]", name: "CameraMode", id: typeof CameraMode === "object" && "id" in CameraMode ? CameraMode === null || CameraMode === void 0 ? void 0 : CameraMode.id : undefined, value: typeof CameraMode === "object" && "value" in CameraMode ? CameraMode === null || CameraMode === void 0 ? void 0 : CameraMode.value : CameraMode, isRaw: typeof CameraMode === "object" && "isRaw" in CameraMode && CameraMode.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Int32]", name: "PreviewWidth", id: typeof PreviewWidth === "object" && "id" in PreviewWidth ? PreviewWidth === null || PreviewWidth === void 0 ? void 0 : PreviewWidth.id : undefined, value: typeof PreviewWidth === "object" && "value" in PreviewWidth ? PreviewWidth === null || PreviewWidth === void 0 ? void 0 : PreviewWidth.value : PreviewWidth, isRaw: typeof PreviewWidth === "object" && "isRaw" in PreviewWidth && PreviewWidth.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Int32]", name: "PreviewHeight", id: typeof PreviewHeight === "object" && "id" in PreviewHeight ? PreviewHeight === null || PreviewHeight === void 0 ? void 0 : PreviewHeight.id : undefined, value: typeof PreviewHeight === "object" && "value" in PreviewHeight ? PreviewHeight === null || PreviewHeight === void 0 ? void 0 : PreviewHeight.value : PreviewHeight, isRaw: typeof PreviewHeight === "object" && "isRaw" in PreviewHeight && PreviewHeight.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Int32]", name: "RenderWidth", id: typeof RenderWidth === "object" && "id" in RenderWidth ? RenderWidth === null || RenderWidth === void 0 ? void 0 : RenderWidth.id : undefined, value: typeof RenderWidth === "object" && "value" in RenderWidth ? RenderWidth === null || RenderWidth === void 0 ? void 0 : RenderWidth.value : RenderWidth, isRaw: typeof RenderWidth === "object" && "isRaw" in RenderWidth && RenderWidth.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "StereoSeparation", id: typeof StereoSeparation === "object" && "id" in StereoSeparation ? StereoSeparation === null || StereoSeparation === void 0 ? void 0 : StereoSeparation.id : undefined, value: typeof StereoSeparation === "object" && "value" in StereoSeparation ? StereoSeparation === null || StereoSeparation === void 0 ? void 0 : StereoSeparation.value : StereoSeparation, isRaw: typeof StereoSeparation === "object" && "isRaw" in StereoSeparation && StereoSeparation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "TimerInterval", id: typeof TimerInterval === "object" && "id" in TimerInterval ? TimerInterval === null || TimerInterval === void 0 ? void 0 : TimerInterval.id : undefined, value: typeof TimerInterval === "object" && "value" in TimerInterval ? TimerInterval === null || TimerInterval === void 0 ? void 0 : TimerInterval.value : TimerInterval, isRaw: typeof TimerInterval === "object" && "isRaw" in TimerInterval && TimerInterval.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "TimerEnabled", id: typeof TimerEnabled === "object" && "id" in TimerEnabled ? TimerEnabled === null || TimerEnabled === void 0 ? void 0 : TimerEnabled.id : undefined, value: typeof TimerEnabled === "object" && "value" in TimerEnabled ? TimerEnabled === null || TimerEnabled === void 0 ? void 0 : TimerEnabled.value : TimerEnabled, isRaw: typeof TimerEnabled === "object" && "isRaw" in TimerEnabled && TimerEnabled.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.String]", name: "TimerCountIndicator", id: typeof TimerCountIndicator === "object" && "id" in TimerCountIndicator ? TimerCountIndicator === null || TimerCountIndicator === void 0 ? void 0 : TimerCountIndicator.id : undefined, value: typeof TimerCountIndicator === "object" && "value" in TimerCountIndicator ? TimerCountIndicator === null || TimerCountIndicator === void 0 ? void 0 : TimerCountIndicator.value : TimerCountIndicator, isRaw: typeof TimerCountIndicator === "object" && "isRaw" in TimerCountIndicator && TimerCountIndicator.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "TimerColorIndicator", id: typeof TimerColorIndicator === "object" && "id" in TimerColorIndicator ? TimerColorIndicator === null || TimerColorIndicator === void 0 ? void 0 : TimerColorIndicator.id : undefined, value: typeof TimerColorIndicator === "object" && "value" in TimerColorIndicator ? TimerColorIndicator === null || TimerColorIndicator === void 0 ? void 0 : TimerColorIndicator.value : TimerColorIndicator, isRaw: typeof TimerColorIndicator === "object" && "isRaw" in TimerColorIndicator && TimerColorIndicator.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.User]", name: "_timerUser", id: typeof _timerUser === "object" && "id" in _timerUser ? _timerUser === null || _timerUser === void 0 ? void 0 : _timerUser.id : undefined, value: typeof _timerUser === "object" && "value" in _timerUser ? _timerUser === null || _timerUser === void 0 ? void 0 : _timerUser.value : _timerUser, isRaw: typeof _timerUser === "object" && "isRaw" in _timerUser && _timerUser.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.RelayRef`1[FrooxEngine.Camera]", name: "MainCamera", id: typeof MainCamera === "object" && "id" in MainCamera ? MainCamera === null || MainCamera === void 0 ? void 0 : MainCamera.id : undefined, value: typeof MainCamera === "object" && "value" in MainCamera ? MainCamera === null || MainCamera === void 0 ? void 0 : MainCamera.value : MainCamera, isRaw: typeof MainCamera === "object" && "isRaw" in MainCamera && MainCamera.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Camera]", name: "SecondaryCamera", id: typeof SecondaryCamera === "object" && "id" in SecondaryCamera ? SecondaryCamera === null || SecondaryCamera === void 0 ? void 0 : SecondaryCamera.id : undefined, value: typeof SecondaryCamera === "object" && "value" in SecondaryCamera ? SecondaryCamera === null || SecondaryCamera === void 0 ? void 0 : SecondaryCamera.value : SecondaryCamera, isRaw: typeof SecondaryCamera === "object" && "isRaw" in SecondaryCamera && SecondaryCamera.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.RenderTextureProvider]", name: "PreviewTexture", id: typeof PreviewTexture === "object" && "id" in PreviewTexture ? PreviewTexture === null || PreviewTexture === void 0 ? void 0 : PreviewTexture.id : undefined, value: typeof PreviewTexture === "object" && "value" in PreviewTexture ? PreviewTexture === null || PreviewTexture === void 0 ? void 0 : PreviewTexture.value : PreviewTexture, isRaw: typeof PreviewTexture === "object" && "isRaw" in PreviewTexture && PreviewTexture.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.IStereoMaterial]", name: "DisplayMaterial", id: typeof DisplayMaterial === "object" && "id" in DisplayMaterial ? DisplayMaterial === null || DisplayMaterial === void 0 ? void 0 : DisplayMaterial.id : undefined, value: typeof DisplayMaterial === "object" && "value" in DisplayMaterial ? DisplayMaterial === null || DisplayMaterial === void 0 ? void 0 : DisplayMaterial.value : DisplayMaterial, isRaw: typeof DisplayMaterial === "object" && "isRaw" in DisplayMaterial && DisplayMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.InteractiveCamera+EncodeFormat]", name: "Format", id: typeof Format === "object" && "id" in Format ? Format === null || Format === void 0 ? void 0 : Format.id : undefined, value: typeof Format === "object" && "value" in Format ? Format === null || Format === void 0 ? void 0 : Format.value : Format, isRaw: typeof Format === "object" && "isRaw" in Format && Format.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Quality", id: typeof Quality === "object" && "id" in Quality ? Quality === null || Quality === void 0 ? void 0 : Quality.id : undefined, value: typeof Quality === "object" && "value" in Quality ? Quality === null || Quality === void 0 ? void 0 : Quality.value : Quality, isRaw: typeof Quality === "object" && "isRaw" in Quality && Quality.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "SpawnPhotoInWorld", id: typeof SpawnPhotoInWorld === "object" && "id" in SpawnPhotoInWorld ? SpawnPhotoInWorld === null || SpawnPhotoInWorld === void 0 ? void 0 : SpawnPhotoInWorld.id : undefined, value: typeof SpawnPhotoInWorld === "object" && "value" in SpawnPhotoInWorld ? SpawnPhotoInWorld === null || SpawnPhotoInWorld === void 0 ? void 0 : SpawnPhotoInWorld.value : SpawnPhotoInWorld, isRaw: typeof SpawnPhotoInWorld === "object" && "isRaw" in SpawnPhotoInWorld && SpawnPhotoInWorld.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "PhotoSpawnPoint", id: typeof PhotoSpawnPoint === "object" && "id" in PhotoSpawnPoint ? PhotoSpawnPoint === null || PhotoSpawnPoint === void 0 ? void 0 : PhotoSpawnPoint.id : undefined, value: typeof PhotoSpawnPoint === "object" && "value" in PhotoSpawnPoint ? PhotoSpawnPoint === null || PhotoSpawnPoint === void 0 ? void 0 : PhotoSpawnPoint.value : PhotoSpawnPoint, isRaw: typeof PhotoSpawnPoint === "object" && "isRaw" in PhotoSpawnPoint && PhotoSpawnPoint.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "PhotoSpawnSize", id: typeof PhotoSpawnSize === "object" && "id" in PhotoSpawnSize ? PhotoSpawnSize === null || PhotoSpawnSize === void 0 ? void 0 : PhotoSpawnSize.id : undefined, value: typeof PhotoSpawnSize === "object" && "value" in PhotoSpawnSize ? PhotoSpawnSize === null || PhotoSpawnSize === void 0 ? void 0 : PhotoSpawnSize.value : PhotoSpawnSize, isRaw: typeof PhotoSpawnSize === "object" && "isRaw" in PhotoSpawnSize && PhotoSpawnSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "PanoramaIndicator", id: typeof PanoramaIndicator === "object" && "id" in PanoramaIndicator ? PanoramaIndicator === null || PanoramaIndicator === void 0 ? void 0 : PanoramaIndicator.id : undefined, value: typeof PanoramaIndicator === "object" && "value" in PanoramaIndicator ? PanoramaIndicator === null || PanoramaIndicator === void 0 ? void 0 : PanoramaIndicator.value : PanoramaIndicator, isRaw: typeof PanoramaIndicator === "object" && "isRaw" in PanoramaIndicator && PanoramaIndicator.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "PanoramaIndicatorSize", id: typeof PanoramaIndicatorSize === "object" && "id" in PanoramaIndicatorSize ? PanoramaIndicatorSize === null || PanoramaIndicatorSize === void 0 ? void 0 : PanoramaIndicatorSize.id : undefined, value: typeof PanoramaIndicatorSize === "object" && "value" in PanoramaIndicatorSize ? PanoramaIndicatorSize === null || PanoramaIndicatorSize === void 0 ? void 0 : PanoramaIndicatorSize.value : PanoramaIndicatorSize, isRaw: typeof PanoramaIndicatorSize === "object" && "isRaw" in PanoramaIndicatorSize && PanoramaIndicatorSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "ObjectTargetSource", id: typeof ObjectTargetSource === "object" && "id" in ObjectTargetSource ? ObjectTargetSource === null || ObjectTargetSource === void 0 ? void 0 : ObjectTargetSource.id : undefined, value: typeof ObjectTargetSource === "object" && "value" in ObjectTargetSource ? ObjectTargetSource === null || ObjectTargetSource === void 0 ? void 0 : ObjectTargetSource.value : ObjectTargetSource, isRaw: typeof ObjectTargetSource === "object" && "isRaw" in ObjectTargetSource && ObjectTargetSource.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Boolean]", name: "ObjectTargetSourceActive", id: typeof ObjectTargetSourceActive === "object" && "id" in ObjectTargetSourceActive ? ObjectTargetSourceActive === null || ObjectTargetSourceActive === void 0 ? void 0 : ObjectTargetSourceActive.id : undefined, value: typeof ObjectTargetSourceActive === "object" && "value" in ObjectTargetSourceActive ? ObjectTargetSourceActive === null || ObjectTargetSourceActive === void 0 ? void 0 : ObjectTargetSourceActive.value : ObjectTargetSourceActive, isRaw: typeof ObjectTargetSourceActive === "object" && "isRaw" in ObjectTargetSourceActive && ObjectTargetSourceActive.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "ObjectAutoPose", id: typeof ObjectAutoPose === "object" && "id" in ObjectAutoPose ? ObjectAutoPose === null || ObjectAutoPose === void 0 ? void 0 : ObjectAutoPose.id : undefined, value: typeof ObjectAutoPose === "object" && "value" in ObjectAutoPose ? ObjectAutoPose === null || ObjectAutoPose === void 0 ? void 0 : ObjectAutoPose.value : ObjectAutoPose, isRaw: typeof ObjectAutoPose === "object" && "isRaw" in ObjectAutoPose && ObjectAutoPose.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "HideLasersOnCapture", id: typeof HideLasersOnCapture === "object" && "id" in HideLasersOnCapture ? HideLasersOnCapture === null || HideLasersOnCapture === void 0 ? void 0 : HideLasersOnCapture.id : undefined, value: typeof HideLasersOnCapture === "object" && "value" in HideLasersOnCapture ? HideLasersOnCapture === null || HideLasersOnCapture === void 0 ? void 0 : HideLasersOnCapture.value : HideLasersOnCapture, isRaw: typeof HideLasersOnCapture === "object" && "isRaw" in HideLasersOnCapture && HideLasersOnCapture.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.AudioClip]", name: "CaptureSound", id: typeof CaptureSound === "object" && "id" in CaptureSound ? CaptureSound === null || CaptureSound === void 0 ? void 0 : CaptureSound.id : undefined, value: typeof CaptureSound === "object" && "value" in CaptureSound ? CaptureSound === null || CaptureSound === void 0 ? void 0 : CaptureSound.value : CaptureSound, isRaw: typeof CaptureSound === "object" && "isRaw" in CaptureSound && CaptureSound.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.AudioClip]", name: "TimerStartSound", id: typeof TimerStartSound === "object" && "id" in TimerStartSound ? TimerStartSound === null || TimerStartSound === void 0 ? void 0 : TimerStartSound.id : undefined, value: typeof TimerStartSound === "object" && "value" in TimerStartSound ? TimerStartSound === null || TimerStartSound === void 0 ? void 0 : TimerStartSound.value : TimerStartSound, isRaw: typeof TimerStartSound === "object" && "isRaw" in TimerStartSound && TimerStartSound.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.AudioClipPlayer]", name: "TimerCountdownSlowPlayer", id: typeof TimerCountdownSlowPlayer === "object" && "id" in TimerCountdownSlowPlayer ? TimerCountdownSlowPlayer === null || TimerCountdownSlowPlayer === void 0 ? void 0 : TimerCountdownSlowPlayer.id : undefined, value: typeof TimerCountdownSlowPlayer === "object" && "value" in TimerCountdownSlowPlayer ? TimerCountdownSlowPlayer === null || TimerCountdownSlowPlayer === void 0 ? void 0 : TimerCountdownSlowPlayer.value : TimerCountdownSlowPlayer, isRaw: typeof TimerCountdownSlowPlayer === "object" && "isRaw" in TimerCountdownSlowPlayer && TimerCountdownSlowPlayer.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.AudioClipPlayer]", name: "TimerCountdownFastPlayer", id: typeof TimerCountdownFastPlayer === "object" && "id" in TimerCountdownFastPlayer ? TimerCountdownFastPlayer === null || TimerCountdownFastPlayer === void 0 ? void 0 : TimerCountdownFastPlayer.id : undefined, value: typeof TimerCountdownFastPlayer === "object" && "value" in TimerCountdownFastPlayer ? TimerCountdownFastPlayer === null || TimerCountdownFastPlayer === void 0 ? void 0 : TimerCountdownFastPlayer.value : TimerCountdownFastPlayer, isRaw: typeof TimerCountdownFastPlayer === "object" && "isRaw" in TimerCountdownFastPlayer && TimerCountdownFastPlayer.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.AudioOutput]", name: "TimerCountdownSlowOutput", id: typeof TimerCountdownSlowOutput === "object" && "id" in TimerCountdownSlowOutput ? TimerCountdownSlowOutput === null || TimerCountdownSlowOutput === void 0 ? void 0 : TimerCountdownSlowOutput.id : undefined, value: typeof TimerCountdownSlowOutput === "object" && "value" in TimerCountdownSlowOutput ? TimerCountdownSlowOutput === null || TimerCountdownSlowOutput === void 0 ? void 0 : TimerCountdownSlowOutput.value : TimerCountdownSlowOutput, isRaw: typeof TimerCountdownSlowOutput === "object" && "isRaw" in TimerCountdownSlowOutput && TimerCountdownSlowOutput.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.AudioOutput]", name: "TimerCountdownFastOutput", id: typeof TimerCountdownFastOutput === "object" && "id" in TimerCountdownFastOutput ? TimerCountdownFastOutput === null || TimerCountdownFastOutput === void 0 ? void 0 : TimerCountdownFastOutput.id : undefined, value: typeof TimerCountdownFastOutput === "object" && "value" in TimerCountdownFastOutput ? TimerCountdownFastOutput === null || TimerCountdownFastOutput === void 0 ? void 0 : TimerCountdownFastOutput.value : TimerCountdownFastOutput, isRaw: typeof TimerCountdownFastOutput === "object" && "isRaw" in TimerCountdownFastOutput && TimerCountdownFastOutput.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.RawOutput`1[BaseX.float2]", name: "PreviewScale", id: typeof PreviewScale === "object" && "id" in PreviewScale ? PreviewScale === null || PreviewScale === void 0 ? void 0 : PreviewScale.id : undefined, value: typeof PreviewScale === "object" && "value" in PreviewScale ? PreviewScale === null || PreviewScale === void 0 ? void 0 : PreviewScale.value : PreviewScale, isRaw: typeof PreviewScale === "object" && "isRaw" in PreviewScale && PreviewScale.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.String]", name: "CameraModelOverride", id: typeof CameraModelOverride === "object" && "id" in CameraModelOverride ? CameraModelOverride === null || CameraModelOverride === void 0 ? void 0 : CameraModelOverride.id : undefined, value: typeof CameraModelOverride === "object" && "value" in CameraModelOverride ? CameraModelOverride === null || CameraModelOverride === void 0 ? void 0 : CameraModelOverride.value : CameraModelOverride, isRaw: typeof CameraModelOverride === "object" && "isRaw" in CameraModelOverride && CameraModelOverride.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.CameraFrustumMesh]", name: "FrustumVisual", id: typeof FrustumVisual === "object" && "id" in FrustumVisual ? FrustumVisual === null || FrustumVisual === void 0 ? void 0 : FrustumVisual.id : undefined, value: typeof FrustumVisual === "object" && "value" in FrustumVisual ? FrustumVisual === null || FrustumVisual === void 0 ? void 0 : FrustumVisual.value : FrustumVisual, isRaw: typeof FrustumVisual === "object" && "isRaw" in FrustumVisual && FrustumVisual.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "DefaultNearClip", id: typeof DefaultNearClip === "object" && "id" in DefaultNearClip ? DefaultNearClip === null || DefaultNearClip === void 0 ? void 0 : DefaultNearClip.id : undefined, value: typeof DefaultNearClip === "object" && "value" in DefaultNearClip ? DefaultNearClip === null || DefaultNearClip === void 0 ? void 0 : DefaultNearClip.value : DefaultNearClip, isRaw: typeof DefaultNearClip === "object" && "isRaw" in DefaultNearClip && DefaultNearClip.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "DefaultFarClip", id: typeof DefaultFarClip === "object" && "id" in DefaultFarClip ? DefaultFarClip === null || DefaultFarClip === void 0 ? void 0 : DefaultFarClip.id : undefined, value: typeof DefaultFarClip === "object" && "value" in DefaultFarClip ? DefaultFarClip === null || DefaultFarClip === void 0 ? void 0 : DefaultFarClip.value : DefaultFarClip, isRaw: typeof DefaultFarClip === "object" && "isRaw" in DefaultFarClip && DefaultFarClip.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_frustumPosition", id: typeof _frustumPosition === "object" && "id" in _frustumPosition ? _frustumPosition === null || _frustumPosition === void 0 ? void 0 : _frustumPosition.id : undefined, value: typeof _frustumPosition === "object" && "value" in _frustumPosition ? _frustumPosition === null || _frustumPosition === void 0 ? void 0 : _frustumPosition.value : _frustumPosition, isRaw: typeof _frustumPosition === "object" && "isRaw" in _frustumPosition && _frustumPosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.floatQ]", name: "_frustumRotation", id: typeof _frustumRotation === "object" && "id" in _frustumRotation ? _frustumRotation === null || _frustumRotation === void 0 ? void 0 : _frustumRotation.id : undefined, value: typeof _frustumRotation === "object" && "value" in _frustumRotation ? _frustumRotation === null || _frustumRotation === void 0 ? void 0 : _frustumRotation.value : _frustumRotation, isRaw: typeof _frustumRotation === "object" && "isRaw" in _frustumRotation && _frustumRotation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_frustumVerticalFOV", id: typeof _frustumVerticalFOV === "object" && "id" in _frustumVerticalFOV ? _frustumVerticalFOV === null || _frustumVerticalFOV === void 0 ? void 0 : _frustumVerticalFOV.id : undefined, value: typeof _frustumVerticalFOV === "object" && "value" in _frustumVerticalFOV ? _frustumVerticalFOV === null || _frustumVerticalFOV === void 0 ? void 0 : _frustumVerticalFOV.value : _frustumVerticalFOV, isRaw: typeof _frustumVerticalFOV === "object" && "isRaw" in _frustumVerticalFOV && _frustumVerticalFOV.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_frustumHorizontalFOV", id: typeof _frustumHorizontalFOV === "object" && "id" in _frustumHorizontalFOV ? _frustumHorizontalFOV === null || _frustumHorizontalFOV === void 0 ? void 0 : _frustumHorizontalFOV.id : undefined, value: typeof _frustumHorizontalFOV === "object" && "value" in _frustumHorizontalFOV ? _frustumHorizontalFOV === null || _frustumHorizontalFOV === void 0 ? void 0 : _frustumHorizontalFOV.value : _frustumHorizontalFOV, isRaw: typeof _frustumHorizontalFOV === "object" && "isRaw" in _frustumHorizontalFOV && _frustumHorizontalFOV.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_frustumNear", id: typeof _frustumNear === "object" && "id" in _frustumNear ? _frustumNear === null || _frustumNear === void 0 ? void 0 : _frustumNear.id : undefined, value: typeof _frustumNear === "object" && "value" in _frustumNear ? _frustumNear === null || _frustumNear === void 0 ? void 0 : _frustumNear.value : _frustumNear, isRaw: typeof _frustumNear === "object" && "isRaw" in _frustumNear && _frustumNear.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_frustumFar", id: typeof _frustumFar === "object" && "id" in _frustumFar ? _frustumFar === null || _frustumFar === void 0 ? void 0 : _frustumFar.id : undefined, value: typeof _frustumFar === "object" && "value" in _frustumFar ? _frustumFar === null || _frustumFar === void 0 ? void 0 : _frustumFar.value : _frustumFar, isRaw: typeof _frustumFar === "object" && "isRaw" in _frustumFar && _frustumFar.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_leftCamOffset", id: typeof _leftCamOffset === "object" && "id" in _leftCamOffset ? _leftCamOffset === null || _leftCamOffset === void 0 ? void 0 : _leftCamOffset.id : undefined, value: typeof _leftCamOffset === "object" && "value" in _leftCamOffset ? _leftCamOffset === null || _leftCamOffset === void 0 ? void 0 : _leftCamOffset.value : _leftCamOffset, isRaw: typeof _leftCamOffset === "object" && "isRaw" in _leftCamOffset && _leftCamOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_rightCamOffset", id: typeof _rightCamOffset === "object" && "id" in _rightCamOffset ? _rightCamOffset === null || _rightCamOffset === void 0 ? void 0 : _rightCamOffset.id : undefined, value: typeof _rightCamOffset === "object" && "value" in _rightCamOffset ? _rightCamOffset === null || _rightCamOffset === void 0 ? void 0 : _rightCamOffset.value : _rightCamOffset, isRaw: typeof _rightCamOffset === "object" && "isRaw" in _rightCamOffset && _rightCamOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.floatQ]", name: "_leftCamOrientation", id: typeof _leftCamOrientation === "object" && "id" in _leftCamOrientation ? _leftCamOrientation === null || _leftCamOrientation === void 0 ? void 0 : _leftCamOrientation.id : undefined, value: typeof _leftCamOrientation === "object" && "value" in _leftCamOrientation ? _leftCamOrientation === null || _leftCamOrientation === void 0 ? void 0 : _leftCamOrientation.value : _leftCamOrientation, isRaw: typeof _leftCamOrientation === "object" && "isRaw" in _leftCamOrientation && _leftCamOrientation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.floatQ]", name: "_rightCamOrientation", id: typeof _rightCamOrientation === "object" && "id" in _rightCamOrientation ? _rightCamOrientation === null || _rightCamOrientation === void 0 ? void 0 : _rightCamOrientation.id : undefined, value: typeof _rightCamOrientation === "object" && "value" in _rightCamOrientation ? _rightCamOrientation === null || _rightCamOrientation === void 0 ? void 0 : _rightCamOrientation.value : _rightCamOrientation, isRaw: typeof _rightCamOrientation === "object" && "isRaw" in _rightCamOrientation && _rightCamOrientation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Boolean]", name: "_cameraRendering", id: typeof _cameraRendering === "object" && "id" in _cameraRendering ? _cameraRendering === null || _cameraRendering === void 0 ? void 0 : _cameraRendering.id : undefined, value: typeof _cameraRendering === "object" && "value" in _cameraRendering ? _cameraRendering === null || _cameraRendering === void 0 ? void 0 : _cameraRendering.value : _cameraRendering, isRaw: typeof _cameraRendering === "object" && "isRaw" in _cameraRendering && _cameraRendering.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Boolean]", name: "_secondaryCameraRendering", id: typeof _secondaryCameraRendering === "object" && "id" in _secondaryCameraRendering ? _secondaryCameraRendering === null || _secondaryCameraRendering === void 0 ? void 0 : _secondaryCameraRendering.id : undefined, value: typeof _secondaryCameraRendering === "object" && "value" in _secondaryCameraRendering ? _secondaryCameraRendering === null || _secondaryCameraRendering === void 0 ? void 0 : _secondaryCameraRendering.value : _secondaryCameraRendering, isRaw: typeof _secondaryCameraRendering === "object" && "isRaw" in _secondaryCameraRendering && _secondaryCameraRendering.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncList`1[FrooxEngine.UserRef]", name: "ExclusiveOperators", id: typeof ExclusiveOperators === "object" && "id" in ExclusiveOperators ? ExclusiveOperators === null || ExclusiveOperators === void 0 ? void 0 : ExclusiveOperators.id : undefined, value: typeof ExclusiveOperators === "object" && "value" in ExclusiveOperators ? ExclusiveOperators === null || ExclusiveOperators === void 0 ? void 0 : ExclusiveOperators.value : ExclusiveOperators, isRaw: typeof ExclusiveOperators === "object" && "isRaw" in ExclusiveOperators && ExclusiveOperators.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncList`1[FrooxEngine.FieldDrive`1[System.Boolean]]", name: "ControlActiveFields", id: typeof ControlActiveFields === "object" && "id" in ControlActiveFields ? ControlActiveFields === null || ControlActiveFields === void 0 ? void 0 : ControlActiveFields.id : undefined, value: typeof ControlActiveFields === "object" && "value" in ControlActiveFields ? ControlActiveFields === null || ControlActiveFields === void 0 ? void 0 : ControlActiveFields.value : ControlActiveFields, isRaw: typeof ControlActiveFields === "object" && "isRaw" in ControlActiveFields && ControlActiveFields.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncList`1[FrooxEngine.UserRef]", name: "RenderOnlyForUsers", id: typeof RenderOnlyForUsers === "object" && "id" in RenderOnlyForUsers ? RenderOnlyForUsers === null || RenderOnlyForUsers === void 0 ? void 0 : RenderOnlyForUsers.id : undefined, value: typeof RenderOnlyForUsers === "object" && "value" in RenderOnlyForUsers ? RenderOnlyForUsers === null || RenderOnlyForUsers === void 0 ? void 0 : RenderOnlyForUsers.value : RenderOnlyForUsers, isRaw: typeof RenderOnlyForUsers === "object" && "isRaw" in RenderOnlyForUsers && RenderOnlyForUsers.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "ForceVisualsOff", id: typeof ForceVisualsOff === "object" && "id" in ForceVisualsOff ? ForceVisualsOff === null || ForceVisualsOff === void 0 ? void 0 : ForceVisualsOff.id : undefined, value: typeof ForceVisualsOff === "object" && "value" in ForceVisualsOff ? ForceVisualsOff === null || ForceVisualsOff === void 0 ? void 0 : ForceVisualsOff.value : ForceVisualsOff, isRaw: typeof ForceVisualsOff === "object" && "isRaw" in ForceVisualsOff && ForceVisualsOff.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncList`1[FrooxEngine.FieldDrive`1[System.Boolean]]", name: "VisualActiveFields", id: typeof VisualActiveFields === "object" && "id" in VisualActiveFields ? VisualActiveFields === null || VisualActiveFields === void 0 ? void 0 : VisualActiveFields.id : undefined, value: typeof VisualActiveFields === "object" && "value" in VisualActiveFields ? VisualActiveFields === null || VisualActiveFields === void 0 ? void 0 : VisualActiveFields.value : VisualActiveFields, isRaw: typeof VisualActiveFields === "object" && "isRaw" in VisualActiveFields && VisualActiveFields.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "AutoHideProximity", id: typeof AutoHideProximity === "object" && "id" in AutoHideProximity ? AutoHideProximity === null || AutoHideProximity === void 0 ? void 0 : AutoHideProximity.id : undefined, value: typeof AutoHideProximity === "object" && "value" in AutoHideProximity ? AutoHideProximity === null || AutoHideProximity === void 0 ? void 0 : AutoHideProximity.value : AutoHideProximity, isRaw: typeof AutoHideProximity === "object" && "isRaw" in AutoHideProximity && AutoHideProximity.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncList`1[FrooxEngine.UserRef]", name: "ForceEyeAttentionUsers", id: typeof ForceEyeAttentionUsers === "object" && "id" in ForceEyeAttentionUsers ? ForceEyeAttentionUsers === null || ForceEyeAttentionUsers === void 0 ? void 0 : ForceEyeAttentionUsers.id : undefined, value: typeof ForceEyeAttentionUsers === "object" && "value" in ForceEyeAttentionUsers ? ForceEyeAttentionUsers === null || ForceEyeAttentionUsers === void 0 ? void 0 : ForceEyeAttentionUsers.value : ForceEyeAttentionUsers, isRaw: typeof ForceEyeAttentionUsers === "object" && "isRaw" in ForceEyeAttentionUsers && ForceEyeAttentionUsers.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.UserRef", name: "SimulatingUser", id: typeof SimulatingUser === "object" && "id" in SimulatingUser ? SimulatingUser === null || SimulatingUser === void 0 ? void 0 : SimulatingUser.id : undefined, value: typeof SimulatingUser === "object" && "value" in SimulatingUser ? SimulatingUser === null || SimulatingUser === void 0 ? void 0 : SimulatingUser.value : SimulatingUser, isRaw: typeof SimulatingUser === "object" && "isRaw" in SimulatingUser && SimulatingUser.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.UserRef", name: "DestroyOnUserLeave", id: typeof DestroyOnUserLeave === "object" && "id" in DestroyOnUserLeave ? DestroyOnUserLeave === null || DestroyOnUserLeave === void 0 ? void 0 : DestroyOnUserLeave.id : undefined, value: typeof DestroyOnUserLeave === "object" && "value" in DestroyOnUserLeave ? DestroyOnUserLeave === null || DestroyOnUserLeave === void 0 ? void 0 : DestroyOnUserLeave.value : DestroyOnUserLeave, isRaw: typeof DestroyOnUserLeave === "object" && "isRaw" in DestroyOnUserLeave && DestroyOnUserLeave.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.CameraPositioningMode]", name: "PositioningMode", id: typeof PositioningMode === "object" && "id" in PositioningMode ? PositioningMode === null || PositioningMode === void 0 ? void 0 : PositioningMode.id : undefined, value: typeof PositioningMode === "object" && "value" in PositioningMode ? PositioningMode === null || PositioningMode === void 0 ? void 0 : PositioningMode.value : PositioningMode, isRaw: typeof PositioningMode === "object" && "isRaw" in PositioningMode && PositioningMode.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.InteractiveCameraAnchor]", name: "ActiveAnchor", id: typeof ActiveAnchor === "object" && "id" in ActiveAnchor ? ActiveAnchor === null || ActiveAnchor === void 0 ? void 0 : ActiveAnchor.id : undefined, value: typeof ActiveAnchor === "object" && "value" in ActiveAnchor ? ActiveAnchor === null || ActiveAnchor === void 0 ? void 0 : ActiveAnchor.value : ActiveAnchor, isRaw: typeof ActiveAnchor === "object" && "isRaw" in ActiveAnchor && ActiveAnchor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "AnchorInterpolationSpeed", id: typeof AnchorInterpolationSpeed === "object" && "id" in AnchorInterpolationSpeed ? AnchorInterpolationSpeed === null || AnchorInterpolationSpeed === void 0 ? void 0 : AnchorInterpolationSpeed.id : undefined, value: typeof AnchorInterpolationSpeed === "object" && "value" in AnchorInterpolationSpeed ? AnchorInterpolationSpeed === null || AnchorInterpolationSpeed === void 0 ? void 0 : AnchorInterpolationSpeed.value : AnchorInterpolationSpeed, isRaw: typeof AnchorInterpolationSpeed === "object" && "isRaw" in AnchorInterpolationSpeed && AnchorInterpolationSpeed.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "AnchorLinearInterpolation", id: typeof AnchorLinearInterpolation === "object" && "id" in AnchorLinearInterpolation ? AnchorLinearInterpolation === null || AnchorLinearInterpolation === void 0 ? void 0 : AnchorLinearInterpolation.id : undefined, value: typeof AnchorLinearInterpolation === "object" && "value" in AnchorLinearInterpolation ? AnchorLinearInterpolation === null || AnchorLinearInterpolation === void 0 ? void 0 : AnchorLinearInterpolation.value : AnchorLinearInterpolation, isRaw: typeof AnchorLinearInterpolation === "object" && "isRaw" in AnchorLinearInterpolation && AnchorLinearInterpolation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.UserRef", name: "FrameTargetUser", id: typeof FrameTargetUser === "object" && "id" in FrameTargetUser ? FrameTargetUser === null || FrameTargetUser === void 0 ? void 0 : FrameTargetUser.id : undefined, value: typeof FrameTargetUser === "object" && "value" in FrameTargetUser ? FrameTargetUser === null || FrameTargetUser === void 0 ? void 0 : FrameTargetUser.value : FrameTargetUser, isRaw: typeof FrameTargetUser === "object" && "isRaw" in FrameTargetUser && FrameTargetUser.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "HeadPointOffset", id: typeof HeadPointOffset === "object" && "id" in HeadPointOffset ? HeadPointOffset === null || HeadPointOffset === void 0 ? void 0 : HeadPointOffset.id : undefined, value: typeof HeadPointOffset === "object" && "value" in HeadPointOffset ? HeadPointOffset === null || HeadPointOffset === void 0 ? void 0 : HeadPointOffset.value : HeadPointOffset, isRaw: typeof HeadPointOffset === "object" && "isRaw" in HeadPointOffset && HeadPointOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "AnglePosition", id: typeof AnglePosition === "object" && "id" in AnglePosition ? AnglePosition === null || AnglePosition === void 0 ? void 0 : AnglePosition.id : undefined, value: typeof AnglePosition === "object" && "value" in AnglePosition ? AnglePosition === null || AnglePosition === void 0 ? void 0 : AnglePosition.value : AnglePosition, isRaw: typeof AnglePosition === "object" && "isRaw" in AnglePosition && AnglePosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Distance", id: typeof Distance === "object" && "id" in Distance ? Distance === null || Distance === void 0 ? void 0 : Distance.id : undefined, value: typeof Distance === "object" && "value" in Distance ? Distance === null || Distance === void 0 ? void 0 : Distance.value : Distance, isRaw: typeof Distance === "object" && "isRaw" in Distance && Distance.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "HeightOffset", id: typeof HeightOffset === "object" && "id" in HeightOffset ? HeightOffset === null || HeightOffset === void 0 ? void 0 : HeightOffset.id : undefined, value: typeof HeightOffset === "object" && "value" in HeightOffset ? HeightOffset === null || HeightOffset === void 0 ? void 0 : HeightOffset.value : HeightOffset, isRaw: typeof HeightOffset === "object" && "isRaw" in HeightOffset && HeightOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "FirstPersonPitch", id: typeof FirstPersonPitch === "object" && "id" in FirstPersonPitch ? FirstPersonPitch === null || FirstPersonPitch === void 0 ? void 0 : FirstPersonPitch.id : undefined, value: typeof FirstPersonPitch === "object" && "value" in FirstPersonPitch ? FirstPersonPitch === null || FirstPersonPitch === void 0 ? void 0 : FirstPersonPitch.value : FirstPersonPitch, isRaw: typeof FirstPersonPitch === "object" && "isRaw" in FirstPersonPitch && FirstPersonPitch.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "FirstPersonRoll", id: typeof FirstPersonRoll === "object" && "id" in FirstPersonRoll ? FirstPersonRoll === null || FirstPersonRoll === void 0 ? void 0 : FirstPersonRoll.id : undefined, value: typeof FirstPersonRoll === "object" && "value" in FirstPersonRoll ? FirstPersonRoll === null || FirstPersonRoll === void 0 ? void 0 : FirstPersonRoll.value : FirstPersonRoll, isRaw: typeof FirstPersonRoll === "object" && "isRaw" in FirstPersonRoll && FirstPersonRoll.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "FirstPersonOffset", id: typeof FirstPersonOffset === "object" && "id" in FirstPersonOffset ? FirstPersonOffset === null || FirstPersonOffset === void 0 ? void 0 : FirstPersonOffset.id : undefined, value: typeof FirstPersonOffset === "object" && "value" in FirstPersonOffset ? FirstPersonOffset === null || FirstPersonOffset === void 0 ? void 0 : FirstPersonOffset.value : FirstPersonOffset, isRaw: typeof FirstPersonOffset === "object" && "isRaw" in FirstPersonOffset && FirstPersonOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "GroupIncludeRadius", id: typeof GroupIncludeRadius === "object" && "id" in GroupIncludeRadius ? GroupIncludeRadius === null || GroupIncludeRadius === void 0 ? void 0 : GroupIncludeRadius.id : undefined, value: typeof GroupIncludeRadius === "object" && "value" in GroupIncludeRadius ? GroupIncludeRadius === null || GroupIncludeRadius === void 0 ? void 0 : GroupIncludeRadius.value : GroupIncludeRadius, isRaw: typeof GroupIncludeRadius === "object" && "isRaw" in GroupIncludeRadius && GroupIncludeRadius.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "GroupExcludeRadius", id: typeof GroupExcludeRadius === "object" && "id" in GroupExcludeRadius ? GroupExcludeRadius === null || GroupExcludeRadius === void 0 ? void 0 : GroupExcludeRadius.id : undefined, value: typeof GroupExcludeRadius === "object" && "value" in GroupExcludeRadius ? GroupExcludeRadius === null || GroupExcludeRadius === void 0 ? void 0 : GroupExcludeRadius.value : GroupExcludeRadius, isRaw: typeof GroupExcludeRadius === "object" && "isRaw" in GroupExcludeRadius && GroupExcludeRadius.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncList`1[FrooxEngine.UserRef]", name: "ForceGroupInclude", id: typeof ForceGroupInclude === "object" && "id" in ForceGroupInclude ? ForceGroupInclude === null || ForceGroupInclude === void 0 ? void 0 : ForceGroupInclude.id : undefined, value: typeof ForceGroupInclude === "object" && "value" in ForceGroupInclude ? ForceGroupInclude === null || ForceGroupInclude === void 0 ? void 0 : ForceGroupInclude.value : ForceGroupInclude, isRaw: typeof ForceGroupInclude === "object" && "isRaw" in ForceGroupInclude && ForceGroupInclude.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncList`1[FrooxEngine.UserRef]", name: "ForceGroupExclude", id: typeof ForceGroupExclude === "object" && "id" in ForceGroupExclude ? ForceGroupExclude === null || ForceGroupExclude === void 0 ? void 0 : ForceGroupExclude.id : undefined, value: typeof ForceGroupExclude === "object" && "value" in ForceGroupExclude ? ForceGroupExclude === null || ForceGroupExclude === void 0 ? void 0 : ForceGroupExclude.value : ForceGroupExclude, isRaw: typeof ForceGroupExclude === "object" && "isRaw" in ForceGroupExclude && ForceGroupExclude.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "PositionSmoothSpeed", id: typeof PositionSmoothSpeed === "object" && "id" in PositionSmoothSpeed ? PositionSmoothSpeed === null || PositionSmoothSpeed === void 0 ? void 0 : PositionSmoothSpeed.id : undefined, value: typeof PositionSmoothSpeed === "object" && "value" in PositionSmoothSpeed ? PositionSmoothSpeed === null || PositionSmoothSpeed === void 0 ? void 0 : PositionSmoothSpeed.value : PositionSmoothSpeed, isRaw: typeof PositionSmoothSpeed === "object" && "isRaw" in PositionSmoothSpeed && PositionSmoothSpeed.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "AnglePositionSmoothSpeed", id: typeof AnglePositionSmoothSp