neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
23 lines (22 loc) • 4.09 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.PackColumns_Float4x4 = void 0;
var jsx_runtime_1 = require("neos-script/jsx-runtime");
var core_1 = require("../../../core");
function PackColumns_Float4x4(props) {
var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, _activeVisual = props._activeVisual, Column0 = props.Column0, Column1 = props.Column1, Column2 = props.Column2, Column3 = props.Column3;
return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.LogiX.Operators.PackColumns_Float4x4", 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.CleanupRef`1[FrooxEngine.Slot]", name: "_activeVisual", id: typeof _activeVisual === "object" && "id" in _activeVisual ? _activeVisual === null || _activeVisual === void 0 ? void 0 : _activeVisual.id : undefined, value: typeof _activeVisual === "object" && "value" in _activeVisual ? _activeVisual === null || _activeVisual === void 0 ? void 0 : _activeVisual.value : _activeVisual, isRaw: typeof _activeVisual === "object" && "isRaw" in _activeVisual && _activeVisual.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.LogiX.Input`1[BaseX.float4]", name: "Column0", id: typeof Column0 === "object" && "id" in Column0 ? Column0 === null || Column0 === void 0 ? void 0 : Column0.id : undefined, value: typeof Column0 === "object" && "value" in Column0 ? Column0 === null || Column0 === void 0 ? void 0 : Column0.value : Column0, isRaw: typeof Column0 === "object" && "isRaw" in Column0 && Column0.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.LogiX.Input`1[BaseX.float4]", name: "Column1", id: typeof Column1 === "object" && "id" in Column1 ? Column1 === null || Column1 === void 0 ? void 0 : Column1.id : undefined, value: typeof Column1 === "object" && "value" in Column1 ? Column1 === null || Column1 === void 0 ? void 0 : Column1.value : Column1, isRaw: typeof Column1 === "object" && "isRaw" in Column1 && Column1.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.LogiX.Input`1[BaseX.float4]", name: "Column2", id: typeof Column2 === "object" && "id" in Column2 ? Column2 === null || Column2 === void 0 ? void 0 : Column2.id : undefined, value: typeof Column2 === "object" && "value" in Column2 ? Column2 === null || Column2 === void 0 ? void 0 : Column2.value : Column2, isRaw: typeof Column2 === "object" && "isRaw" in Column2 && Column2.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.LogiX.Input`1[BaseX.float4]", name: "Column3", id: typeof Column3 === "object" && "id" in Column3 ? Column3 === null || Column3 === void 0 ? void 0 : Column3.id : undefined, value: typeof Column3 === "object" && "value" in Column3 ? Column3 === null || Column3 === void 0 ? void 0 : Column3.value : Column3, isRaw: typeof Column3 === "object" && "isRaw" in Column3 && Column3.isRaw ? true : undefined })] })));
}
exports.PackColumns_Float4x4 = PackColumns_Float4x4;
;