UNPKG

neos-script

Version:

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

23 lines (22 loc) 24.5 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.NeosSlider = void 0; var jsx_runtime_1 = require("neos-script/jsx-runtime"); var core_1 = require("../../../core"); function NeosSlider(props) { var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, Style = props.Style, AcceptPhysicalTouch = props.AcceptPhysicalTouch, AcceptRemoteTouch = props.AcceptRemoteTouch, IsEnabledField = props.IsEnabledField, IncrementPressed = props.IncrementPressed, DecrementPressed = props.DecrementPressed, DriveField = props.DriveField, AllowWriteBack = props.AllowWriteBack, CreateUndoStep = props.CreateUndoStep, Value = props.Value, Min = props.Min, Max = props.Max, Increment = props.Increment, IntegerOnly = props.IntegerOnly, ColorField = props.ColorField, SymmetricalField = props.SymmetricalField, WidthField = props.WidthField, HeightField = props.HeightField, CursorRatioField = props.CursorRatioField, ThicknessField = props.ThicknessField, SlantField = props.SlantField, SpacingRatioField = props.SpacingRatioField, TrackRatioField = props.TrackRatioField, ButtonRatioField = props.ButtonRatioField, _trackMesh = props._trackMesh, _leftMesh = props._leftMesh, _rightMesh = props._rightMesh, _cursorMesh = props._cursorMesh, _trackMaterial = props._trackMaterial, _leftMaterial = props._leftMaterial, _rightMaterial = props._rightMaterial, _cursorMaterial = props._cursorMaterial, _leftPosition = props._leftPosition, _rightPosition = props._rightPosition, _cursorPosition = props._cursorPosition, _leftColliderSize = props._leftColliderSize, _rightColliderSize = props._rightColliderSize, _trackColliderSize = props._trackColliderSize, _cursorColliderSize = props._cursorColliderSize; return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.NeosSlider", id: id, persistentId: persistentId, updateOrder: updateOrder }, { 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.RelayRef`1[FrooxEngine.NeosUIStyle]", name: "Style", id: typeof Style === "object" && "id" in Style ? Style === null || Style === void 0 ? void 0 : Style.id : undefined, value: typeof Style === "object" && "value" in Style ? Style === null || Style === void 0 ? void 0 : Style.value : Style, isRaw: typeof Style === "object" && "isRaw" in Style && Style.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "AcceptPhysicalTouch", id: typeof AcceptPhysicalTouch === "object" && "id" in AcceptPhysicalTouch ? AcceptPhysicalTouch === null || AcceptPhysicalTouch === void 0 ? void 0 : AcceptPhysicalTouch.id : undefined, value: typeof AcceptPhysicalTouch === "object" && "value" in AcceptPhysicalTouch ? AcceptPhysicalTouch === null || AcceptPhysicalTouch === void 0 ? void 0 : AcceptPhysicalTouch.value : AcceptPhysicalTouch, isRaw: typeof AcceptPhysicalTouch === "object" && "isRaw" in AcceptPhysicalTouch && AcceptPhysicalTouch.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "AcceptRemoteTouch", id: typeof AcceptRemoteTouch === "object" && "id" in AcceptRemoteTouch ? AcceptRemoteTouch === null || AcceptRemoteTouch === void 0 ? void 0 : AcceptRemoteTouch.id : undefined, value: typeof AcceptRemoteTouch === "object" && "value" in AcceptRemoteTouch ? AcceptRemoteTouch === null || AcceptRemoteTouch === void 0 ? void 0 : AcceptRemoteTouch.value : AcceptRemoteTouch, isRaw: typeof AcceptRemoteTouch === "object" && "isRaw" in AcceptRemoteTouch && AcceptRemoteTouch.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "IsEnabledField", id: typeof IsEnabledField === "object" && "id" in IsEnabledField ? IsEnabledField === null || IsEnabledField === void 0 ? void 0 : IsEnabledField.id : undefined, value: typeof IsEnabledField === "object" && "value" in IsEnabledField ? IsEnabledField === null || IsEnabledField === void 0 ? void 0 : IsEnabledField.value : IsEnabledField, isRaw: typeof IsEnabledField === "object" && "isRaw" in IsEnabledField && IsEnabledField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncDelegate`1[System.Action`1[FrooxEngine.NeosSlider]]", name: "IncrementPressed", id: typeof IncrementPressed === "object" && "id" in IncrementPressed ? IncrementPressed === null || IncrementPressed === void 0 ? void 0 : IncrementPressed.id : undefined, value: typeof IncrementPressed === "object" && "value" in IncrementPressed ? IncrementPressed === null || IncrementPressed === void 0 ? void 0 : IncrementPressed.value : IncrementPressed, isRaw: typeof IncrementPressed === "object" && "isRaw" in IncrementPressed && IncrementPressed.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncDelegate`1[System.Action`1[FrooxEngine.NeosSlider]]", name: "DecrementPressed", id: typeof DecrementPressed === "object" && "id" in DecrementPressed ? DecrementPressed === null || DecrementPressed === void 0 ? void 0 : DecrementPressed.id : undefined, value: typeof DecrementPressed === "object" && "value" in DecrementPressed ? DecrementPressed === null || DecrementPressed === void 0 ? void 0 : DecrementPressed.value : DecrementPressed, isRaw: typeof DecrementPressed === "object" && "isRaw" in DecrementPressed && DecrementPressed.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "DriveField", id: typeof DriveField === "object" && "id" in DriveField ? DriveField === null || DriveField === void 0 ? void 0 : DriveField.id : undefined, value: typeof DriveField === "object" && "value" in DriveField ? DriveField === null || DriveField === void 0 ? void 0 : DriveField.value : DriveField, isRaw: typeof DriveField === "object" && "isRaw" in DriveField && DriveField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "AllowWriteBack", id: typeof AllowWriteBack === "object" && "id" in AllowWriteBack ? AllowWriteBack === null || AllowWriteBack === void 0 ? void 0 : AllowWriteBack.id : undefined, value: typeof AllowWriteBack === "object" && "value" in AllowWriteBack ? AllowWriteBack === null || AllowWriteBack === void 0 ? void 0 : AllowWriteBack.value : AllowWriteBack, isRaw: typeof AllowWriteBack === "object" && "isRaw" in AllowWriteBack && AllowWriteBack.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "CreateUndoStep", id: typeof CreateUndoStep === "object" && "id" in CreateUndoStep ? CreateUndoStep === null || CreateUndoStep === void 0 ? void 0 : CreateUndoStep.id : undefined, value: typeof CreateUndoStep === "object" && "value" in CreateUndoStep ? CreateUndoStep === null || CreateUndoStep === void 0 ? void 0 : CreateUndoStep.value : CreateUndoStep, isRaw: typeof CreateUndoStep === "object" && "isRaw" in CreateUndoStep && CreateUndoStep.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Value", id: typeof Value === "object" && "id" in Value ? Value === null || Value === void 0 ? void 0 : Value.id : undefined, value: typeof Value === "object" && "value" in Value ? Value === null || Value === void 0 ? void 0 : Value.value : Value, isRaw: typeof Value === "object" && "isRaw" in Value && Value.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Min", id: typeof Min === "object" && "id" in Min ? Min === null || Min === void 0 ? void 0 : Min.id : undefined, value: typeof Min === "object" && "value" in Min ? Min === null || Min === void 0 ? void 0 : Min.value : Min, isRaw: typeof Min === "object" && "isRaw" in Min && Min.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Max", id: typeof Max === "object" && "id" in Max ? Max === null || Max === void 0 ? void 0 : Max.id : undefined, value: typeof Max === "object" && "value" in Max ? Max === null || Max === void 0 ? void 0 : Max.value : Max, isRaw: typeof Max === "object" && "isRaw" in Max && Max.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Increment", id: typeof Increment === "object" && "id" in Increment ? Increment === null || Increment === void 0 ? void 0 : Increment.id : undefined, value: typeof Increment === "object" && "value" in Increment ? Increment === null || Increment === void 0 ? void 0 : Increment.value : Increment, isRaw: typeof Increment === "object" && "isRaw" in Increment && Increment.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "IntegerOnly", id: typeof IntegerOnly === "object" && "id" in IntegerOnly ? IntegerOnly === null || IntegerOnly === void 0 ? void 0 : IntegerOnly.id : undefined, value: typeof IntegerOnly === "object" && "value" in IntegerOnly ? IntegerOnly === null || IntegerOnly === void 0 ? void 0 : IntegerOnly.value : IntegerOnly, isRaw: typeof IntegerOnly === "object" && "isRaw" in IntegerOnly && IntegerOnly.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "ColorField", id: typeof ColorField === "object" && "id" in ColorField ? ColorField === null || ColorField === void 0 ? void 0 : ColorField.id : undefined, value: typeof ColorField === "object" && "value" in ColorField ? ColorField === null || ColorField === void 0 ? void 0 : ColorField.value : ColorField, isRaw: typeof ColorField === "object" && "isRaw" in ColorField && ColorField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "SymmetricalField", id: typeof SymmetricalField === "object" && "id" in SymmetricalField ? SymmetricalField === null || SymmetricalField === void 0 ? void 0 : SymmetricalField.id : undefined, value: typeof SymmetricalField === "object" && "value" in SymmetricalField ? SymmetricalField === null || SymmetricalField === void 0 ? void 0 : SymmetricalField.value : SymmetricalField, isRaw: typeof SymmetricalField === "object" && "isRaw" in SymmetricalField && SymmetricalField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "WidthField", id: typeof WidthField === "object" && "id" in WidthField ? WidthField === null || WidthField === void 0 ? void 0 : WidthField.id : undefined, value: typeof WidthField === "object" && "value" in WidthField ? WidthField === null || WidthField === void 0 ? void 0 : WidthField.value : WidthField, isRaw: typeof WidthField === "object" && "isRaw" in WidthField && WidthField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "HeightField", id: typeof HeightField === "object" && "id" in HeightField ? HeightField === null || HeightField === void 0 ? void 0 : HeightField.id : undefined, value: typeof HeightField === "object" && "value" in HeightField ? HeightField === null || HeightField === void 0 ? void 0 : HeightField.value : HeightField, isRaw: typeof HeightField === "object" && "isRaw" in HeightField && HeightField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "CursorRatioField", id: typeof CursorRatioField === "object" && "id" in CursorRatioField ? CursorRatioField === null || CursorRatioField === void 0 ? void 0 : CursorRatioField.id : undefined, value: typeof CursorRatioField === "object" && "value" in CursorRatioField ? CursorRatioField === null || CursorRatioField === void 0 ? void 0 : CursorRatioField.value : CursorRatioField, isRaw: typeof CursorRatioField === "object" && "isRaw" in CursorRatioField && CursorRatioField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "ThicknessField", id: typeof ThicknessField === "object" && "id" in ThicknessField ? ThicknessField === null || ThicknessField === void 0 ? void 0 : ThicknessField.id : undefined, value: typeof ThicknessField === "object" && "value" in ThicknessField ? ThicknessField === null || ThicknessField === void 0 ? void 0 : ThicknessField.value : ThicknessField, isRaw: typeof ThicknessField === "object" && "isRaw" in ThicknessField && ThicknessField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "SlantField", id: typeof SlantField === "object" && "id" in SlantField ? SlantField === null || SlantField === void 0 ? void 0 : SlantField.id : undefined, value: typeof SlantField === "object" && "value" in SlantField ? SlantField === null || SlantField === void 0 ? void 0 : SlantField.value : SlantField, isRaw: typeof SlantField === "object" && "isRaw" in SlantField && SlantField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "SpacingRatioField", id: typeof SpacingRatioField === "object" && "id" in SpacingRatioField ? SpacingRatioField === null || SpacingRatioField === void 0 ? void 0 : SpacingRatioField.id : undefined, value: typeof SpacingRatioField === "object" && "value" in SpacingRatioField ? SpacingRatioField === null || SpacingRatioField === void 0 ? void 0 : SpacingRatioField.value : SpacingRatioField, isRaw: typeof SpacingRatioField === "object" && "isRaw" in SpacingRatioField && SpacingRatioField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "TrackRatioField", id: typeof TrackRatioField === "object" && "id" in TrackRatioField ? TrackRatioField === null || TrackRatioField === void 0 ? void 0 : TrackRatioField.id : undefined, value: typeof TrackRatioField === "object" && "value" in TrackRatioField ? TrackRatioField === null || TrackRatioField === void 0 ? void 0 : TrackRatioField.value : TrackRatioField, isRaw: typeof TrackRatioField === "object" && "isRaw" in TrackRatioField && TrackRatioField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "ButtonRatioField", id: typeof ButtonRatioField === "object" && "id" in ButtonRatioField ? ButtonRatioField === null || ButtonRatioField === void 0 ? void 0 : ButtonRatioField.id : undefined, value: typeof ButtonRatioField === "object" && "value" in ButtonRatioField ? ButtonRatioField === null || ButtonRatioField === void 0 ? void 0 : ButtonRatioField.value : ButtonRatioField, isRaw: typeof ButtonRatioField === "object" && "isRaw" in ButtonRatioField && ButtonRatioField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.MultiBevelSoliStripeMesh]", name: "_trackMesh", id: typeof _trackMesh === "object" && "id" in _trackMesh ? _trackMesh === null || _trackMesh === void 0 ? void 0 : _trackMesh.id : undefined, value: typeof _trackMesh === "object" && "value" in _trackMesh ? _trackMesh === null || _trackMesh === void 0 ? void 0 : _trackMesh.value : _trackMesh, isRaw: typeof _trackMesh === "object" && "isRaw" in _trackMesh && _trackMesh.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.BevelSoliStripeMesh]", name: "_leftMesh", id: typeof _leftMesh === "object" && "id" in _leftMesh ? _leftMesh === null || _leftMesh === void 0 ? void 0 : _leftMesh.id : undefined, value: typeof _leftMesh === "object" && "value" in _leftMesh ? _leftMesh === null || _leftMesh === void 0 ? void 0 : _leftMesh.value : _leftMesh, isRaw: typeof _leftMesh === "object" && "isRaw" in _leftMesh && _leftMesh.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.BevelSoliStripeMesh]", name: "_rightMesh", id: typeof _rightMesh === "object" && "id" in _rightMesh ? _rightMesh === null || _rightMesh === void 0 ? void 0 : _rightMesh.id : undefined, value: typeof _rightMesh === "object" && "value" in _rightMesh ? _rightMesh === null || _rightMesh === void 0 ? void 0 : _rightMesh.value : _rightMesh, isRaw: typeof _rightMesh === "object" && "isRaw" in _rightMesh && _rightMesh.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.BevelSoliStripeMesh]", name: "_cursorMesh", id: typeof _cursorMesh === "object" && "id" in _cursorMesh ? _cursorMesh === null || _cursorMesh === void 0 ? void 0 : _cursorMesh.id : undefined, value: typeof _cursorMesh === "object" && "value" in _cursorMesh ? _cursorMesh === null || _cursorMesh === void 0 ? void 0 : _cursorMesh.value : _cursorMesh, isRaw: typeof _cursorMesh === "object" && "isRaw" in _cursorMesh && _cursorMesh.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.PBS_RimMetallic]", name: "_trackMaterial", id: typeof _trackMaterial === "object" && "id" in _trackMaterial ? _trackMaterial === null || _trackMaterial === void 0 ? void 0 : _trackMaterial.id : undefined, value: typeof _trackMaterial === "object" && "value" in _trackMaterial ? _trackMaterial === null || _trackMaterial === void 0 ? void 0 : _trackMaterial.value : _trackMaterial, isRaw: typeof _trackMaterial === "object" && "isRaw" in _trackMaterial && _trackMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.PBS_RimMetallic]", name: "_leftMaterial", id: typeof _leftMaterial === "object" && "id" in _leftMaterial ? _leftMaterial === null || _leftMaterial === void 0 ? void 0 : _leftMaterial.id : undefined, value: typeof _leftMaterial === "object" && "value" in _leftMaterial ? _leftMaterial === null || _leftMaterial === void 0 ? void 0 : _leftMaterial.value : _leftMaterial, isRaw: typeof _leftMaterial === "object" && "isRaw" in _leftMaterial && _leftMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.PBS_RimMetallic]", name: "_rightMaterial", id: typeof _rightMaterial === "object" && "id" in _rightMaterial ? _rightMaterial === null || _rightMaterial === void 0 ? void 0 : _rightMaterial.id : undefined, value: typeof _rightMaterial === "object" && "value" in _rightMaterial ? _rightMaterial === null || _rightMaterial === void 0 ? void 0 : _rightMaterial.value : _rightMaterial, isRaw: typeof _rightMaterial === "object" && "isRaw" in _rightMaterial && _rightMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.PBS_RimMetallic]", name: "_cursorMaterial", id: typeof _cursorMaterial === "object" && "id" in _cursorMaterial ? _cursorMaterial === null || _cursorMaterial === void 0 ? void 0 : _cursorMaterial.id : undefined, value: typeof _cursorMaterial === "object" && "value" in _cursorMaterial ? _cursorMaterial === null || _cursorMaterial === void 0 ? void 0 : _cursorMaterial.value : _cursorMaterial, isRaw: typeof _cursorMaterial === "object" && "isRaw" in _cursorMaterial && _cursorMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_leftPosition", id: typeof _leftPosition === "object" && "id" in _leftPosition ? _leftPosition === null || _leftPosition === void 0 ? void 0 : _leftPosition.id : undefined, value: typeof _leftPosition === "object" && "value" in _leftPosition ? _leftPosition === null || _leftPosition === void 0 ? void 0 : _leftPosition.value : _leftPosition, isRaw: typeof _leftPosition === "object" && "isRaw" in _leftPosition && _leftPosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_rightPosition", id: typeof _rightPosition === "object" && "id" in _rightPosition ? _rightPosition === null || _rightPosition === void 0 ? void 0 : _rightPosition.id : undefined, value: typeof _rightPosition === "object" && "value" in _rightPosition ? _rightPosition === null || _rightPosition === void 0 ? void 0 : _rightPosition.value : _rightPosition, isRaw: typeof _rightPosition === "object" && "isRaw" in _rightPosition && _rightPosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_cursorPosition", id: typeof _cursorPosition === "object" && "id" in _cursorPosition ? _cursorPosition === null || _cursorPosition === void 0 ? void 0 : _cursorPosition.id : undefined, value: typeof _cursorPosition === "object" && "value" in _cursorPosition ? _cursorPosition === null || _cursorPosition === void 0 ? void 0 : _cursorPosition.value : _cursorPosition, isRaw: typeof _cursorPosition === "object" && "isRaw" in _cursorPosition && _cursorPosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_leftColliderSize", id: typeof _leftColliderSize === "object" && "id" in _leftColliderSize ? _leftColliderSize === null || _leftColliderSize === void 0 ? void 0 : _leftColliderSize.id : undefined, value: typeof _leftColliderSize === "object" && "value" in _leftColliderSize ? _leftColliderSize === null || _leftColliderSize === void 0 ? void 0 : _leftColliderSize.value : _leftColliderSize, isRaw: typeof _leftColliderSize === "object" && "isRaw" in _leftColliderSize && _leftColliderSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_rightColliderSize", id: typeof _rightColliderSize === "object" && "id" in _rightColliderSize ? _rightColliderSize === null || _rightColliderSize === void 0 ? void 0 : _rightColliderSize.id : undefined, value: typeof _rightColliderSize === "object" && "value" in _rightColliderSize ? _rightColliderSize === null || _rightColliderSize === void 0 ? void 0 : _rightColliderSize.value : _rightColliderSize, isRaw: typeof _rightColliderSize === "object" && "isRaw" in _rightColliderSize && _rightColliderSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_trackColliderSize", id: typeof _trackColliderSize === "object" && "id" in _trackColliderSize ? _trackColliderSize === null || _trackColliderSize === void 0 ? void 0 : _trackColliderSize.id : undefined, value: typeof _trackColliderSize === "object" && "value" in _trackColliderSize ? _trackColliderSize === null || _trackColliderSize === void 0 ? void 0 : _trackColliderSize.value : _trackColliderSize, isRaw: typeof _trackColliderSize === "object" && "isRaw" in _trackColliderSize && _trackColliderSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_cursorColliderSize", id: typeof _cursorColliderSize === "object" && "id" in _cursorColliderSize ? _cursorColliderSize === null || _cursorColliderSize === void 0 ? void 0 : _cursorColliderSize.id : undefined, value: typeof _cursorColliderSize === "object" && "value" in _cursorColliderSize ? _cursorColliderSize === null || _cursorColliderSize === void 0 ? void 0 : _cursorColliderSize.value : _cursorColliderSize, isRaw: typeof _cursorColliderSize === "object" && "isRaw" in _cursorColliderSize && _cursorColliderSize.isRaw ? true : undefined })] }))); } exports.NeosSlider = NeosSlider; ;