UNPKG

neos-script

Version:

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

23 lines (22 loc) 22 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.UnlitMaterial = void 0; var jsx_runtime_1 = require("neos-script/jsx-runtime"); var core_1 = require("../../../../core"); function UnlitMaterial(props) { var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, HighPriorityIntegration = props.HighPriorityIntegration, TintColor = props.TintColor, Texture = props.Texture, TextureScale = props.TextureScale, TextureOffset = props.TextureOffset, MaskTexture = props.MaskTexture, MaskScale = props.MaskScale, MaskOffset = props.MaskOffset, MaskMode = props.MaskMode, BlendMode = props.BlendMode, AlphaCutoff = props.AlphaCutoff, UseVertexColors = props.UseVertexColors, Sidedness = props.Sidedness, ZWrite = props.ZWrite, OffsetTexture = props.OffsetTexture, OffsetMagnitude = props.OffsetMagnitude, OffsetTextureScale = props.OffsetTextureScale, OffsetTextureOffset = props.OffsetTextureOffset, PolarUVmapping = props.PolarUVmapping, PolarPower = props.PolarPower, StereoTextureTransform = props.StereoTextureTransform, RightEyeTextureScale = props.RightEyeTextureScale, RightEyeTextureOffset = props.RightEyeTextureOffset, DecodeAsNormalMap = props.DecodeAsNormalMap, UseBillboardGeometry = props.UseBillboardGeometry, UsePerBillboardScale = props.UsePerBillboardScale, UsePerBillboardRotation = props.UsePerBillboardRotation, UsePerBillboardUV = props.UsePerBillboardUV, BillboardSize = props.BillboardSize, OffsetFactor = props.OffsetFactor, OffsetUnits = props.OffsetUnits, RenderQueue = props.RenderQueue, _unlit = props._unlit, _unlitBillboard = props._unlitBillboard; return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.UnlitMaterial", 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.Sync`1[System.Boolean]", name: "HighPriorityIntegration", id: typeof HighPriorityIntegration === "object" && "id" in HighPriorityIntegration ? HighPriorityIntegration === null || HighPriorityIntegration === void 0 ? void 0 : HighPriorityIntegration.id : undefined, value: typeof HighPriorityIntegration === "object" && "value" in HighPriorityIntegration ? HighPriorityIntegration === null || HighPriorityIntegration === void 0 ? void 0 : HighPriorityIntegration.value : HighPriorityIntegration, isRaw: typeof HighPriorityIntegration === "object" && "isRaw" in HighPriorityIntegration && HighPriorityIntegration.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "TintColor", id: typeof TintColor === "object" && "id" in TintColor ? TintColor === null || TintColor === void 0 ? void 0 : TintColor.id : undefined, value: typeof TintColor === "object" && "value" in TintColor ? TintColor === null || TintColor === void 0 ? void 0 : TintColor.value : TintColor, isRaw: typeof TintColor === "object" && "isRaw" in TintColor && TintColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.ITexture2D]", name: "Texture", id: typeof Texture === "object" && "id" in Texture ? Texture === null || Texture === void 0 ? void 0 : Texture.id : undefined, value: typeof Texture === "object" && "value" in Texture ? Texture === null || Texture === void 0 ? void 0 : Texture.value : Texture, isRaw: typeof Texture === "object" && "isRaw" in Texture && Texture.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "TextureScale", id: typeof TextureScale === "object" && "id" in TextureScale ? TextureScale === null || TextureScale === void 0 ? void 0 : TextureScale.id : undefined, value: typeof TextureScale === "object" && "value" in TextureScale ? TextureScale === null || TextureScale === void 0 ? void 0 : TextureScale.value : TextureScale, isRaw: typeof TextureScale === "object" && "isRaw" in TextureScale && TextureScale.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "TextureOffset", id: typeof TextureOffset === "object" && "id" in TextureOffset ? TextureOffset === null || TextureOffset === void 0 ? void 0 : TextureOffset.id : undefined, value: typeof TextureOffset === "object" && "value" in TextureOffset ? TextureOffset === null || TextureOffset === void 0 ? void 0 : TextureOffset.value : TextureOffset, isRaw: typeof TextureOffset === "object" && "isRaw" in TextureOffset && TextureOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.ITexture2D]", name: "MaskTexture", id: typeof MaskTexture === "object" && "id" in MaskTexture ? MaskTexture === null || MaskTexture === void 0 ? void 0 : MaskTexture.id : undefined, value: typeof MaskTexture === "object" && "value" in MaskTexture ? MaskTexture === null || MaskTexture === void 0 ? void 0 : MaskTexture.value : MaskTexture, isRaw: typeof MaskTexture === "object" && "isRaw" in MaskTexture && MaskTexture.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "MaskScale", id: typeof MaskScale === "object" && "id" in MaskScale ? MaskScale === null || MaskScale === void 0 ? void 0 : MaskScale.id : undefined, value: typeof MaskScale === "object" && "value" in MaskScale ? MaskScale === null || MaskScale === void 0 ? void 0 : MaskScale.value : MaskScale, isRaw: typeof MaskScale === "object" && "isRaw" in MaskScale && MaskScale.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "MaskOffset", id: typeof MaskOffset === "object" && "id" in MaskOffset ? MaskOffset === null || MaskOffset === void 0 ? void 0 : MaskOffset.id : undefined, value: typeof MaskOffset === "object" && "value" in MaskOffset ? MaskOffset === null || MaskOffset === void 0 ? void 0 : MaskOffset.value : MaskOffset, isRaw: typeof MaskOffset === "object" && "isRaw" in MaskOffset && MaskOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.MaskTextureMode]", name: "MaskMode", id: typeof MaskMode === "object" && "id" in MaskMode ? MaskMode === null || MaskMode === void 0 ? void 0 : MaskMode.id : undefined, value: typeof MaskMode === "object" && "value" in MaskMode ? MaskMode === null || MaskMode === void 0 ? void 0 : MaskMode.value : MaskMode, isRaw: typeof MaskMode === "object" && "isRaw" in MaskMode && MaskMode.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.BlendMode]", name: "BlendMode", id: typeof BlendMode === "object" && "id" in BlendMode ? BlendMode === null || BlendMode === void 0 ? void 0 : BlendMode.id : undefined, value: typeof BlendMode === "object" && "value" in BlendMode ? BlendMode === null || BlendMode === void 0 ? void 0 : BlendMode.value : BlendMode, isRaw: typeof BlendMode === "object" && "isRaw" in BlendMode && BlendMode.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "AlphaCutoff", id: typeof AlphaCutoff === "object" && "id" in AlphaCutoff ? AlphaCutoff === null || AlphaCutoff === void 0 ? void 0 : AlphaCutoff.id : undefined, value: typeof AlphaCutoff === "object" && "value" in AlphaCutoff ? AlphaCutoff === null || AlphaCutoff === void 0 ? void 0 : AlphaCutoff.value : AlphaCutoff, isRaw: typeof AlphaCutoff === "object" && "isRaw" in AlphaCutoff && AlphaCutoff.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "UseVertexColors", id: typeof UseVertexColors === "object" && "id" in UseVertexColors ? UseVertexColors === null || UseVertexColors === void 0 ? void 0 : UseVertexColors.id : undefined, value: typeof UseVertexColors === "object" && "value" in UseVertexColors ? UseVertexColors === null || UseVertexColors === void 0 ? void 0 : UseVertexColors.value : UseVertexColors, isRaw: typeof UseVertexColors === "object" && "isRaw" in UseVertexColors && UseVertexColors.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.Sidedness]", name: "Sidedness", id: typeof Sidedness === "object" && "id" in Sidedness ? Sidedness === null || Sidedness === void 0 ? void 0 : Sidedness.id : undefined, value: typeof Sidedness === "object" && "value" in Sidedness ? Sidedness === null || Sidedness === void 0 ? void 0 : Sidedness.value : Sidedness, isRaw: typeof Sidedness === "object" && "isRaw" in Sidedness && Sidedness.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.ZWrite]", name: "ZWrite", id: typeof ZWrite === "object" && "id" in ZWrite ? ZWrite === null || ZWrite === void 0 ? void 0 : ZWrite.id : undefined, value: typeof ZWrite === "object" && "value" in ZWrite ? ZWrite === null || ZWrite === void 0 ? void 0 : ZWrite.value : ZWrite, isRaw: typeof ZWrite === "object" && "isRaw" in ZWrite && ZWrite.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.ITexture2D]", name: "OffsetTexture", id: typeof OffsetTexture === "object" && "id" in OffsetTexture ? OffsetTexture === null || OffsetTexture === void 0 ? void 0 : OffsetTexture.id : undefined, value: typeof OffsetTexture === "object" && "value" in OffsetTexture ? OffsetTexture === null || OffsetTexture === void 0 ? void 0 : OffsetTexture.value : OffsetTexture, isRaw: typeof OffsetTexture === "object" && "isRaw" in OffsetTexture && OffsetTexture.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "OffsetMagnitude", id: typeof OffsetMagnitude === "object" && "id" in OffsetMagnitude ? OffsetMagnitude === null || OffsetMagnitude === void 0 ? void 0 : OffsetMagnitude.id : undefined, value: typeof OffsetMagnitude === "object" && "value" in OffsetMagnitude ? OffsetMagnitude === null || OffsetMagnitude === void 0 ? void 0 : OffsetMagnitude.value : OffsetMagnitude, isRaw: typeof OffsetMagnitude === "object" && "isRaw" in OffsetMagnitude && OffsetMagnitude.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "OffsetTextureScale", id: typeof OffsetTextureScale === "object" && "id" in OffsetTextureScale ? OffsetTextureScale === null || OffsetTextureScale === void 0 ? void 0 : OffsetTextureScale.id : undefined, value: typeof OffsetTextureScale === "object" && "value" in OffsetTextureScale ? OffsetTextureScale === null || OffsetTextureScale === void 0 ? void 0 : OffsetTextureScale.value : OffsetTextureScale, isRaw: typeof OffsetTextureScale === "object" && "isRaw" in OffsetTextureScale && OffsetTextureScale.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "OffsetTextureOffset", id: typeof OffsetTextureOffset === "object" && "id" in OffsetTextureOffset ? OffsetTextureOffset === null || OffsetTextureOffset === void 0 ? void 0 : OffsetTextureOffset.id : undefined, value: typeof OffsetTextureOffset === "object" && "value" in OffsetTextureOffset ? OffsetTextureOffset === null || OffsetTextureOffset === void 0 ? void 0 : OffsetTextureOffset.value : OffsetTextureOffset, isRaw: typeof OffsetTextureOffset === "object" && "isRaw" in OffsetTextureOffset && OffsetTextureOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "PolarUVmapping", id: typeof PolarUVmapping === "object" && "id" in PolarUVmapping ? PolarUVmapping === null || PolarUVmapping === void 0 ? void 0 : PolarUVmapping.id : undefined, value: typeof PolarUVmapping === "object" && "value" in PolarUVmapping ? PolarUVmapping === null || PolarUVmapping === void 0 ? void 0 : PolarUVmapping.value : PolarUVmapping, isRaw: typeof PolarUVmapping === "object" && "isRaw" in PolarUVmapping && PolarUVmapping.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "PolarPower", id: typeof PolarPower === "object" && "id" in PolarPower ? PolarPower === null || PolarPower === void 0 ? void 0 : PolarPower.id : undefined, value: typeof PolarPower === "object" && "value" in PolarPower ? PolarPower === null || PolarPower === void 0 ? void 0 : PolarPower.value : PolarPower, isRaw: typeof PolarPower === "object" && "isRaw" in PolarPower && PolarPower.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "StereoTextureTransform", id: typeof StereoTextureTransform === "object" && "id" in StereoTextureTransform ? StereoTextureTransform === null || StereoTextureTransform === void 0 ? void 0 : StereoTextureTransform.id : undefined, value: typeof StereoTextureTransform === "object" && "value" in StereoTextureTransform ? StereoTextureTransform === null || StereoTextureTransform === void 0 ? void 0 : StereoTextureTransform.value : StereoTextureTransform, isRaw: typeof StereoTextureTransform === "object" && "isRaw" in StereoTextureTransform && StereoTextureTransform.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "RightEyeTextureScale", id: typeof RightEyeTextureScale === "object" && "id" in RightEyeTextureScale ? RightEyeTextureScale === null || RightEyeTextureScale === void 0 ? void 0 : RightEyeTextureScale.id : undefined, value: typeof RightEyeTextureScale === "object" && "value" in RightEyeTextureScale ? RightEyeTextureScale === null || RightEyeTextureScale === void 0 ? void 0 : RightEyeTextureScale.value : RightEyeTextureScale, isRaw: typeof RightEyeTextureScale === "object" && "isRaw" in RightEyeTextureScale && RightEyeTextureScale.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "RightEyeTextureOffset", id: typeof RightEyeTextureOffset === "object" && "id" in RightEyeTextureOffset ? RightEyeTextureOffset === null || RightEyeTextureOffset === void 0 ? void 0 : RightEyeTextureOffset.id : undefined, value: typeof RightEyeTextureOffset === "object" && "value" in RightEyeTextureOffset ? RightEyeTextureOffset === null || RightEyeTextureOffset === void 0 ? void 0 : RightEyeTextureOffset.value : RightEyeTextureOffset, isRaw: typeof RightEyeTextureOffset === "object" && "isRaw" in RightEyeTextureOffset && RightEyeTextureOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "DecodeAsNormalMap", id: typeof DecodeAsNormalMap === "object" && "id" in DecodeAsNormalMap ? DecodeAsNormalMap === null || DecodeAsNormalMap === void 0 ? void 0 : DecodeAsNormalMap.id : undefined, value: typeof DecodeAsNormalMap === "object" && "value" in DecodeAsNormalMap ? DecodeAsNormalMap === null || DecodeAsNormalMap === void 0 ? void 0 : DecodeAsNormalMap.value : DecodeAsNormalMap, isRaw: typeof DecodeAsNormalMap === "object" && "isRaw" in DecodeAsNormalMap && DecodeAsNormalMap.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "UseBillboardGeometry", id: typeof UseBillboardGeometry === "object" && "id" in UseBillboardGeometry ? UseBillboardGeometry === null || UseBillboardGeometry === void 0 ? void 0 : UseBillboardGeometry.id : undefined, value: typeof UseBillboardGeometry === "object" && "value" in UseBillboardGeometry ? UseBillboardGeometry === null || UseBillboardGeometry === void 0 ? void 0 : UseBillboardGeometry.value : UseBillboardGeometry, isRaw: typeof UseBillboardGeometry === "object" && "isRaw" in UseBillboardGeometry && UseBillboardGeometry.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "UsePerBillboardScale", id: typeof UsePerBillboardScale === "object" && "id" in UsePerBillboardScale ? UsePerBillboardScale === null || UsePerBillboardScale === void 0 ? void 0 : UsePerBillboardScale.id : undefined, value: typeof UsePerBillboardScale === "object" && "value" in UsePerBillboardScale ? UsePerBillboardScale === null || UsePerBillboardScale === void 0 ? void 0 : UsePerBillboardScale.value : UsePerBillboardScale, isRaw: typeof UsePerBillboardScale === "object" && "isRaw" in UsePerBillboardScale && UsePerBillboardScale.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "UsePerBillboardRotation", id: typeof UsePerBillboardRotation === "object" && "id" in UsePerBillboardRotation ? UsePerBillboardRotation === null || UsePerBillboardRotation === void 0 ? void 0 : UsePerBillboardRotation.id : undefined, value: typeof UsePerBillboardRotation === "object" && "value" in UsePerBillboardRotation ? UsePerBillboardRotation === null || UsePerBillboardRotation === void 0 ? void 0 : UsePerBillboardRotation.value : UsePerBillboardRotation, isRaw: typeof UsePerBillboardRotation === "object" && "isRaw" in UsePerBillboardRotation && UsePerBillboardRotation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "UsePerBillboardUV", id: typeof UsePerBillboardUV === "object" && "id" in UsePerBillboardUV ? UsePerBillboardUV === null || UsePerBillboardUV === void 0 ? void 0 : UsePerBillboardUV.id : undefined, value: typeof UsePerBillboardUV === "object" && "value" in UsePerBillboardUV ? UsePerBillboardUV === null || UsePerBillboardUV === void 0 ? void 0 : UsePerBillboardUV.value : UsePerBillboardUV, isRaw: typeof UsePerBillboardUV === "object" && "isRaw" in UsePerBillboardUV && UsePerBillboardUV.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "BillboardSize", id: typeof BillboardSize === "object" && "id" in BillboardSize ? BillboardSize === null || BillboardSize === void 0 ? void 0 : BillboardSize.id : undefined, value: typeof BillboardSize === "object" && "value" in BillboardSize ? BillboardSize === null || BillboardSize === void 0 ? void 0 : BillboardSize.value : BillboardSize, isRaw: typeof BillboardSize === "object" && "isRaw" in BillboardSize && BillboardSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "OffsetFactor", id: typeof OffsetFactor === "object" && "id" in OffsetFactor ? OffsetFactor === null || OffsetFactor === void 0 ? void 0 : OffsetFactor.id : undefined, value: typeof OffsetFactor === "object" && "value" in OffsetFactor ? OffsetFactor === null || OffsetFactor === void 0 ? void 0 : OffsetFactor.value : OffsetFactor, isRaw: typeof OffsetFactor === "object" && "isRaw" in OffsetFactor && OffsetFactor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "OffsetUnits", id: typeof OffsetUnits === "object" && "id" in OffsetUnits ? OffsetUnits === null || OffsetUnits === void 0 ? void 0 : OffsetUnits.id : undefined, value: typeof OffsetUnits === "object" && "value" in OffsetUnits ? OffsetUnits === null || OffsetUnits === void 0 ? void 0 : OffsetUnits.value : OffsetUnits, isRaw: typeof OffsetUnits === "object" && "isRaw" in OffsetUnits && OffsetUnits.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Int32]", name: "RenderQueue", id: typeof RenderQueue === "object" && "id" in RenderQueue ? RenderQueue === null || RenderQueue === void 0 ? void 0 : RenderQueue.id : undefined, value: typeof RenderQueue === "object" && "value" in RenderQueue ? RenderQueue === null || RenderQueue === void 0 ? void 0 : RenderQueue.value : RenderQueue, isRaw: typeof RenderQueue === "object" && "isRaw" in RenderQueue && RenderQueue.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.Shader]", name: "_unlit-ID", id: typeof _unlit === "object" && "id" in _unlit ? _unlit === null || _unlit === void 0 ? void 0 : _unlit.id : undefined, value: typeof _unlit === "object" && "value" in _unlit ? _unlit === null || _unlit === void 0 ? void 0 : _unlit.value : _unlit, readOnly: true, isRaw: typeof _unlit === "object" && "isRaw" in _unlit && _unlit.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.Shader]", name: "_unlitBillboard-ID", id: typeof _unlitBillboard === "object" && "id" in _unlitBillboard ? _unlitBillboard === null || _unlitBillboard === void 0 ? void 0 : _unlitBillboard.id : undefined, value: typeof _unlitBillboard === "object" && "value" in _unlitBillboard ? _unlitBillboard === null || _unlitBillboard === void 0 ? void 0 : _unlitBillboard.value : _unlitBillboard, readOnly: true, isRaw: typeof _unlitBillboard === "object" && "isRaw" in _unlitBillboard && _unlitBillboard.isRaw ? true : undefined })] }))); } exports.UnlitMaterial = UnlitMaterial; ;