UNPKG

neos-script

Version:

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

23 lines (22 loc) 38 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.BoxBrushTip = void 0; var jsx_runtime_1 = require("neos-script/jsx-runtime"); var core_1 = require("../../../core"); function BoxBrushTip(props) { var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, TipReference = props.TipReference, BlockGripEquip = props.BlockGripEquip, BlockRemoteEquip = props.BlockRemoteEquip, EquipName = props.EquipName, _overrideActiveTool = props._overrideActiveTool, _gripPosesGenerated = props._gripPosesGenerated, FixedMinimumPointDistance = props.FixedMinimumPointDistance, PositionSmoothing = props.PositionSmoothing, RotationSmoothing = props.RotationSmoothing, PressureSmoothing = props.PressureSmoothing, MaxStrokeLength = props.MaxStrokeLength, StrokeFadeInLength = props.StrokeFadeInLength, StrokeFadeOutLength = props.StrokeFadeOutLength, StrokeGroupFinishWaitTime = props.StrokeGroupFinishWaitTime, ActivationThreshold = props.ActivationThreshold, DeactivationThresholdRatio = props.DeactivationThresholdRatio, SnapTip = props.SnapTip, SnapLine = props.SnapLine, StrokesRootOverride = props.StrokesRootOverride, PickMaterials = props.PickMaterials, PickColors = props.PickColors, CurrentMaterial = props.CurrentMaterial, ColorMappings = props.ColorMappings, _colorPicker = props._colorPicker, _pickedColor = props._pickedColor, _hideOnStroke = props._hideOnStroke, _lastUsedMaterial = props._lastUsedMaterial, _lastCreatedMaterial = props._lastCreatedMaterial, TipAnchor = props.TipAnchor, StrokePointRate = props.StrokePointRate, ConstantPointRate = props.ConstantPointRate, PressureAffectsRate = props.PressureAffectsRate, PressureAffectsRadius = props.PressureAffectsRadius, ParticleSpawnRadius = props.ParticleSpawnRadius, PointRate = props.PointRate, ParticleOffset = props.ParticleOffset, SnapPoints = props.SnapPoints, Pivot = props.Pivot, MinColor = props.MinColor, MaxColor = props.MaxColor, ColorGap = props.ColorGap, UniformSize = props.UniformSize, MinSize = props.MinSize, MaxSize = props.MaxSize, SizeGap = props.SizeGap, MinRotation = props.MinRotation, MaxRotation = props.MaxRotation, MinUVScale = props.MinUVScale, MaxUVScale = props.MaxUVScale, UVScaleGap = props.UVScaleGap, RotationSpace = props.RotationSpace, UseColor = props.UseColor, ScaleUVWithSize = props.ScaleUVWithSize, BoxColor = props.BoxColor, BoxSize = props.BoxSize, BoxRotation = props.BoxRotation, BoxUVScale = props.BoxUVScale, _previewRenderer = props._previewRenderer, _previewMesh = props._previewMesh, _previewMeshOffset = props._previewMeshOffset, _previewMeshRotation = props._previewMeshRotation; return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.BoxBrushTip", id: id, persistentId: persistentId, updateOrder: updateOrder, version: 1 }, { 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.Slot]", name: "TipReference", id: typeof TipReference === "object" && "id" in TipReference ? TipReference === null || TipReference === void 0 ? void 0 : TipReference.id : undefined, value: typeof TipReference === "object" && "value" in TipReference ? TipReference === null || TipReference === void 0 ? void 0 : TipReference.value : TipReference, isRaw: typeof TipReference === "object" && "isRaw" in TipReference && TipReference.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "BlockGripEquip", id: typeof BlockGripEquip === "object" && "id" in BlockGripEquip ? BlockGripEquip === null || BlockGripEquip === void 0 ? void 0 : BlockGripEquip.id : undefined, value: typeof BlockGripEquip === "object" && "value" in BlockGripEquip ? BlockGripEquip === null || BlockGripEquip === void 0 ? void 0 : BlockGripEquip.value : BlockGripEquip, isRaw: typeof BlockGripEquip === "object" && "isRaw" in BlockGripEquip && BlockGripEquip.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "BlockRemoteEquip", id: typeof BlockRemoteEquip === "object" && "id" in BlockRemoteEquip ? BlockRemoteEquip === null || BlockRemoteEquip === void 0 ? void 0 : BlockRemoteEquip.id : undefined, value: typeof BlockRemoteEquip === "object" && "value" in BlockRemoteEquip ? BlockRemoteEquip === null || BlockRemoteEquip === void 0 ? void 0 : BlockRemoteEquip.value : BlockRemoteEquip, isRaw: typeof BlockRemoteEquip === "object" && "isRaw" in BlockRemoteEquip && BlockRemoteEquip.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.String]", name: "EquipName", id: typeof EquipName === "object" && "id" in EquipName ? EquipName === null || EquipName === void 0 ? void 0 : EquipName.id : undefined, value: typeof EquipName === "object" && "value" in EquipName ? EquipName === null || EquipName === void 0 ? void 0 : EquipName.value : EquipName, isRaw: typeof EquipName === "object" && "isRaw" in EquipName && EquipName.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.CommonTool]", name: "_overrideActiveTool", id: typeof _overrideActiveTool === "object" && "id" in _overrideActiveTool ? _overrideActiveTool === null || _overrideActiveTool === void 0 ? void 0 : _overrideActiveTool.id : undefined, value: typeof _overrideActiveTool === "object" && "value" in _overrideActiveTool ? _overrideActiveTool === null || _overrideActiveTool === void 0 ? void 0 : _overrideActiveTool.value : _overrideActiveTool, isRaw: typeof _overrideActiveTool === "object" && "isRaw" in _overrideActiveTool && _overrideActiveTool.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "_gripPosesGenerated", id: typeof _gripPosesGenerated === "object" && "id" in _gripPosesGenerated ? _gripPosesGenerated === null || _gripPosesGenerated === void 0 ? void 0 : _gripPosesGenerated.id : undefined, value: typeof _gripPosesGenerated === "object" && "value" in _gripPosesGenerated ? _gripPosesGenerated === null || _gripPosesGenerated === void 0 ? void 0 : _gripPosesGenerated.value : _gripPosesGenerated, isRaw: typeof _gripPosesGenerated === "object" && "isRaw" in _gripPosesGenerated && _gripPosesGenerated.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "FixedMinimumPointDistance", id: typeof FixedMinimumPointDistance === "object" && "id" in FixedMinimumPointDistance ? FixedMinimumPointDistance === null || FixedMinimumPointDistance === void 0 ? void 0 : FixedMinimumPointDistance.id : undefined, value: typeof FixedMinimumPointDistance === "object" && "value" in FixedMinimumPointDistance ? FixedMinimumPointDistance === null || FixedMinimumPointDistance === void 0 ? void 0 : FixedMinimumPointDistance.value : FixedMinimumPointDistance, isRaw: typeof FixedMinimumPointDistance === "object" && "isRaw" in FixedMinimumPointDistance && FixedMinimumPointDistance.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "PositionSmoothing", id: typeof PositionSmoothing === "object" && "id" in PositionSmoothing ? PositionSmoothing === null || PositionSmoothing === void 0 ? void 0 : PositionSmoothing.id : undefined, value: typeof PositionSmoothing === "object" && "value" in PositionSmoothing ? PositionSmoothing === null || PositionSmoothing === void 0 ? void 0 : PositionSmoothing.value : PositionSmoothing, isRaw: typeof PositionSmoothing === "object" && "isRaw" in PositionSmoothing && PositionSmoothing.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "RotationSmoothing", id: typeof RotationSmoothing === "object" && "id" in RotationSmoothing ? RotationSmoothing === null || RotationSmoothing === void 0 ? void 0 : RotationSmoothing.id : undefined, value: typeof RotationSmoothing === "object" && "value" in RotationSmoothing ? RotationSmoothing === null || RotationSmoothing === void 0 ? void 0 : RotationSmoothing.value : RotationSmoothing, isRaw: typeof RotationSmoothing === "object" && "isRaw" in RotationSmoothing && RotationSmoothing.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "PressureSmoothing", id: typeof PressureSmoothing === "object" && "id" in PressureSmoothing ? PressureSmoothing === null || PressureSmoothing === void 0 ? void 0 : PressureSmoothing.id : undefined, value: typeof PressureSmoothing === "object" && "value" in PressureSmoothing ? PressureSmoothing === null || PressureSmoothing === void 0 ? void 0 : PressureSmoothing.value : PressureSmoothing, isRaw: typeof PressureSmoothing === "object" && "isRaw" in PressureSmoothing && PressureSmoothing.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MaxStrokeLength", id: typeof MaxStrokeLength === "object" && "id" in MaxStrokeLength ? MaxStrokeLength === null || MaxStrokeLength === void 0 ? void 0 : MaxStrokeLength.id : undefined, value: typeof MaxStrokeLength === "object" && "value" in MaxStrokeLength ? MaxStrokeLength === null || MaxStrokeLength === void 0 ? void 0 : MaxStrokeLength.value : MaxStrokeLength, isRaw: typeof MaxStrokeLength === "object" && "isRaw" in MaxStrokeLength && MaxStrokeLength.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "StrokeFadeInLength", id: typeof StrokeFadeInLength === "object" && "id" in StrokeFadeInLength ? StrokeFadeInLength === null || StrokeFadeInLength === void 0 ? void 0 : StrokeFadeInLength.id : undefined, value: typeof StrokeFadeInLength === "object" && "value" in StrokeFadeInLength ? StrokeFadeInLength === null || StrokeFadeInLength === void 0 ? void 0 : StrokeFadeInLength.value : StrokeFadeInLength, isRaw: typeof StrokeFadeInLength === "object" && "isRaw" in StrokeFadeInLength && StrokeFadeInLength.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "StrokeFadeOutLength", id: typeof StrokeFadeOutLength === "object" && "id" in StrokeFadeOutLength ? StrokeFadeOutLength === null || StrokeFadeOutLength === void 0 ? void 0 : StrokeFadeOutLength.id : undefined, value: typeof StrokeFadeOutLength === "object" && "value" in StrokeFadeOutLength ? StrokeFadeOutLength === null || StrokeFadeOutLength === void 0 ? void 0 : StrokeFadeOutLength.value : StrokeFadeOutLength, isRaw: typeof StrokeFadeOutLength === "object" && "isRaw" in StrokeFadeOutLength && StrokeFadeOutLength.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "StrokeGroupFinishWaitTime", id: typeof StrokeGroupFinishWaitTime === "object" && "id" in StrokeGroupFinishWaitTime ? StrokeGroupFinishWaitTime === null || StrokeGroupFinishWaitTime === void 0 ? void 0 : StrokeGroupFinishWaitTime.id : undefined, value: typeof StrokeGroupFinishWaitTime === "object" && "value" in StrokeGroupFinishWaitTime ? StrokeGroupFinishWaitTime === null || StrokeGroupFinishWaitTime === void 0 ? void 0 : StrokeGroupFinishWaitTime.value : StrokeGroupFinishWaitTime, isRaw: typeof StrokeGroupFinishWaitTime === "object" && "isRaw" in StrokeGroupFinishWaitTime && StrokeGroupFinishWaitTime.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "ActivationThreshold", id: typeof ActivationThreshold === "object" && "id" in ActivationThreshold ? ActivationThreshold === null || ActivationThreshold === void 0 ? void 0 : ActivationThreshold.id : undefined, value: typeof ActivationThreshold === "object" && "value" in ActivationThreshold ? ActivationThreshold === null || ActivationThreshold === void 0 ? void 0 : ActivationThreshold.value : ActivationThreshold, isRaw: typeof ActivationThreshold === "object" && "isRaw" in ActivationThreshold && ActivationThreshold.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "DeactivationThresholdRatio", id: typeof DeactivationThresholdRatio === "object" && "id" in DeactivationThresholdRatio ? DeactivationThresholdRatio === null || DeactivationThresholdRatio === void 0 ? void 0 : DeactivationThresholdRatio.id : undefined, value: typeof DeactivationThresholdRatio === "object" && "value" in DeactivationThresholdRatio ? DeactivationThresholdRatio === null || DeactivationThresholdRatio === void 0 ? void 0 : DeactivationThresholdRatio.value : DeactivationThresholdRatio, isRaw: typeof DeactivationThresholdRatio === "object" && "isRaw" in DeactivationThresholdRatio && DeactivationThresholdRatio.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "SnapTip", id: typeof SnapTip === "object" && "id" in SnapTip ? SnapTip === null || SnapTip === void 0 ? void 0 : SnapTip.id : undefined, value: typeof SnapTip === "object" && "value" in SnapTip ? SnapTip === null || SnapTip === void 0 ? void 0 : SnapTip.value : SnapTip, isRaw: typeof SnapTip === "object" && "isRaw" in SnapTip && SnapTip.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "SnapLine", id: typeof SnapLine === "object" && "id" in SnapLine ? SnapLine === null || SnapLine === void 0 ? void 0 : SnapLine.id : undefined, value: typeof SnapLine === "object" && "value" in SnapLine ? SnapLine === null || SnapLine === void 0 ? void 0 : SnapLine.value : SnapLine, isRaw: typeof SnapLine === "object" && "isRaw" in SnapLine && SnapLine.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "StrokesRootOverride", id: typeof StrokesRootOverride === "object" && "id" in StrokesRootOverride ? StrokesRootOverride === null || StrokesRootOverride === void 0 ? void 0 : StrokesRootOverride.id : undefined, value: typeof StrokesRootOverride === "object" && "value" in StrokesRootOverride ? StrokesRootOverride === null || StrokesRootOverride === void 0 ? void 0 : StrokesRootOverride.value : StrokesRootOverride, isRaw: typeof StrokesRootOverride === "object" && "isRaw" in StrokesRootOverride && StrokesRootOverride.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "PickMaterials", id: typeof PickMaterials === "object" && "id" in PickMaterials ? PickMaterials === null || PickMaterials === void 0 ? void 0 : PickMaterials.id : undefined, value: typeof PickMaterials === "object" && "value" in PickMaterials ? PickMaterials === null || PickMaterials === void 0 ? void 0 : PickMaterials.value : PickMaterials, isRaw: typeof PickMaterials === "object" && "isRaw" in PickMaterials && PickMaterials.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "PickColors", id: typeof PickColors === "object" && "id" in PickColors ? PickColors === null || PickColors === void 0 ? void 0 : PickColors.id : undefined, value: typeof PickColors === "object" && "value" in PickColors ? PickColors === null || PickColors === void 0 ? void 0 : PickColors.value : PickColors, isRaw: typeof PickColors === "object" && "isRaw" in PickColors && PickColors.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.Material]", name: "CurrentMaterial", id: typeof CurrentMaterial === "object" && "id" in CurrentMaterial ? CurrentMaterial === null || CurrentMaterial === void 0 ? void 0 : CurrentMaterial.id : undefined, value: typeof CurrentMaterial === "object" && "value" in CurrentMaterial ? CurrentMaterial === null || CurrentMaterial === void 0 ? void 0 : CurrentMaterial.value : CurrentMaterial, isRaw: typeof CurrentMaterial === "object" && "isRaw" in CurrentMaterial && CurrentMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncList`1[FrooxEngine.BrushTip+ColorMapping]", name: "ColorMappings", id: typeof ColorMappings === "object" && "id" in ColorMappings ? ColorMappings === null || ColorMappings === void 0 ? void 0 : ColorMappings.id : undefined, value: typeof ColorMappings === "object" && "value" in ColorMappings ? ColorMappings === null || ColorMappings === void 0 ? void 0 : ColorMappings.value : ColorMappings, isRaw: typeof ColorMappings === "object" && "isRaw" in ColorMappings && ColorMappings.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SlotCleanupRef`1[FrooxEngine.NeosColorDialog]", name: "_colorPicker", id: typeof _colorPicker === "object" && "id" in _colorPicker ? _colorPicker === null || _colorPicker === void 0 ? void 0 : _colorPicker.id : undefined, value: typeof _colorPicker === "object" && "value" in _colorPicker ? _colorPicker === null || _colorPicker === void 0 ? void 0 : _colorPicker.value : _colorPicker, isRaw: typeof _colorPicker === "object" && "isRaw" in _colorPicker && _colorPicker.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "_pickedColor", id: typeof _pickedColor === "object" && "id" in _pickedColor ? _pickedColor === null || _pickedColor === void 0 ? void 0 : _pickedColor.id : undefined, value: typeof _pickedColor === "object" && "value" in _pickedColor ? _pickedColor === null || _pickedColor === void 0 ? void 0 : _pickedColor.value : _pickedColor, isRaw: typeof _pickedColor === "object" && "isRaw" in _pickedColor && _pickedColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRefList`1[FrooxEngine.Slot]", name: "_hideOnStroke", id: typeof _hideOnStroke === "object" && "id" in _hideOnStroke ? _hideOnStroke === null || _hideOnStroke === void 0 ? void 0 : _hideOnStroke.id : undefined, value: typeof _hideOnStroke === "object" && "value" in _hideOnStroke ? _hideOnStroke === null || _hideOnStroke === void 0 ? void 0 : _hideOnStroke.value : _hideOnStroke, isRaw: typeof _hideOnStroke === "object" && "isRaw" in _hideOnStroke && _hideOnStroke.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.Material]", name: "_lastUsedMaterial", id: typeof _lastUsedMaterial === "object" && "id" in _lastUsedMaterial ? _lastUsedMaterial === null || _lastUsedMaterial === void 0 ? void 0 : _lastUsedMaterial.id : undefined, value: typeof _lastUsedMaterial === "object" && "value" in _lastUsedMaterial ? _lastUsedMaterial === null || _lastUsedMaterial === void 0 ? void 0 : _lastUsedMaterial.value : _lastUsedMaterial, isRaw: typeof _lastUsedMaterial === "object" && "isRaw" in _lastUsedMaterial && _lastUsedMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.Material]", name: "_lastCreatedMaterial", id: typeof _lastCreatedMaterial === "object" && "id" in _lastCreatedMaterial ? _lastCreatedMaterial === null || _lastCreatedMaterial === void 0 ? void 0 : _lastCreatedMaterial.id : undefined, value: typeof _lastCreatedMaterial === "object" && "value" in _lastCreatedMaterial ? _lastCreatedMaterial === null || _lastCreatedMaterial === void 0 ? void 0 : _lastCreatedMaterial.value : _lastCreatedMaterial, isRaw: typeof _lastCreatedMaterial === "object" && "isRaw" in _lastCreatedMaterial && _lastCreatedMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "TipAnchor", id: typeof TipAnchor === "object" && "id" in TipAnchor ? TipAnchor === null || TipAnchor === void 0 ? void 0 : TipAnchor.id : undefined, value: typeof TipAnchor === "object" && "value" in TipAnchor ? TipAnchor === null || TipAnchor === void 0 ? void 0 : TipAnchor.value : TipAnchor, isRaw: typeof TipAnchor === "object" && "isRaw" in TipAnchor && TipAnchor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "StrokePointRate", id: typeof StrokePointRate === "object" && "id" in StrokePointRate ? StrokePointRate === null || StrokePointRate === void 0 ? void 0 : StrokePointRate.id : undefined, value: typeof StrokePointRate === "object" && "value" in StrokePointRate ? StrokePointRate === null || StrokePointRate === void 0 ? void 0 : StrokePointRate.value : StrokePointRate, isRaw: typeof StrokePointRate === "object" && "isRaw" in StrokePointRate && StrokePointRate.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "ConstantPointRate", id: typeof ConstantPointRate === "object" && "id" in ConstantPointRate ? ConstantPointRate === null || ConstantPointRate === void 0 ? void 0 : ConstantPointRate.id : undefined, value: typeof ConstantPointRate === "object" && "value" in ConstantPointRate ? ConstantPointRate === null || ConstantPointRate === void 0 ? void 0 : ConstantPointRate.value : ConstantPointRate, isRaw: typeof ConstantPointRate === "object" && "isRaw" in ConstantPointRate && ConstantPointRate.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "PressureAffectsRate", id: typeof PressureAffectsRate === "object" && "id" in PressureAffectsRate ? PressureAffectsRate === null || PressureAffectsRate === void 0 ? void 0 : PressureAffectsRate.id : undefined, value: typeof PressureAffectsRate === "object" && "value" in PressureAffectsRate ? PressureAffectsRate === null || PressureAffectsRate === void 0 ? void 0 : PressureAffectsRate.value : PressureAffectsRate, isRaw: typeof PressureAffectsRate === "object" && "isRaw" in PressureAffectsRate && PressureAffectsRate.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "PressureAffectsRadius", id: typeof PressureAffectsRadius === "object" && "id" in PressureAffectsRadius ? PressureAffectsRadius === null || PressureAffectsRadius === void 0 ? void 0 : PressureAffectsRadius.id : undefined, value: typeof PressureAffectsRadius === "object" && "value" in PressureAffectsRadius ? PressureAffectsRadius === null || PressureAffectsRadius === void 0 ? void 0 : PressureAffectsRadius.value : PressureAffectsRadius, isRaw: typeof PressureAffectsRadius === "object" && "isRaw" in PressureAffectsRadius && PressureAffectsRadius.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "ParticleSpawnRadius", id: typeof ParticleSpawnRadius === "object" && "id" in ParticleSpawnRadius ? ParticleSpawnRadius === null || ParticleSpawnRadius === void 0 ? void 0 : ParticleSpawnRadius.id : undefined, value: typeof ParticleSpawnRadius === "object" && "value" in ParticleSpawnRadius ? ParticleSpawnRadius === null || ParticleSpawnRadius === void 0 ? void 0 : ParticleSpawnRadius.value : ParticleSpawnRadius, isRaw: typeof ParticleSpawnRadius === "object" && "isRaw" in ParticleSpawnRadius && ParticleSpawnRadius.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.LogiX.Input`1[System.Single]", name: "PointRate", id: typeof PointRate === "object" && "id" in PointRate ? PointRate === null || PointRate === void 0 ? void 0 : PointRate.id : undefined, value: typeof PointRate === "object" && "value" in PointRate ? PointRate === null || PointRate === void 0 ? void 0 : PointRate.value : PointRate, isRaw: typeof PointRate === "object" && "isRaw" in PointRate && PointRate.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.LogiX.Input`1[BaseX.float3]", name: "ParticleOffset", id: typeof ParticleOffset === "object" && "id" in ParticleOffset ? ParticleOffset === null || ParticleOffset === void 0 ? void 0 : ParticleOffset.id : undefined, value: typeof ParticleOffset === "object" && "value" in ParticleOffset ? ParticleOffset === null || ParticleOffset === void 0 ? void 0 : ParticleOffset.value : ParticleOffset, isRaw: typeof ParticleOffset === "object" && "isRaw" in ParticleOffset && ParticleOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "SnapPoints", id: typeof SnapPoints === "object" && "id" in SnapPoints ? SnapPoints === null || SnapPoints === void 0 ? void 0 : SnapPoints.id : undefined, value: typeof SnapPoints === "object" && "value" in SnapPoints ? SnapPoints === null || SnapPoints === void 0 ? void 0 : SnapPoints.value : SnapPoints, isRaw: typeof SnapPoints === "object" && "isRaw" in SnapPoints && SnapPoints.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "Pivot", id: typeof Pivot === "object" && "id" in Pivot ? Pivot === null || Pivot === void 0 ? void 0 : Pivot.id : undefined, value: typeof Pivot === "object" && "value" in Pivot ? Pivot === null || Pivot === void 0 ? void 0 : Pivot.value : Pivot, isRaw: typeof Pivot === "object" && "isRaw" in Pivot && Pivot.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "MinColor", id: typeof MinColor === "object" && "id" in MinColor ? MinColor === null || MinColor === void 0 ? void 0 : MinColor.id : undefined, value: typeof MinColor === "object" && "value" in MinColor ? MinColor === null || MinColor === void 0 ? void 0 : MinColor.value : MinColor, isRaw: typeof MinColor === "object" && "isRaw" in MinColor && MinColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "MaxColor", id: typeof MaxColor === "object" && "id" in MaxColor ? MaxColor === null || MaxColor === void 0 ? void 0 : MaxColor.id : undefined, value: typeof MaxColor === "object" && "value" in MaxColor ? MaxColor === null || MaxColor === void 0 ? void 0 : MaxColor.value : MaxColor, isRaw: typeof MaxColor === "object" && "isRaw" in MaxColor && MaxColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "ColorGap", id: typeof ColorGap === "object" && "id" in ColorGap ? ColorGap === null || ColorGap === void 0 ? void 0 : ColorGap.id : undefined, value: typeof ColorGap === "object" && "value" in ColorGap ? ColorGap === null || ColorGap === void 0 ? void 0 : ColorGap.value : ColorGap, isRaw: typeof ColorGap === "object" && "isRaw" in ColorGap && ColorGap.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "UniformSize", id: typeof UniformSize === "object" && "id" in UniformSize ? UniformSize === null || UniformSize === void 0 ? void 0 : UniformSize.id : undefined, value: typeof UniformSize === "object" && "value" in UniformSize ? UniformSize === null || UniformSize === void 0 ? void 0 : UniformSize.value : UniformSize, isRaw: typeof UniformSize === "object" && "isRaw" in UniformSize && UniformSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "MinSize", id: typeof MinSize === "object" && "id" in MinSize ? MinSize === null || MinSize === void 0 ? void 0 : MinSize.id : undefined, value: typeof MinSize === "object" && "value" in MinSize ? MinSize === null || MinSize === void 0 ? void 0 : MinSize.value : MinSize, isRaw: typeof MinSize === "object" && "isRaw" in MinSize && MinSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "MaxSize", id: typeof MaxSize === "object" && "id" in MaxSize ? MaxSize === null || MaxSize === void 0 ? void 0 : MaxSize.id : undefined, value: typeof MaxSize === "object" && "value" in MaxSize ? MaxSize === null || MaxSize === void 0 ? void 0 : MaxSize.value : MaxSize, isRaw: typeof MaxSize === "object" && "isRaw" in MaxSize && MaxSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "SizeGap", id: typeof SizeGap === "object" && "id" in SizeGap ? SizeGap === null || SizeGap === void 0 ? void 0 : SizeGap.id : undefined, value: typeof SizeGap === "object" && "value" in SizeGap ? SizeGap === null || SizeGap === void 0 ? void 0 : SizeGap.value : SizeGap, isRaw: typeof SizeGap === "object" && "isRaw" in SizeGap && SizeGap.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "MinRotation", id: typeof MinRotation === "object" && "id" in MinRotation ? MinRotation === null || MinRotation === void 0 ? void 0 : MinRotation.id : undefined, value: typeof MinRotation === "object" && "value" in MinRotation ? MinRotation === null || MinRotation === void 0 ? void 0 : MinRotation.value : MinRotation, isRaw: typeof MinRotation === "object" && "isRaw" in MinRotation && MinRotation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "MaxRotation", id: typeof MaxRotation === "object" && "id" in MaxRotation ? MaxRotation === null || MaxRotation === void 0 ? void 0 : MaxRotation.id : undefined, value: typeof MaxRotation === "object" && "value" in MaxRotation ? MaxRotation === null || MaxRotation === void 0 ? void 0 : MaxRotation.value : MaxRotation, isRaw: typeof MaxRotation === "object" && "isRaw" in MaxRotation && MaxRotation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "MinUVScale", id: typeof MinUVScale === "object" && "id" in MinUVScale ? MinUVScale === null || MinUVScale === void 0 ? void 0 : MinUVScale.id : undefined, value: typeof MinUVScale === "object" && "value" in MinUVScale ? MinUVScale === null || MinUVScale === void 0 ? void 0 : MinUVScale.value : MinUVScale, isRaw: typeof MinUVScale === "object" && "isRaw" in MinUVScale && MinUVScale.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "MaxUVScale", id: typeof MaxUVScale === "object" && "id" in MaxUVScale ? MaxUVScale === null || MaxUVScale === void 0 ? void 0 : MaxUVScale.id : undefined, value: typeof MaxUVScale === "object" && "value" in MaxUVScale ? MaxUVScale === null || MaxUVScale === void 0 ? void 0 : MaxUVScale.value : MaxUVScale, isRaw: typeof MaxUVScale === "object" && "isRaw" in MaxUVScale && MaxUVScale.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "UVScaleGap", id: typeof UVScaleGap === "object" && "id" in UVScaleGap ? UVScaleGap === null || UVScaleGap === void 0 ? void 0 : UVScaleGap.id : undefined, value: typeof UVScaleGap === "object" && "value" in UVScaleGap ? UVScaleGap === null || UVScaleGap === void 0 ? void 0 : UVScaleGap.value : UVScaleGap, isRaw: typeof UVScaleGap === "object" && "isRaw" in UVScaleGap && UVScaleGap.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.RootSpace", name: "RotationSpace", id: typeof RotationSpace === "object" && "id" in RotationSpace ? RotationSpace === null || RotationSpace === void 0 ? void 0 : RotationSpace.id : undefined, value: typeof RotationSpace === "object" && "value" in RotationSpace ? RotationSpace === null || RotationSpace === void 0 ? void 0 : RotationSpace.value : RotationSpace, isRaw: typeof RotationSpace === "object" && "isRaw" in RotationSpace && RotationSpace.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "UseColor", id: typeof UseColor === "object" && "id" in UseColor ? UseColor === null || UseColor === void 0 ? void 0 : UseColor.id : undefined, value: typeof UseColor === "object" && "value" in UseColor ? UseColor === null || UseColor === void 0 ? void 0 : UseColor.value : UseColor, isRaw: typeof UseColor === "object" && "isRaw" in UseColor && UseColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "ScaleUVWithSize", id: typeof ScaleUVWithSize === "object" && "id" in ScaleUVWithSize ? ScaleUVWithSize === null || ScaleUVWithSize === void 0 ? void 0 : ScaleUVWithSize.id : undefined, value: typeof ScaleUVWithSize === "object" && "value" in ScaleUVWithSize ? ScaleUVWithSize === null || ScaleUVWithSize === void 0 ? void 0 : ScaleUVWithSize.value : ScaleUVWithSize, isRaw: typeof ScaleUVWithSize === "object" && "isRaw" in ScaleUVWithSize && ScaleUVWithSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.LogiX.Input`1[BaseX.color]", name: "BoxColor", id: typeof BoxColor === "object" && "id" in BoxColor ? BoxColor === null || BoxColor === void 0 ? void 0 : BoxColor.id : undefined, value: typeof BoxColor === "object" && "value" in BoxColor ? BoxColor === null || BoxColor === void 0 ? void 0 : BoxColor.value : BoxColor, isRaw: typeof BoxColor === "object" && "isRaw" in BoxColor && BoxColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.LogiX.Input`1[BaseX.float3]", name: "BoxSize", id: typeof BoxSize === "object" && "id" in BoxSize ? BoxSize === null || BoxSize === void 0 ? void 0 : BoxSize.id : undefined, value: typeof BoxSize === "object" && "value" in BoxSize ? BoxSize === null || BoxSize === void 0 ? void 0 : BoxSize.value : BoxSize, isRaw: typeof BoxSize === "object" && "isRaw" in BoxSize && BoxSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.LogiX.Input`1[BaseX.floatQ]", name: "BoxRotation", id: typeof BoxRotation === "object" && "id" in BoxRotation ? BoxRotation === null || BoxRotation === void 0 ? void 0 : BoxRotation.id : undefined, value: typeof BoxRotation === "object" && "value" in BoxRotation ? BoxRotation === null || BoxRotation === void 0 ? void 0 : BoxRotation.value : BoxRotation, isRaw: typeof BoxRotation === "object" && "isRaw" in BoxRotation && BoxRotation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.LogiX.Input`1[BaseX.float3]", name: "BoxUVScale", id: typeof BoxUVScale === "object" && "id" in BoxUVScale ? BoxUVScale === null || BoxUVScale === void 0 ? void 0 : BoxUVScale.id : undefined, value: typeof BoxUVScale === "object" && "value" in BoxUVScale ? BoxUVScale === null || BoxUVScale === void 0 ? void 0 : BoxUVScale.value : BoxUVScale, isRaw: typeof BoxUVScale === "object" && "isRaw" in BoxUVScale && BoxUVScale.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.MeshRenderer]", name: "_previewRenderer", id: typeof _previewRenderer === "object" && "id" in _previewRenderer ? _previewRenderer === null || _previewRenderer === void 0 ? void 0 : _previewRenderer.id : undefined, value: typeof _previewRenderer === "object" && "value" in _previewRenderer ? _previewRenderer === null || _previewRenderer === void 0 ? void 0 : _previewRenderer.value : _previewRenderer, isRaw: typeof _previewRenderer === "object" && "isRaw" in _previewRenderer && _previewRenderer.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.BoxArrayMesh]", name: "_previewMesh", id: typeof _previewMesh === "object" && "id" in _previewMesh ? _previewMesh === null || _previewMesh === void 0 ? void 0 : _previewMesh.id : undefined, value: typeof _previewMesh === "object" && "value" in _previewMesh ? _previewMesh === null || _previewMesh === void 0 ? void 0 : _previewMesh.value : _previewMesh, isRaw: typeof _previewMesh === "object" && "isRaw" in _previewMesh && _previewMesh.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_previewMeshOffset", id: typeof _previewMeshOffset === "object" && "id" in _previewMeshOffset ? _previewMeshOffset === null || _previewMeshOffset === void 0 ? void 0 : _previewMeshOffset.id : undefined, value: typeof _previewMeshOffset === "object" && "value" in _previewMeshOffset ? _previewMeshOffset === null || _previewMeshOffset === void 0 ? void 0 : _previewMeshOffset.value : _previewMeshOffset, isRaw: typeof _previewMeshOffset === "object" && "isRaw" in _previewMeshOffset && _previewMeshOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.floatQ]", name: "_previewMeshRotation", id: typeof _previewMeshRotation === "object" && "id" in _previewMeshRotation ? _previewMeshRotation === null || _previewMeshRotation === void 0 ? void 0 : _previewMeshRotation.id : undefined, value: typeof _previewMeshRotation === "object" && "value" in _previewMeshRotation ? _previewMeshRotation === null || _previewMeshRotation === void 0 ? void 0 : _previewMeshRotation.value : _previewMeshRotation, isRaw: typeof _previewMeshRotation === "object" && "isRaw" in _previewMeshRotation && _previewMeshRotation.isRaw ? true : undefined })] }))); } exports.BoxBrushTip = BoxBrushTip; ;