UNPKG

neos-script

Version:

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

23 lines (22 loc) 24.2 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.ConvexHullBrushTip = void 0; var jsx_runtime_1 = require("neos-script/jsx-runtime"); var core_1 = require("../../../core"); function ConvexHullBrushTip(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, MinHullPointDistance = props.MinHullPointDistance, FlatShading = props.FlatShading, PointSpread = props.PointSpread, TipAnchor = props.TipAnchor, MaterialPreviews = props.MaterialPreviews, _currentHull = props._currentHull, _previewMesh = props._previewMesh, _previewMeshOffset = props._previewMeshOffset; return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.ConvexHullBrushTip", 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.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.Sync`1[System.Double]", name: "MinHullPointDistance", id: typeof MinHullPointDistance === "object" && "id" in MinHullPointDistance ? MinHullPointDistance === null || MinHullPointDistance === void 0 ? void 0 : MinHullPointDistance.id : undefined, value: typeof MinHullPointDistance === "object" && "value" in MinHullPointDistance ? MinHullPointDistance === null || MinHullPointDistance === void 0 ? void 0 : MinHullPointDistance.value : MinHullPointDistance, isRaw: typeof MinHullPointDistance === "object" && "isRaw" in MinHullPointDistance && MinHullPointDistance.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "FlatShading", id: typeof FlatShading === "object" && "id" in FlatShading ? FlatShading === null || FlatShading === void 0 ? void 0 : FlatShading.id : undefined, value: typeof FlatShading === "object" && "value" in FlatShading ? FlatShading === null || FlatShading === void 0 ? void 0 : FlatShading.value : FlatShading, isRaw: typeof FlatShading === "object" && "isRaw" in FlatShading && FlatShading.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "PointSpread", id: typeof PointSpread === "object" && "id" in PointSpread ? PointSpread === null || PointSpread === void 0 ? void 0 : PointSpread.id : undefined, value: typeof PointSpread === "object" && "value" in PointSpread ? PointSpread === null || PointSpread === void 0 ? void 0 : PointSpread.value : PointSpread, isRaw: typeof PointSpread === "object" && "isRaw" in PointSpread && PointSpread.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.SyncRefList`1[FrooxEngine.MeshRenderer]", name: "MaterialPreviews", id: typeof MaterialPreviews === "object" && "id" in MaterialPreviews ? MaterialPreviews === null || MaterialPreviews === void 0 ? void 0 : MaterialPreviews.id : undefined, value: typeof MaterialPreviews === "object" && "value" in MaterialPreviews ? MaterialPreviews === null || MaterialPreviews === void 0 ? void 0 : MaterialPreviews.value : MaterialPreviews, isRaw: typeof MaterialPreviews === "object" && "isRaw" in MaterialPreviews && MaterialPreviews.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.ConvexHullMesh]", name: "_currentHull", id: typeof _currentHull === "object" && "id" in _currentHull ? _currentHull === null || _currentHull === void 0 ? void 0 : _currentHull.id : undefined, value: typeof _currentHull === "object" && "value" in _currentHull ? _currentHull === null || _currentHull === void 0 ? void 0 : _currentHull.value : _currentHull, isRaw: typeof _currentHull === "object" && "isRaw" in _currentHull && _currentHull.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.ConvexHullMesh]", 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 })] }))); } exports.ConvexHullBrushTip = ConvexHullBrushTip; ;