UNPKG

neos-script

Version:

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

23 lines (22 loc) 25.4 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.WorldOrb = void 0; var jsx_runtime_1 = require("neos-script/jsx-runtime"); var core_1 = require("../../core"); function WorldOrb(props) { var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, SessionStartingUser = props.SessionStartingUser, URL = props.URL, ActiveSessionURLs = props.ActiveSessionURLs, CreateIfNotExists = props.CreateIfNotExists, OpenActionOverride = props.OpenActionOverride, Visit = props.Visit, ActiveUsers = props.ActiveUsers, RecordStateUpdated = props.RecordStateUpdated, IsPublic = props.IsPublic, IsForPatrons = props.IsForPatrons, CanModify = props.CanModify, LongPressIndicatorColor = props.LongPressIndicatorColor, LongPressTime = props.LongPressTime, _longPressIndicator = props._longPressIndicator, _longPressIndicatorMaterial = props._longPressIndicatorMaterial, Touched = props.Touched, LongPressTriggered = props.LongPressTriggered, _lastFetchedUrl = props._lastFetchedUrl, _orbRoot = props._orbRoot, _infoRoot = props._infoRoot, _thumbTex = props._thumbTex, _thumbMaterial = props._thumbMaterial, _shellMaterial = props._shellMaterial, _nameText = props._nameText, _creatorText = props._creatorText, _visitsText = props._visitsText, _usersText = props._usersText, _namePosition = props._namePosition, _creatorPosition = props._creatorPosition, _visitsPosition = props._visitsPosition, _usersPosition = props._usersPosition, _userCountText = props._userCountText, _sizeDrive = props._sizeDrive, _iconSlot = props._iconSlot, _iconTexture = props._iconTexture, _iconMaterial = props._iconMaterial, _iconPosition = props._iconPosition, _sessionStartDialog = props._sessionStartDialog, _lastTouch = props._lastTouch, _lastFlash = props._lastFlash; return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.WorldOrb", id: id, persistentId: persistentId, updateOrder: updateOrder, version: 4 }, { 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: "SessionStartingUser", id: typeof SessionStartingUser === "object" && "id" in SessionStartingUser ? SessionStartingUser === null || SessionStartingUser === void 0 ? void 0 : SessionStartingUser.id : undefined, value: typeof SessionStartingUser === "object" && "value" in SessionStartingUser ? SessionStartingUser === null || SessionStartingUser === void 0 ? void 0 : SessionStartingUser.value : SessionStartingUser, isRaw: typeof SessionStartingUser === "object" && "isRaw" in SessionStartingUser && SessionStartingUser.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Uri]", name: "URL", id: typeof URL === "object" && "id" in URL ? URL === null || URL === void 0 ? void 0 : URL.id : undefined, value: typeof URL === "object" && "value" in URL ? URL === null || URL === void 0 ? void 0 : URL.value : URL, isRaw: typeof URL === "object" && "isRaw" in URL && URL.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncFieldList`1[System.Uri]", name: "ActiveSessionURLs", id: typeof ActiveSessionURLs === "object" && "id" in ActiveSessionURLs ? ActiveSessionURLs === null || ActiveSessionURLs === void 0 ? void 0 : ActiveSessionURLs.id : undefined, value: typeof ActiveSessionURLs === "object" && "value" in ActiveSessionURLs ? ActiveSessionURLs === null || ActiveSessionURLs === void 0 ? void 0 : ActiveSessionURLs.value : ActiveSessionURLs, isRaw: typeof ActiveSessionURLs === "object" && "isRaw" in ActiveSessionURLs && ActiveSessionURLs.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncDelegate`1[FrooxEngine.WorldCreator]", name: "CreateIfNotExists", id: typeof CreateIfNotExists === "object" && "id" in CreateIfNotExists ? CreateIfNotExists === null || CreateIfNotExists === void 0 ? void 0 : CreateIfNotExists.id : undefined, value: typeof CreateIfNotExists === "object" && "value" in CreateIfNotExists ? CreateIfNotExists === null || CreateIfNotExists === void 0 ? void 0 : CreateIfNotExists.value : CreateIfNotExists, isRaw: typeof CreateIfNotExists === "object" && "isRaw" in CreateIfNotExists && CreateIfNotExists.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncDelegate`1[System.Action`1[FrooxEngine.WorldOrb]]", name: "OpenActionOverride", id: typeof OpenActionOverride === "object" && "id" in OpenActionOverride ? OpenActionOverride === null || OpenActionOverride === void 0 ? void 0 : OpenActionOverride.id : undefined, value: typeof OpenActionOverride === "object" && "value" in OpenActionOverride ? OpenActionOverride === null || OpenActionOverride === void 0 ? void 0 : OpenActionOverride.value : OpenActionOverride, isRaw: typeof OpenActionOverride === "object" && "isRaw" in OpenActionOverride && OpenActionOverride.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.WorldOrb+VisitState]", name: "Visit", id: typeof Visit === "object" && "id" in Visit ? Visit === null || Visit === void 0 ? void 0 : Visit.id : undefined, value: typeof Visit === "object" && "value" in Visit ? Visit === null || Visit === void 0 ? void 0 : Visit.value : Visit, isRaw: typeof Visit === "object" && "isRaw" in Visit && Visit.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Int32]", name: "ActiveUsers", id: typeof ActiveUsers === "object" && "id" in ActiveUsers ? ActiveUsers === null || ActiveUsers === void 0 ? void 0 : ActiveUsers.id : undefined, value: typeof ActiveUsers === "object" && "value" in ActiveUsers ? ActiveUsers === null || ActiveUsers === void 0 ? void 0 : ActiveUsers.value : ActiveUsers, isRaw: typeof ActiveUsers === "object" && "isRaw" in ActiveUsers && ActiveUsers.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "RecordStateUpdated-ID", id: typeof RecordStateUpdated === "object" && "id" in RecordStateUpdated ? RecordStateUpdated === null || RecordStateUpdated === void 0 ? void 0 : RecordStateUpdated.id : undefined, value: typeof RecordStateUpdated === "object" && "value" in RecordStateUpdated ? RecordStateUpdated === null || RecordStateUpdated === void 0 ? void 0 : RecordStateUpdated.value : RecordStateUpdated, readOnly: true, isRaw: typeof RecordStateUpdated === "object" && "isRaw" in RecordStateUpdated && RecordStateUpdated.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "IsPublic", id: typeof IsPublic === "object" && "id" in IsPublic ? IsPublic === null || IsPublic === void 0 ? void 0 : IsPublic.id : undefined, value: typeof IsPublic === "object" && "value" in IsPublic ? IsPublic === null || IsPublic === void 0 ? void 0 : IsPublic.value : IsPublic, isRaw: typeof IsPublic === "object" && "isRaw" in IsPublic && IsPublic.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "IsForPatrons", id: typeof IsForPatrons === "object" && "id" in IsForPatrons ? IsForPatrons === null || IsForPatrons === void 0 ? void 0 : IsForPatrons.id : undefined, value: typeof IsForPatrons === "object" && "value" in IsForPatrons ? IsForPatrons === null || IsForPatrons === void 0 ? void 0 : IsForPatrons.value : IsForPatrons, isRaw: typeof IsForPatrons === "object" && "isRaw" in IsForPatrons && IsForPatrons.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "CanModify", id: typeof CanModify === "object" && "id" in CanModify ? CanModify === null || CanModify === void 0 ? void 0 : CanModify.id : undefined, value: typeof CanModify === "object" && "value" in CanModify ? CanModify === null || CanModify === void 0 ? void 0 : CanModify.value : CanModify, isRaw: typeof CanModify === "object" && "isRaw" in CanModify && CanModify.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "LongPressIndicatorColor", id: typeof LongPressIndicatorColor === "object" && "id" in LongPressIndicatorColor ? LongPressIndicatorColor === null || LongPressIndicatorColor === void 0 ? void 0 : LongPressIndicatorColor.id : undefined, value: typeof LongPressIndicatorColor === "object" && "value" in LongPressIndicatorColor ? LongPressIndicatorColor === null || LongPressIndicatorColor === void 0 ? void 0 : LongPressIndicatorColor.value : LongPressIndicatorColor, isRaw: typeof LongPressIndicatorColor === "object" && "isRaw" in LongPressIndicatorColor && LongPressIndicatorColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "LongPressTime", id: typeof LongPressTime === "object" && "id" in LongPressTime ? LongPressTime === null || LongPressTime === void 0 ? void 0 : LongPressTime.id : undefined, value: typeof LongPressTime === "object" && "value" in LongPressTime ? LongPressTime === null || LongPressTime === void 0 ? void 0 : LongPressTime.value : LongPressTime, isRaw: typeof LongPressTime === "object" && "isRaw" in LongPressTime && LongPressTime.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.RingMesh]", name: "_longPressIndicator", id: typeof _longPressIndicator === "object" && "id" in _longPressIndicator ? _longPressIndicator === null || _longPressIndicator === void 0 ? void 0 : _longPressIndicator.id : undefined, value: typeof _longPressIndicator === "object" && "value" in _longPressIndicator ? _longPressIndicator === null || _longPressIndicator === void 0 ? void 0 : _longPressIndicator.value : _longPressIndicator, isRaw: typeof _longPressIndicator === "object" && "isRaw" in _longPressIndicator && _longPressIndicator.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UnlitMaterial]", name: "_longPressIndicatorMaterial", id: typeof _longPressIndicatorMaterial === "object" && "id" in _longPressIndicatorMaterial ? _longPressIndicatorMaterial === null || _longPressIndicatorMaterial === void 0 ? void 0 : _longPressIndicatorMaterial.id : undefined, value: typeof _longPressIndicatorMaterial === "object" && "value" in _longPressIndicatorMaterial ? _longPressIndicatorMaterial === null || _longPressIndicatorMaterial === void 0 ? void 0 : _longPressIndicatorMaterial.value : _longPressIndicatorMaterial, isRaw: typeof _longPressIndicatorMaterial === "object" && "isRaw" in _longPressIndicatorMaterial && _longPressIndicatorMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncDelegate`1[System.Action`2[FrooxEngine.WorldOrb,FrooxEngine.TouchEventInfo]]", name: "Touched", id: typeof Touched === "object" && "id" in Touched ? Touched === null || Touched === void 0 ? void 0 : Touched.id : undefined, value: typeof Touched === "object" && "value" in Touched ? Touched === null || Touched === void 0 ? void 0 : Touched.value : Touched, isRaw: typeof Touched === "object" && "isRaw" in Touched && Touched.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncDelegate`1[System.Action`1[FrooxEngine.WorldOrb]]", name: "LongPressTriggered", id: typeof LongPressTriggered === "object" && "id" in LongPressTriggered ? LongPressTriggered === null || LongPressTriggered === void 0 ? void 0 : LongPressTriggered.id : undefined, value: typeof LongPressTriggered === "object" && "value" in LongPressTriggered ? LongPressTriggered === null || LongPressTriggered === void 0 ? void 0 : LongPressTriggered.value : LongPressTriggered, isRaw: typeof LongPressTriggered === "object" && "isRaw" in LongPressTriggered && LongPressTriggered.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Uri]", name: "_lastFetchedUrl", id: typeof _lastFetchedUrl === "object" && "id" in _lastFetchedUrl ? _lastFetchedUrl === null || _lastFetchedUrl === void 0 ? void 0 : _lastFetchedUrl.id : undefined, value: typeof _lastFetchedUrl === "object" && "value" in _lastFetchedUrl ? _lastFetchedUrl === null || _lastFetchedUrl === void 0 ? void 0 : _lastFetchedUrl.value : _lastFetchedUrl, isRaw: typeof _lastFetchedUrl === "object" && "isRaw" in _lastFetchedUrl && _lastFetchedUrl.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_orbRoot", id: typeof _orbRoot === "object" && "id" in _orbRoot ? _orbRoot === null || _orbRoot === void 0 ? void 0 : _orbRoot.id : undefined, value: typeof _orbRoot === "object" && "value" in _orbRoot ? _orbRoot === null || _orbRoot === void 0 ? void 0 : _orbRoot.value : _orbRoot, isRaw: typeof _orbRoot === "object" && "isRaw" in _orbRoot && _orbRoot.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_infoRoot", id: typeof _infoRoot === "object" && "id" in _infoRoot ? _infoRoot === null || _infoRoot === void 0 ? void 0 : _infoRoot.id : undefined, value: typeof _infoRoot === "object" && "value" in _infoRoot ? _infoRoot === null || _infoRoot === void 0 ? void 0 : _infoRoot.value : _infoRoot, isRaw: typeof _infoRoot === "object" && "isRaw" in _infoRoot && _infoRoot.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.StaticTexture2D]", name: "_thumbTex", id: typeof _thumbTex === "object" && "id" in _thumbTex ? _thumbTex === null || _thumbTex === void 0 ? void 0 : _thumbTex.id : undefined, value: typeof _thumbTex === "object" && "value" in _thumbTex ? _thumbTex === null || _thumbTex === void 0 ? void 0 : _thumbTex.value : _thumbTex, isRaw: typeof _thumbTex === "object" && "isRaw" in _thumbTex && _thumbTex.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Projection360Material]", name: "_thumbMaterial", id: typeof _thumbMaterial === "object" && "id" in _thumbMaterial ? _thumbMaterial === null || _thumbMaterial === void 0 ? void 0 : _thumbMaterial.id : undefined, value: typeof _thumbMaterial === "object" && "value" in _thumbMaterial ? _thumbMaterial === null || _thumbMaterial === void 0 ? void 0 : _thumbMaterial.value : _thumbMaterial, isRaw: typeof _thumbMaterial === "object" && "isRaw" in _thumbMaterial && _thumbMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.PBS_RimMetallic]", name: "_shellMaterial", id: typeof _shellMaterial === "object" && "id" in _shellMaterial ? _shellMaterial === null || _shellMaterial === void 0 ? void 0 : _shellMaterial.id : undefined, value: typeof _shellMaterial === "object" && "value" in _shellMaterial ? _shellMaterial === null || _shellMaterial === void 0 ? void 0 : _shellMaterial.value : _shellMaterial, isRaw: typeof _shellMaterial === "object" && "isRaw" in _shellMaterial && _shellMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TextRenderer]", name: "_nameText", id: typeof _nameText === "object" && "id" in _nameText ? _nameText === null || _nameText === void 0 ? void 0 : _nameText.id : undefined, value: typeof _nameText === "object" && "value" in _nameText ? _nameText === null || _nameText === void 0 ? void 0 : _nameText.value : _nameText, isRaw: typeof _nameText === "object" && "isRaw" in _nameText && _nameText.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TextRenderer]", name: "_creatorText", id: typeof _creatorText === "object" && "id" in _creatorText ? _creatorText === null || _creatorText === void 0 ? void 0 : _creatorText.id : undefined, value: typeof _creatorText === "object" && "value" in _creatorText ? _creatorText === null || _creatorText === void 0 ? void 0 : _creatorText.value : _creatorText, isRaw: typeof _creatorText === "object" && "isRaw" in _creatorText && _creatorText.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TextRenderer]", name: "_visitsText", id: typeof _visitsText === "object" && "id" in _visitsText ? _visitsText === null || _visitsText === void 0 ? void 0 : _visitsText.id : undefined, value: typeof _visitsText === "object" && "value" in _visitsText ? _visitsText === null || _visitsText === void 0 ? void 0 : _visitsText.value : _visitsText, isRaw: typeof _visitsText === "object" && "isRaw" in _visitsText && _visitsText.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TextRenderer]", name: "_usersText", id: typeof _usersText === "object" && "id" in _usersText ? _usersText === null || _usersText === void 0 ? void 0 : _usersText.id : undefined, value: typeof _usersText === "object" && "value" in _usersText ? _usersText === null || _usersText === void 0 ? void 0 : _usersText.value : _usersText, isRaw: typeof _usersText === "object" && "isRaw" in _usersText && _usersText.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_namePosition", id: typeof _namePosition === "object" && "id" in _namePosition ? _namePosition === null || _namePosition === void 0 ? void 0 : _namePosition.id : undefined, value: typeof _namePosition === "object" && "value" in _namePosition ? _namePosition === null || _namePosition === void 0 ? void 0 : _namePosition.value : _namePosition, isRaw: typeof _namePosition === "object" && "isRaw" in _namePosition && _namePosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_creatorPosition", id: typeof _creatorPosition === "object" && "id" in _creatorPosition ? _creatorPosition === null || _creatorPosition === void 0 ? void 0 : _creatorPosition.id : undefined, value: typeof _creatorPosition === "object" && "value" in _creatorPosition ? _creatorPosition === null || _creatorPosition === void 0 ? void 0 : _creatorPosition.value : _creatorPosition, isRaw: typeof _creatorPosition === "object" && "isRaw" in _creatorPosition && _creatorPosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_visitsPosition", id: typeof _visitsPosition === "object" && "id" in _visitsPosition ? _visitsPosition === null || _visitsPosition === void 0 ? void 0 : _visitsPosition.id : undefined, value: typeof _visitsPosition === "object" && "value" in _visitsPosition ? _visitsPosition === null || _visitsPosition === void 0 ? void 0 : _visitsPosition.value : _visitsPosition, isRaw: typeof _visitsPosition === "object" && "isRaw" in _visitsPosition && _visitsPosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_usersPosition", id: typeof _usersPosition === "object" && "id" in _usersPosition ? _usersPosition === null || _usersPosition === void 0 ? void 0 : _usersPosition.id : undefined, value: typeof _usersPosition === "object" && "value" in _usersPosition ? _usersPosition === null || _usersPosition === void 0 ? void 0 : _usersPosition.value : _usersPosition, isRaw: typeof _usersPosition === "object" && "isRaw" in _usersPosition && _usersPosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.String]", name: "_userCountText", id: typeof _userCountText === "object" && "id" in _userCountText ? _userCountText === null || _userCountText === void 0 ? void 0 : _userCountText.id : undefined, value: typeof _userCountText === "object" && "value" in _userCountText ? _userCountText === null || _userCountText === void 0 ? void 0 : _userCountText.value : _userCountText, isRaw: typeof _userCountText === "object" && "isRaw" in _userCountText && _userCountText.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_sizeDrive", id: typeof _sizeDrive === "object" && "id" in _sizeDrive ? _sizeDrive === null || _sizeDrive === void 0 ? void 0 : _sizeDrive.id : undefined, value: typeof _sizeDrive === "object" && "value" in _sizeDrive ? _sizeDrive === null || _sizeDrive === void 0 ? void 0 : _sizeDrive.value : _sizeDrive, isRaw: typeof _sizeDrive === "object" && "isRaw" in _sizeDrive && _sizeDrive.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_iconSlot", id: typeof _iconSlot === "object" && "id" in _iconSlot ? _iconSlot === null || _iconSlot === void 0 ? void 0 : _iconSlot.id : undefined, value: typeof _iconSlot === "object" && "value" in _iconSlot ? _iconSlot === null || _iconSlot === void 0 ? void 0 : _iconSlot.value : _iconSlot, isRaw: typeof _iconSlot === "object" && "isRaw" in _iconSlot && _iconSlot.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.StaticTexture2D]", name: "_iconTexture", id: typeof _iconTexture === "object" && "id" in _iconTexture ? _iconTexture === null || _iconTexture === void 0 ? void 0 : _iconTexture.id : undefined, value: typeof _iconTexture === "object" && "value" in _iconTexture ? _iconTexture === null || _iconTexture === void 0 ? void 0 : _iconTexture.value : _iconTexture, isRaw: typeof _iconTexture === "object" && "isRaw" in _iconTexture && _iconTexture.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UnlitMaterial]", name: "_iconMaterial", id: typeof _iconMaterial === "object" && "id" in _iconMaterial ? _iconMaterial === null || _iconMaterial === void 0 ? void 0 : _iconMaterial.id : undefined, value: typeof _iconMaterial === "object" && "value" in _iconMaterial ? _iconMaterial === null || _iconMaterial === void 0 ? void 0 : _iconMaterial.value : _iconMaterial, isRaw: typeof _iconMaterial === "object" && "isRaw" in _iconMaterial && _iconMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_iconPosition", id: typeof _iconPosition === "object" && "id" in _iconPosition ? _iconPosition === null || _iconPosition === void 0 ? void 0 : _iconPosition.id : undefined, value: typeof _iconPosition === "object" && "value" in _iconPosition ? _iconPosition === null || _iconPosition === void 0 ? void 0 : _iconPosition.value : _iconPosition, isRaw: typeof _iconPosition === "object" && "isRaw" in _iconPosition && _iconPosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SlotCleanupRef`1[FrooxEngine.NewWorldDialog]", name: "_sessionStartDialog", id: typeof _sessionStartDialog === "object" && "id" in _sessionStartDialog ? _sessionStartDialog === null || _sessionStartDialog === void 0 ? void 0 : _sessionStartDialog.id : undefined, value: typeof _sessionStartDialog === "object" && "value" in _sessionStartDialog ? _sessionStartDialog === null || _sessionStartDialog === void 0 ? void 0 : _sessionStartDialog.value : _sessionStartDialog, isRaw: typeof _sessionStartDialog === "object" && "isRaw" in _sessionStartDialog && _sessionStartDialog.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Double]", name: "_lastTouch-ID", id: typeof _lastTouch === "object" && "id" in _lastTouch ? _lastTouch === null || _lastTouch === void 0 ? void 0 : _lastTouch.id : undefined, value: typeof _lastTouch === "object" && "value" in _lastTouch ? _lastTouch === null || _lastTouch === void 0 ? void 0 : _lastTouch.value : _lastTouch, readOnly: true, isRaw: typeof _lastTouch === "object" && "isRaw" in _lastTouch && _lastTouch.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Double]", name: "_lastFlash-ID", id: typeof _lastFlash === "object" && "id" in _lastFlash ? _lastFlash === null || _lastFlash === void 0 ? void 0 : _lastFlash.id : undefined, value: typeof _lastFlash === "object" && "value" in _lastFlash ? _lastFlash === null || _lastFlash === void 0 ? void 0 : _lastFlash.value : _lastFlash, readOnly: true, isRaw: typeof _lastFlash === "object" && "isRaw" in _lastFlash && _lastFlash.isRaw ? true : undefined })] }))); } exports.WorldOrb = WorldOrb; ;