neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
23 lines (22 loc) • 26.6 kB
JavaScript
;
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.ContextMenu = void 0;
var jsx_runtime_1 = require("neos-script/jsx-runtime");
var core_1 = require("../../../core");
function ContextMenu(props) {
var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, Owner = props.Owner, Pointer = props.Pointer, Separation = props.Separation, LabelSize = props.LabelSize, RadiusRatio = props.RadiusRatio, _currentSummoner = props._currentSummoner, _canvas = props._canvas, _arcLayout = props._arcLayout, _canvasActive = props._canvasActive, _colliderEnabled = props._colliderEnabled, _iconImage = props._iconImage, _separation = props._separation, _offsetMin = props._offsetMin, _offsetMax = props._offsetMax, _innerCircle = props._innerCircle, _innerCircleButton = props._innerCircleButton, _innerCircleAnchorMin = props._innerCircleAnchorMin, _innerCircleAnchorMax = props._innerCircleAnchorMax, _itemsRoot = props._itemsRoot, _arcMaterial = props._arcMaterial, _fontMaterial = props._fontMaterial, _spriteMaterial = props._spriteMaterial, _arcOverlay = props._arcOverlay, _fontOverlay = props._fontOverlay, _spriteOverlay = props._spriteOverlay, _arcZTest = props._arcZTest, _fontZTest = props._fontZTest, _spriteZTest = props._spriteZTest, _zwriteArc = props._zwriteArc, _zwriteText = props._zwriteText, _arcRenderQueue = props._arcRenderQueue, _fontRenderQueue = props._fontRenderQueue, _spriteRenderQueue = props._spriteRenderQueue, _canvasOffset = props._canvasOffset, _fillFade = props._fillFade, _outlineFade = props._outlineFade, _textFade = props._textFade, _iconFade = props._iconFade, _lerp = props._lerp, _state = props._state, _flickModeActive = props._flickModeActive, _flickEnabled = props._flickEnabled, _hidden = props._hidden, _selectedItem = props._selectedItem;
return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.ContextMenu", 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.User]", name: "Owner", id: typeof Owner === "object" && "id" in Owner ? Owner === null || Owner === void 0 ? void 0 : Owner.id : undefined, value: typeof Owner === "object" && "value" in Owner ? Owner === null || Owner === void 0 ? void 0 : Owner.value : Owner, isRaw: typeof Owner === "object" && "isRaw" in Owner && Owner.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "Pointer", id: typeof Pointer === "object" && "id" in Pointer ? Pointer === null || Pointer === void 0 ? void 0 : Pointer.id : undefined, value: typeof Pointer === "object" && "value" in Pointer ? Pointer === null || Pointer === void 0 ? void 0 : Pointer.value : Pointer, isRaw: typeof Pointer === "object" && "isRaw" in Pointer && Pointer.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Separation", id: typeof Separation === "object" && "id" in Separation ? Separation === null || Separation === void 0 ? void 0 : Separation.id : undefined, value: typeof Separation === "object" && "value" in Separation ? Separation === null || Separation === void 0 ? void 0 : Separation.value : Separation, isRaw: typeof Separation === "object" && "isRaw" in Separation && Separation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "LabelSize", id: typeof LabelSize === "object" && "id" in LabelSize ? LabelSize === null || LabelSize === void 0 ? void 0 : LabelSize.id : undefined, value: typeof LabelSize === "object" && "value" in LabelSize ? LabelSize === null || LabelSize === void 0 ? void 0 : LabelSize.value : LabelSize, isRaw: typeof LabelSize === "object" && "isRaw" in LabelSize && LabelSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "RadiusRatio", id: typeof RadiusRatio === "object" && "id" in RadiusRatio ? RadiusRatio === null || RadiusRatio === void 0 ? void 0 : RadiusRatio.id : undefined, value: typeof RadiusRatio === "object" && "value" in RadiusRatio ? RadiusRatio === null || RadiusRatio === void 0 ? void 0 : RadiusRatio.value : RadiusRatio, isRaw: typeof RadiusRatio === "object" && "isRaw" in RadiusRatio && RadiusRatio.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef", name: "_currentSummoner", id: typeof _currentSummoner === "object" && "id" in _currentSummoner ? _currentSummoner === null || _currentSummoner === void 0 ? void 0 : _currentSummoner.id : undefined, value: typeof _currentSummoner === "object" && "value" in _currentSummoner ? _currentSummoner === null || _currentSummoner === void 0 ? void 0 : _currentSummoner.value : _currentSummoner, isRaw: typeof _currentSummoner === "object" && "isRaw" in _currentSummoner && _currentSummoner.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Canvas]", name: "_canvas", id: typeof _canvas === "object" && "id" in _canvas ? _canvas === null || _canvas === void 0 ? void 0 : _canvas.id : undefined, value: typeof _canvas === "object" && "value" in _canvas ? _canvas === null || _canvas === void 0 ? void 0 : _canvas.value : _canvas, isRaw: typeof _canvas === "object" && "isRaw" in _canvas && _canvas.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.ArcLayout]", name: "_arcLayout", id: typeof _arcLayout === "object" && "id" in _arcLayout ? _arcLayout === null || _arcLayout === void 0 ? void 0 : _arcLayout.id : undefined, value: typeof _arcLayout === "object" && "value" in _arcLayout ? _arcLayout === null || _arcLayout === void 0 ? void 0 : _arcLayout.value : _arcLayout, isRaw: typeof _arcLayout === "object" && "isRaw" in _arcLayout && _arcLayout.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Boolean]", name: "_canvasActive", id: typeof _canvasActive === "object" && "id" in _canvasActive ? _canvasActive === null || _canvasActive === void 0 ? void 0 : _canvasActive.id : undefined, value: typeof _canvasActive === "object" && "value" in _canvasActive ? _canvasActive === null || _canvasActive === void 0 ? void 0 : _canvasActive.value : _canvasActive, isRaw: typeof _canvasActive === "object" && "isRaw" in _canvasActive && _canvasActive.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Boolean]", name: "_colliderEnabled", id: typeof _colliderEnabled === "object" && "id" in _colliderEnabled ? _colliderEnabled === null || _colliderEnabled === void 0 ? void 0 : _colliderEnabled.id : undefined, value: typeof _colliderEnabled === "object" && "value" in _colliderEnabled ? _colliderEnabled === null || _colliderEnabled === void 0 ? void 0 : _colliderEnabled.value : _colliderEnabled, isRaw: typeof _colliderEnabled === "object" && "isRaw" in _colliderEnabled && _colliderEnabled.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Image]", name: "_iconImage", id: typeof _iconImage === "object" && "id" in _iconImage ? _iconImage === null || _iconImage === void 0 ? void 0 : _iconImage.id : undefined, value: typeof _iconImage === "object" && "value" in _iconImage ? _iconImage === null || _iconImage === void 0 ? void 0 : _iconImage.value : _iconImage, isRaw: typeof _iconImage === "object" && "isRaw" in _iconImage && _iconImage.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "_separation", id: typeof _separation === "object" && "id" in _separation ? _separation === null || _separation === void 0 ? void 0 : _separation.id : undefined, value: typeof _separation === "object" && "value" in _separation ? _separation === null || _separation === void 0 ? void 0 : _separation.value : _separation, isRaw: typeof _separation === "object" && "isRaw" in _separation && _separation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float2]", name: "_offsetMin", id: typeof _offsetMin === "object" && "id" in _offsetMin ? _offsetMin === null || _offsetMin === void 0 ? void 0 : _offsetMin.id : undefined, value: typeof _offsetMin === "object" && "value" in _offsetMin ? _offsetMin === null || _offsetMin === void 0 ? void 0 : _offsetMin.value : _offsetMin, isRaw: typeof _offsetMin === "object" && "isRaw" in _offsetMin && _offsetMin.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float2]", name: "_offsetMax", id: typeof _offsetMax === "object" && "id" in _offsetMax ? _offsetMax === null || _offsetMax === void 0 ? void 0 : _offsetMax.id : undefined, value: typeof _offsetMax === "object" && "value" in _offsetMax ? _offsetMax === null || _offsetMax === void 0 ? void 0 : _offsetMax.value : _offsetMax, isRaw: typeof _offsetMax === "object" && "isRaw" in _offsetMax && _offsetMax.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.OutlinedArc]", name: "_innerCircle", id: typeof _innerCircle === "object" && "id" in _innerCircle ? _innerCircle === null || _innerCircle === void 0 ? void 0 : _innerCircle.id : undefined, value: typeof _innerCircle === "object" && "value" in _innerCircle ? _innerCircle === null || _innerCircle === void 0 ? void 0 : _innerCircle.value : _innerCircle, isRaw: typeof _innerCircle === "object" && "isRaw" in _innerCircle && _innerCircle.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Button]", name: "_innerCircleButton", id: typeof _innerCircleButton === "object" && "id" in _innerCircleButton ? _innerCircleButton === null || _innerCircleButton === void 0 ? void 0 : _innerCircleButton.id : undefined, value: typeof _innerCircleButton === "object" && "value" in _innerCircleButton ? _innerCircleButton === null || _innerCircleButton === void 0 ? void 0 : _innerCircleButton.value : _innerCircleButton, isRaw: typeof _innerCircleButton === "object" && "isRaw" in _innerCircleButton && _innerCircleButton.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float2]", name: "_innerCircleAnchorMin", id: typeof _innerCircleAnchorMin === "object" && "id" in _innerCircleAnchorMin ? _innerCircleAnchorMin === null || _innerCircleAnchorMin === void 0 ? void 0 : _innerCircleAnchorMin.id : undefined, value: typeof _innerCircleAnchorMin === "object" && "value" in _innerCircleAnchorMin ? _innerCircleAnchorMin === null || _innerCircleAnchorMin === void 0 ? void 0 : _innerCircleAnchorMin.value : _innerCircleAnchorMin, isRaw: typeof _innerCircleAnchorMin === "object" && "isRaw" in _innerCircleAnchorMin && _innerCircleAnchorMin.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float2]", name: "_innerCircleAnchorMax", id: typeof _innerCircleAnchorMax === "object" && "id" in _innerCircleAnchorMax ? _innerCircleAnchorMax === null || _innerCircleAnchorMax === void 0 ? void 0 : _innerCircleAnchorMax.id : undefined, value: typeof _innerCircleAnchorMax === "object" && "value" in _innerCircleAnchorMax ? _innerCircleAnchorMax === null || _innerCircleAnchorMax === void 0 ? void 0 : _innerCircleAnchorMax.value : _innerCircleAnchorMax, isRaw: typeof _innerCircleAnchorMax === "object" && "isRaw" in _innerCircleAnchorMax && _innerCircleAnchorMax.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_itemsRoot", id: typeof _itemsRoot === "object" && "id" in _itemsRoot ? _itemsRoot === null || _itemsRoot === void 0 ? void 0 : _itemsRoot.id : undefined, value: typeof _itemsRoot === "object" && "value" in _itemsRoot ? _itemsRoot === null || _itemsRoot === void 0 ? void 0 : _itemsRoot.value : _itemsRoot, isRaw: typeof _itemsRoot === "object" && "isRaw" in _itemsRoot && _itemsRoot.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UI_CircleSegment]", name: "_arcMaterial", id: typeof _arcMaterial === "object" && "id" in _arcMaterial ? _arcMaterial === null || _arcMaterial === void 0 ? void 0 : _arcMaterial.id : undefined, value: typeof _arcMaterial === "object" && "value" in _arcMaterial ? _arcMaterial === null || _arcMaterial === void 0 ? void 0 : _arcMaterial.value : _arcMaterial, isRaw: typeof _arcMaterial === "object" && "isRaw" in _arcMaterial && _arcMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UI_TextUnlitMaterial]", name: "_fontMaterial", id: typeof _fontMaterial === "object" && "id" in _fontMaterial ? _fontMaterial === null || _fontMaterial === void 0 ? void 0 : _fontMaterial.id : undefined, value: typeof _fontMaterial === "object" && "value" in _fontMaterial ? _fontMaterial === null || _fontMaterial === void 0 ? void 0 : _fontMaterial.value : _fontMaterial, isRaw: typeof _fontMaterial === "object" && "isRaw" in _fontMaterial && _fontMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UI_UnlitMaterial]", name: "_spriteMaterial", id: typeof _spriteMaterial === "object" && "id" in _spriteMaterial ? _spriteMaterial === null || _spriteMaterial === void 0 ? void 0 : _spriteMaterial.id : undefined, value: typeof _spriteMaterial === "object" && "value" in _spriteMaterial ? _spriteMaterial === null || _spriteMaterial === void 0 ? void 0 : _spriteMaterial.value : _spriteMaterial, isRaw: typeof _spriteMaterial === "object" && "isRaw" in _spriteMaterial && _spriteMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Boolean]", name: "_arcOverlay", id: typeof _arcOverlay === "object" && "id" in _arcOverlay ? _arcOverlay === null || _arcOverlay === void 0 ? void 0 : _arcOverlay.id : undefined, value: typeof _arcOverlay === "object" && "value" in _arcOverlay ? _arcOverlay === null || _arcOverlay === void 0 ? void 0 : _arcOverlay.value : _arcOverlay, isRaw: typeof _arcOverlay === "object" && "isRaw" in _arcOverlay && _arcOverlay.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Boolean]", name: "_fontOverlay", id: typeof _fontOverlay === "object" && "id" in _fontOverlay ? _fontOverlay === null || _fontOverlay === void 0 ? void 0 : _fontOverlay.id : undefined, value: typeof _fontOverlay === "object" && "value" in _fontOverlay ? _fontOverlay === null || _fontOverlay === void 0 ? void 0 : _fontOverlay.value : _fontOverlay, isRaw: typeof _fontOverlay === "object" && "isRaw" in _fontOverlay && _fontOverlay.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Boolean]", name: "_spriteOverlay", id: typeof _spriteOverlay === "object" && "id" in _spriteOverlay ? _spriteOverlay === null || _spriteOverlay === void 0 ? void 0 : _spriteOverlay.id : undefined, value: typeof _spriteOverlay === "object" && "value" in _spriteOverlay ? _spriteOverlay === null || _spriteOverlay === void 0 ? void 0 : _spriteOverlay.value : _spriteOverlay, isRaw: typeof _spriteOverlay === "object" && "isRaw" in _spriteOverlay && _spriteOverlay.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[FrooxEngine.ZTest]", name: "_arcZTest", id: typeof _arcZTest === "object" && "id" in _arcZTest ? _arcZTest === null || _arcZTest === void 0 ? void 0 : _arcZTest.id : undefined, value: typeof _arcZTest === "object" && "value" in _arcZTest ? _arcZTest === null || _arcZTest === void 0 ? void 0 : _arcZTest.value : _arcZTest, isRaw: typeof _arcZTest === "object" && "isRaw" in _arcZTest && _arcZTest.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[FrooxEngine.ZTest]", name: "_fontZTest", id: typeof _fontZTest === "object" && "id" in _fontZTest ? _fontZTest === null || _fontZTest === void 0 ? void 0 : _fontZTest.id : undefined, value: typeof _fontZTest === "object" && "value" in _fontZTest ? _fontZTest === null || _fontZTest === void 0 ? void 0 : _fontZTest.value : _fontZTest, isRaw: typeof _fontZTest === "object" && "isRaw" in _fontZTest && _fontZTest.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[FrooxEngine.ZTest]", name: "_spriteZTest", id: typeof _spriteZTest === "object" && "id" in _spriteZTest ? _spriteZTest === null || _spriteZTest === void 0 ? void 0 : _spriteZTest.id : undefined, value: typeof _spriteZTest === "object" && "value" in _spriteZTest ? _spriteZTest === null || _spriteZTest === void 0 ? void 0 : _spriteZTest.value : _spriteZTest, isRaw: typeof _spriteZTest === "object" && "isRaw" in _spriteZTest && _spriteZTest.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[FrooxEngine.ZWrite]", name: "_zwriteArc", id: typeof _zwriteArc === "object" && "id" in _zwriteArc ? _zwriteArc === null || _zwriteArc === void 0 ? void 0 : _zwriteArc.id : undefined, value: typeof _zwriteArc === "object" && "value" in _zwriteArc ? _zwriteArc === null || _zwriteArc === void 0 ? void 0 : _zwriteArc.value : _zwriteArc, isRaw: typeof _zwriteArc === "object" && "isRaw" in _zwriteArc && _zwriteArc.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[FrooxEngine.ZWrite]", name: "_zwriteText", id: typeof _zwriteText === "object" && "id" in _zwriteText ? _zwriteText === null || _zwriteText === void 0 ? void 0 : _zwriteText.id : undefined, value: typeof _zwriteText === "object" && "value" in _zwriteText ? _zwriteText === null || _zwriteText === void 0 ? void 0 : _zwriteText.value : _zwriteText, isRaw: typeof _zwriteText === "object" && "isRaw" in _zwriteText && _zwriteText.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Int32]", name: "_arcRenderQueue", id: typeof _arcRenderQueue === "object" && "id" in _arcRenderQueue ? _arcRenderQueue === null || _arcRenderQueue === void 0 ? void 0 : _arcRenderQueue.id : undefined, value: typeof _arcRenderQueue === "object" && "value" in _arcRenderQueue ? _arcRenderQueue === null || _arcRenderQueue === void 0 ? void 0 : _arcRenderQueue.value : _arcRenderQueue, isRaw: typeof _arcRenderQueue === "object" && "isRaw" in _arcRenderQueue && _arcRenderQueue.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Int32]", name: "_fontRenderQueue", id: typeof _fontRenderQueue === "object" && "id" in _fontRenderQueue ? _fontRenderQueue === null || _fontRenderQueue === void 0 ? void 0 : _fontRenderQueue.id : undefined, value: typeof _fontRenderQueue === "object" && "value" in _fontRenderQueue ? _fontRenderQueue === null || _fontRenderQueue === void 0 ? void 0 : _fontRenderQueue.value : _fontRenderQueue, isRaw: typeof _fontRenderQueue === "object" && "isRaw" in _fontRenderQueue && _fontRenderQueue.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Int32]", name: "_spriteRenderQueue", id: typeof _spriteRenderQueue === "object" && "id" in _spriteRenderQueue ? _spriteRenderQueue === null || _spriteRenderQueue === void 0 ? void 0 : _spriteRenderQueue.id : undefined, value: typeof _spriteRenderQueue === "object" && "value" in _spriteRenderQueue ? _spriteRenderQueue === null || _spriteRenderQueue === void 0 ? void 0 : _spriteRenderQueue.value : _spriteRenderQueue, isRaw: typeof _spriteRenderQueue === "object" && "isRaw" in _spriteRenderQueue && _spriteRenderQueue.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Int32]", name: "_canvasOffset", id: typeof _canvasOffset === "object" && "id" in _canvasOffset ? _canvasOffset === null || _canvasOffset === void 0 ? void 0 : _canvasOffset.id : undefined, value: typeof _canvasOffset === "object" && "value" in _canvasOffset ? _canvasOffset === null || _canvasOffset === void 0 ? void 0 : _canvasOffset.value : _canvasOffset, isRaw: typeof _canvasOffset === "object" && "isRaw" in _canvasOffset && _canvasOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_fillFade", id: typeof _fillFade === "object" && "id" in _fillFade ? _fillFade === null || _fillFade === void 0 ? void 0 : _fillFade.id : undefined, value: typeof _fillFade === "object" && "value" in _fillFade ? _fillFade === null || _fillFade === void 0 ? void 0 : _fillFade.value : _fillFade, isRaw: typeof _fillFade === "object" && "isRaw" in _fillFade && _fillFade.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_outlineFade", id: typeof _outlineFade === "object" && "id" in _outlineFade ? _outlineFade === null || _outlineFade === void 0 ? void 0 : _outlineFade.id : undefined, value: typeof _outlineFade === "object" && "value" in _outlineFade ? _outlineFade === null || _outlineFade === void 0 ? void 0 : _outlineFade.value : _outlineFade, isRaw: typeof _outlineFade === "object" && "isRaw" in _outlineFade && _outlineFade.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_textFade", id: typeof _textFade === "object" && "id" in _textFade ? _textFade === null || _textFade === void 0 ? void 0 : _textFade.id : undefined, value: typeof _textFade === "object" && "value" in _textFade ? _textFade === null || _textFade === void 0 ? void 0 : _textFade.value : _textFade, isRaw: typeof _textFade === "object" && "isRaw" in _textFade && _textFade.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_iconFade", id: typeof _iconFade === "object" && "id" in _iconFade ? _iconFade === null || _iconFade === void 0 ? void 0 : _iconFade.id : undefined, value: typeof _iconFade === "object" && "value" in _iconFade ? _iconFade === null || _iconFade === void 0 ? void 0 : _iconFade.value : _iconFade, isRaw: typeof _iconFade === "object" && "isRaw" in _iconFade && _iconFade.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "_lerp", id: typeof _lerp === "object" && "id" in _lerp ? _lerp === null || _lerp === void 0 ? void 0 : _lerp.id : undefined, value: typeof _lerp === "object" && "value" in _lerp ? _lerp === null || _lerp === void 0 ? void 0 : _lerp.value : _lerp, isRaw: typeof _lerp === "object" && "isRaw" in _lerp && _lerp.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.ContextMenu+State]", name: "_state", id: typeof _state === "object" && "id" in _state ? _state === null || _state === void 0 ? void 0 : _state.id : undefined, value: typeof _state === "object" && "value" in _state ? _state === null || _state === void 0 ? void 0 : _state.value : _state, isRaw: typeof _state === "object" && "isRaw" in _state && _state.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "_flickModeActive", id: typeof _flickModeActive === "object" && "id" in _flickModeActive ? _flickModeActive === null || _flickModeActive === void 0 ? void 0 : _flickModeActive.id : undefined, value: typeof _flickModeActive === "object" && "value" in _flickModeActive ? _flickModeActive === null || _flickModeActive === void 0 ? void 0 : _flickModeActive.value : _flickModeActive, isRaw: typeof _flickModeActive === "object" && "isRaw" in _flickModeActive && _flickModeActive.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "_flickEnabled", id: typeof _flickEnabled === "object" && "id" in _flickEnabled ? _flickEnabled === null || _flickEnabled === void 0 ? void 0 : _flickEnabled.id : undefined, value: typeof _flickEnabled === "object" && "value" in _flickEnabled ? _flickEnabled === null || _flickEnabled === void 0 ? void 0 : _flickEnabled.value : _flickEnabled, isRaw: typeof _flickEnabled === "object" && "isRaw" in _flickEnabled && _flickEnabled.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "_hidden", id: typeof _hidden === "object" && "id" in _hidden ? _hidden === null || _hidden === void 0 ? void 0 : _hidden.id : undefined, value: typeof _hidden === "object" && "value" in _hidden ? _hidden === null || _hidden === void 0 ? void 0 : _hidden.value : _hidden, isRaw: typeof _hidden === "object" && "isRaw" in _hidden && _hidden.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.ContextMenuItem]", name: "_selectedItem", id: typeof _selectedItem === "object" && "id" in _selectedItem ? _selectedItem === null || _selectedItem === void 0 ? void 0 : _selectedItem.id : undefined, value: typeof _selectedItem === "object" && "value" in _selectedItem ? _selectedItem === null || _selectedItem === void 0 ? void 0 : _selectedItem.value : _selectedItem, isRaw: typeof _selectedItem === "object" && "isRaw" in _selectedItem && _selectedItem.isRaw ? true : undefined })] })));
}
exports.ContextMenu = ContextMenu;
;