UNPKG

neos-script

Version:

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

23 lines (22 loc) 11 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.FogBoxVolumeMaterial = void 0; var jsx_runtime_1 = require("neos-script/jsx-runtime"); var core_1 = require("../../../../core"); function FogBoxVolumeMaterial(props) { var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, HighPriorityIntegration = props.HighPriorityIntegration, _shader = props._shader, BaseColor = props.BaseColor, AccumulationColor = props.AccumulationColor, AccumulationColorBottom = props.AccumulationColorBottom, AccumulationColorTop = props.AccumulationColorTop, FogStart = props.FogStart, FogEnd = props.FogEnd, FogDensity = props.FogDensity, WorldSpace = props.WorldSpace, ColorMode = props.ColorMode, SaturationMode = props.SaturationMode, AccumulationMode = props.AccumulationMode, AccumulationRate = props.AccumulationRate, BlendMode = props.BlendMode, RenderQueue = props.RenderQueue; return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.FogBoxVolumeMaterial", 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.AssetRef`1[FrooxEngine.Shader]", name: "_shader-ID", id: typeof _shader === "object" && "id" in _shader ? _shader === null || _shader === void 0 ? void 0 : _shader.id : undefined, value: typeof _shader === "object" && "value" in _shader ? _shader === null || _shader === void 0 ? void 0 : _shader.value : _shader, readOnly: true, isRaw: typeof _shader === "object" && "isRaw" in _shader && _shader.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "BaseColor", id: typeof BaseColor === "object" && "id" in BaseColor ? BaseColor === null || BaseColor === void 0 ? void 0 : BaseColor.id : undefined, value: typeof BaseColor === "object" && "value" in BaseColor ? BaseColor === null || BaseColor === void 0 ? void 0 : BaseColor.value : BaseColor, isRaw: typeof BaseColor === "object" && "isRaw" in BaseColor && BaseColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "AccumulationColor", id: typeof AccumulationColor === "object" && "id" in AccumulationColor ? AccumulationColor === null || AccumulationColor === void 0 ? void 0 : AccumulationColor.id : undefined, value: typeof AccumulationColor === "object" && "value" in AccumulationColor ? AccumulationColor === null || AccumulationColor === void 0 ? void 0 : AccumulationColor.value : AccumulationColor, isRaw: typeof AccumulationColor === "object" && "isRaw" in AccumulationColor && AccumulationColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "AccumulationColorBottom", id: typeof AccumulationColorBottom === "object" && "id" in AccumulationColorBottom ? AccumulationColorBottom === null || AccumulationColorBottom === void 0 ? void 0 : AccumulationColorBottom.id : undefined, value: typeof AccumulationColorBottom === "object" && "value" in AccumulationColorBottom ? AccumulationColorBottom === null || AccumulationColorBottom === void 0 ? void 0 : AccumulationColorBottom.value : AccumulationColorBottom, isRaw: typeof AccumulationColorBottom === "object" && "isRaw" in AccumulationColorBottom && AccumulationColorBottom.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "AccumulationColorTop", id: typeof AccumulationColorTop === "object" && "id" in AccumulationColorTop ? AccumulationColorTop === null || AccumulationColorTop === void 0 ? void 0 : AccumulationColorTop.id : undefined, value: typeof AccumulationColorTop === "object" && "value" in AccumulationColorTop ? AccumulationColorTop === null || AccumulationColorTop === void 0 ? void 0 : AccumulationColorTop.value : AccumulationColorTop, isRaw: typeof AccumulationColorTop === "object" && "isRaw" in AccumulationColorTop && AccumulationColorTop.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "FogStart", id: typeof FogStart === "object" && "id" in FogStart ? FogStart === null || FogStart === void 0 ? void 0 : FogStart.id : undefined, value: typeof FogStart === "object" && "value" in FogStart ? FogStart === null || FogStart === void 0 ? void 0 : FogStart.value : FogStart, isRaw: typeof FogStart === "object" && "isRaw" in FogStart && FogStart.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "FogEnd", id: typeof FogEnd === "object" && "id" in FogEnd ? FogEnd === null || FogEnd === void 0 ? void 0 : FogEnd.id : undefined, value: typeof FogEnd === "object" && "value" in FogEnd ? FogEnd === null || FogEnd === void 0 ? void 0 : FogEnd.value : FogEnd, isRaw: typeof FogEnd === "object" && "isRaw" in FogEnd && FogEnd.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "FogDensity", id: typeof FogDensity === "object" && "id" in FogDensity ? FogDensity === null || FogDensity === void 0 ? void 0 : FogDensity.id : undefined, value: typeof FogDensity === "object" && "value" in FogDensity ? FogDensity === null || FogDensity === void 0 ? void 0 : FogDensity.value : FogDensity, isRaw: typeof FogDensity === "object" && "isRaw" in FogDensity && FogDensity.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "WorldSpace", id: typeof WorldSpace === "object" && "id" in WorldSpace ? WorldSpace === null || WorldSpace === void 0 ? void 0 : WorldSpace.id : undefined, value: typeof WorldSpace === "object" && "value" in WorldSpace ? WorldSpace === null || WorldSpace === void 0 ? void 0 : WorldSpace.value : WorldSpace, isRaw: typeof WorldSpace === "object" && "isRaw" in WorldSpace && WorldSpace.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.FogBoxVolumeMaterial+Color]", name: "ColorMode", id: typeof ColorMode === "object" && "id" in ColorMode ? ColorMode === null || ColorMode === void 0 ? void 0 : ColorMode.id : undefined, value: typeof ColorMode === "object" && "value" in ColorMode ? ColorMode === null || ColorMode === void 0 ? void 0 : ColorMode.value : ColorMode, isRaw: typeof ColorMode === "object" && "isRaw" in ColorMode && ColorMode.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.FogBoxVolumeMaterial+Saturation]", name: "SaturationMode", id: typeof SaturationMode === "object" && "id" in SaturationMode ? SaturationMode === null || SaturationMode === void 0 ? void 0 : SaturationMode.id : undefined, value: typeof SaturationMode === "object" && "value" in SaturationMode ? SaturationMode === null || SaturationMode === void 0 ? void 0 : SaturationMode.value : SaturationMode, isRaw: typeof SaturationMode === "object" && "isRaw" in SaturationMode && SaturationMode.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.FogBoxVolumeMaterial+Accumulation]", name: "AccumulationMode", id: typeof AccumulationMode === "object" && "id" in AccumulationMode ? AccumulationMode === null || AccumulationMode === void 0 ? void 0 : AccumulationMode.id : undefined, value: typeof AccumulationMode === "object" && "value" in AccumulationMode ? AccumulationMode === null || AccumulationMode === void 0 ? void 0 : AccumulationMode.value : AccumulationMode, isRaw: typeof AccumulationMode === "object" && "isRaw" in AccumulationMode && AccumulationMode.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "AccumulationRate", id: typeof AccumulationRate === "object" && "id" in AccumulationRate ? AccumulationRate === null || AccumulationRate === void 0 ? void 0 : AccumulationRate.id : undefined, value: typeof AccumulationRate === "object" && "value" in AccumulationRate ? AccumulationRate === null || AccumulationRate === void 0 ? void 0 : AccumulationRate.value : AccumulationRate, isRaw: typeof AccumulationRate === "object" && "isRaw" in AccumulationRate && AccumulationRate.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.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 })] }))); } exports.FogBoxVolumeMaterial = FogBoxVolumeMaterial; ;