neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
23 lines (22 loc) • 13.8 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.PixelateMaterial = void 0;
var jsx_runtime_1 = require("neos-script/jsx-runtime");
var core_1 = require("../../../../core");
function PixelateMaterial(props) {
var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, HighPriorityIntegration = props.HighPriorityIntegration, Rect = props.Rect, RectClip = props.RectClip, ColorMask = props.ColorMask, StencilComparison = props.StencilComparison, StencilOperation = props.StencilOperation, StencilID = props.StencilID, StencilWriteMask = props.StencilWriteMask, StencilReadMask = props.StencilReadMask, RenderQueue = props.RenderQueue, PerObject = props.PerObject, Resolution = props.Resolution, ResolutionMagnitudeTexture = props.ResolutionMagnitudeTexture, ResolutionTextureScale = props.ResolutionTextureScale, ResolutionTextureOffset = props.ResolutionTextureOffset, BlendMode = props.BlendMode, Sidedness = props.Sidedness, ZWrite = props.ZWrite, ZTest = props.ZTest, _global = props._global, _perObject = props._perObject;
return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.PixelateMaterial", 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.Rect]", name: "Rect", id: typeof Rect === "object" && "id" in Rect ? Rect === null || Rect === void 0 ? void 0 : Rect.id : undefined, value: typeof Rect === "object" && "value" in Rect ? Rect === null || Rect === void 0 ? void 0 : Rect.value : Rect, isRaw: typeof Rect === "object" && "isRaw" in Rect && Rect.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "RectClip", id: typeof RectClip === "object" && "id" in RectClip ? RectClip === null || RectClip === void 0 ? void 0 : RectClip.id : undefined, value: typeof RectClip === "object" && "value" in RectClip ? RectClip === null || RectClip === void 0 ? void 0 : RectClip.value : RectClip, isRaw: typeof RectClip === "object" && "isRaw" in RectClip && RectClip.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.ColorMask]", name: "ColorMask", id: typeof ColorMask === "object" && "id" in ColorMask ? ColorMask === null || ColorMask === void 0 ? void 0 : ColorMask.id : undefined, value: typeof ColorMask === "object" && "value" in ColorMask ? ColorMask === null || ColorMask === void 0 ? void 0 : ColorMask.value : ColorMask, isRaw: typeof ColorMask === "object" && "isRaw" in ColorMask && ColorMask.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.StencilComparison]", name: "StencilComparison", id: typeof StencilComparison === "object" && "id" in StencilComparison ? StencilComparison === null || StencilComparison === void 0 ? void 0 : StencilComparison.id : undefined, value: typeof StencilComparison === "object" && "value" in StencilComparison ? StencilComparison === null || StencilComparison === void 0 ? void 0 : StencilComparison.value : StencilComparison, isRaw: typeof StencilComparison === "object" && "isRaw" in StencilComparison && StencilComparison.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.StencilOperation]", name: "StencilOperation", id: typeof StencilOperation === "object" && "id" in StencilOperation ? StencilOperation === null || StencilOperation === void 0 ? void 0 : StencilOperation.id : undefined, value: typeof StencilOperation === "object" && "value" in StencilOperation ? StencilOperation === null || StencilOperation === void 0 ? void 0 : StencilOperation.value : StencilOperation, isRaw: typeof StencilOperation === "object" && "isRaw" in StencilOperation && StencilOperation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Byte]", name: "StencilID", id: typeof StencilID === "object" && "id" in StencilID ? StencilID === null || StencilID === void 0 ? void 0 : StencilID.id : undefined, value: typeof StencilID === "object" && "value" in StencilID ? StencilID === null || StencilID === void 0 ? void 0 : StencilID.value : StencilID, isRaw: typeof StencilID === "object" && "isRaw" in StencilID && StencilID.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Byte]", name: "StencilWriteMask", id: typeof StencilWriteMask === "object" && "id" in StencilWriteMask ? StencilWriteMask === null || StencilWriteMask === void 0 ? void 0 : StencilWriteMask.id : undefined, value: typeof StencilWriteMask === "object" && "value" in StencilWriteMask ? StencilWriteMask === null || StencilWriteMask === void 0 ? void 0 : StencilWriteMask.value : StencilWriteMask, isRaw: typeof StencilWriteMask === "object" && "isRaw" in StencilWriteMask && StencilWriteMask.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Byte]", name: "StencilReadMask", id: typeof StencilReadMask === "object" && "id" in StencilReadMask ? StencilReadMask === null || StencilReadMask === void 0 ? void 0 : StencilReadMask.id : undefined, value: typeof StencilReadMask === "object" && "value" in StencilReadMask ? StencilReadMask === null || StencilReadMask === void 0 ? void 0 : StencilReadMask.value : StencilReadMask, isRaw: typeof StencilReadMask === "object" && "isRaw" in StencilReadMask && StencilReadMask.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.Sync`1[System.Boolean]", name: "PerObject", id: typeof PerObject === "object" && "id" in PerObject ? PerObject === null || PerObject === void 0 ? void 0 : PerObject.id : undefined, value: typeof PerObject === "object" && "value" in PerObject ? PerObject === null || PerObject === void 0 ? void 0 : PerObject.value : PerObject, isRaw: typeof PerObject === "object" && "isRaw" in PerObject && PerObject.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "Resolution", id: typeof Resolution === "object" && "id" in Resolution ? Resolution === null || Resolution === void 0 ? void 0 : Resolution.id : undefined, value: typeof Resolution === "object" && "value" in Resolution ? Resolution === null || Resolution === void 0 ? void 0 : Resolution.value : Resolution, isRaw: typeof Resolution === "object" && "isRaw" in Resolution && Resolution.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.ITexture2D]", name: "ResolutionMagnitudeTexture", id: typeof ResolutionMagnitudeTexture === "object" && "id" in ResolutionMagnitudeTexture ? ResolutionMagnitudeTexture === null || ResolutionMagnitudeTexture === void 0 ? void 0 : ResolutionMagnitudeTexture.id : undefined, value: typeof ResolutionMagnitudeTexture === "object" && "value" in ResolutionMagnitudeTexture ? ResolutionMagnitudeTexture === null || ResolutionMagnitudeTexture === void 0 ? void 0 : ResolutionMagnitudeTexture.value : ResolutionMagnitudeTexture, isRaw: typeof ResolutionMagnitudeTexture === "object" && "isRaw" in ResolutionMagnitudeTexture && ResolutionMagnitudeTexture.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "ResolutionTextureScale", id: typeof ResolutionTextureScale === "object" && "id" in ResolutionTextureScale ? ResolutionTextureScale === null || ResolutionTextureScale === void 0 ? void 0 : ResolutionTextureScale.id : undefined, value: typeof ResolutionTextureScale === "object" && "value" in ResolutionTextureScale ? ResolutionTextureScale === null || ResolutionTextureScale === void 0 ? void 0 : ResolutionTextureScale.value : ResolutionTextureScale, isRaw: typeof ResolutionTextureScale === "object" && "isRaw" in ResolutionTextureScale && ResolutionTextureScale.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float2]", name: "ResolutionTextureOffset", id: typeof ResolutionTextureOffset === "object" && "id" in ResolutionTextureOffset ? ResolutionTextureOffset === null || ResolutionTextureOffset === void 0 ? void 0 : ResolutionTextureOffset.id : undefined, value: typeof ResolutionTextureOffset === "object" && "value" in ResolutionTextureOffset ? ResolutionTextureOffset === null || ResolutionTextureOffset === void 0 ? void 0 : ResolutionTextureOffset.value : ResolutionTextureOffset, isRaw: typeof ResolutionTextureOffset === "object" && "isRaw" in ResolutionTextureOffset && ResolutionTextureOffset.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[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.Sync`1[FrooxEngine.ZTest]", name: "ZTest", id: typeof ZTest === "object" && "id" in ZTest ? ZTest === null || ZTest === void 0 ? void 0 : ZTest.id : undefined, value: typeof ZTest === "object" && "value" in ZTest ? ZTest === null || ZTest === void 0 ? void 0 : ZTest.value : ZTest, isRaw: typeof ZTest === "object" && "isRaw" in ZTest && ZTest.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.Shader]", name: "_global-ID", id: typeof _global === "object" && "id" in _global ? _global === null || _global === void 0 ? void 0 : _global.id : undefined, value: typeof _global === "object" && "value" in _global ? _global === null || _global === void 0 ? void 0 : _global.value : _global, readOnly: true, isRaw: typeof _global === "object" && "isRaw" in _global && _global.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.Shader]", name: "_perObject-ID", id: typeof _perObject === "object" && "id" in _perObject ? _perObject === null || _perObject === void 0 ? void 0 : _perObject.id : undefined, value: typeof _perObject === "object" && "value" in _perObject ? _perObject === null || _perObject === void 0 ? void 0 : _perObject.value : _perObject, readOnly: true, isRaw: typeof _perObject === "object" && "isRaw" in _perObject && _perObject.isRaw ? true : undefined })] })));
}
exports.PixelateMaterial = PixelateMaterial;
;