neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
23 lines (22 loc) • 42.5 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.ParticleStyle = void 0;
var jsx_runtime_1 = require("neos-script/jsx-runtime");
var core_1 = require("../../../core");
function ParticleStyle(props) {
var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, MotionVectorMode = props.MotionVectorMode, MinStartLifetime = props.MinStartLifetime, MaxStartLifetime = props.MaxStartLifetime, MinStartSize = props.MinStartSize, MaxStartSize = props.MaxStartSize, MinStartSpeed = props.MinStartSpeed, MaxStartSpeed = props.MaxStartSpeed, MinStartRotation = props.MinStartRotation, MaxStartRotation = props.MaxStartRotation, MinStartAngularVelocity = props.MinStartAngularVelocity, MaxStartAngularVelocity = props.MaxStartAngularVelocity, Use3DRotation = props.Use3DRotation, MinStartRotation3D = props.MinStartRotation3D, MaxStartRotation3D = props.MaxStartRotation3D, MinStartAngularVelocity3D = props.MinStartAngularVelocity3D, MaxStartAngularVelocity3D = props.MaxStartAngularVelocity3D, GravityStrength = props.GravityStrength, MinStartColor = props.MinStartColor, MaxStartColor = props.MaxStartColor, UseColorOverLifetime = props.UseColorOverLifetime, AlphaOverLifetime = props.AlphaOverLifetime, ColorOverLifetime = props.ColorOverLifetime, Collisions = props.Collisions, Bounce = props.Bounce, LifetimeLoss = props.LifetimeLoss, Material = props.Material, TrailMaterial = props.TrailMaterial, Mesh = props.Mesh, Alignment = props.Alignment, LengthScale = props.LengthScale, VelocityScale = props.VelocityScale, MinParticleSize = props.MinParticleSize, MaxParticleSize = props.MaxParticleSize, ParticleTrails = props.ParticleTrails, TrailRatio = props.TrailRatio, RibbonCount = props.RibbonCount, TrailMinimumVertexDistance = props.TrailMinimumVertexDistance, TrailWorldSpace = props.TrailWorldSpace, TrailDiesWithParticle = props.TrailDiesWithParticle, ParticleSizeAffectsTrailWidth = props.ParticleSizeAffectsTrailWidth, ParticleSizeAffectsTrailLifetime = props.ParticleSizeAffectsTrailLifetime, InheritTrailColorFromParticle = props.InheritTrailColorFromParticle, TrailTextureMode = props.TrailTextureMode, MinTrailLifetime = props.MinTrailLifetime, MaxTrailLifetime = props.MaxTrailLifetime, MinTrailColor = props.MinTrailColor, MaxTrailColor = props.MaxTrailColor, MinTrailWidth = props.MinTrailWidth, MaxTrailWidth = props.MaxTrailWidth, GenerateLightingDataForTrails = props.GenerateLightingDataForTrails, Light = props.Light, LightsRatio = props.LightsRatio, LightRandomDistribution = props.LightRandomDistribution, LightsUseParticleColor = props.LightsUseParticleColor, SizeAffectsLightRange = props.SizeAffectsLightRange, AlphaAffectsLightIntensity = props.AlphaAffectsLightIntensity, LightRangeMultiplier = props.LightRangeMultiplier, LightIntensityMultiplier = props.LightIntensityMultiplier, MaximumLights = props.MaximumLights, AnimationTiles = props.AnimationTiles, AnimationCycles = props.AnimationCycles, AnimationType = props.AnimationType, UseRowIndex = props.UseRowIndex, UseRandomRow = props.UseRandomRow;
return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.ParticleStyle", 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[FrooxEngine.MotionVectorMode]", name: "MotionVectorMode", id: typeof MotionVectorMode === "object" && "id" in MotionVectorMode ? MotionVectorMode === null || MotionVectorMode === void 0 ? void 0 : MotionVectorMode.id : undefined, value: typeof MotionVectorMode === "object" && "value" in MotionVectorMode ? MotionVectorMode === null || MotionVectorMode === void 0 ? void 0 : MotionVectorMode.value : MotionVectorMode, isRaw: typeof MotionVectorMode === "object" && "isRaw" in MotionVectorMode && MotionVectorMode.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MinStartLifetime", id: typeof MinStartLifetime === "object" && "id" in MinStartLifetime ? MinStartLifetime === null || MinStartLifetime === void 0 ? void 0 : MinStartLifetime.id : undefined, value: typeof MinStartLifetime === "object" && "value" in MinStartLifetime ? MinStartLifetime === null || MinStartLifetime === void 0 ? void 0 : MinStartLifetime.value : MinStartLifetime, isRaw: typeof MinStartLifetime === "object" && "isRaw" in MinStartLifetime && MinStartLifetime.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MaxStartLifetime", id: typeof MaxStartLifetime === "object" && "id" in MaxStartLifetime ? MaxStartLifetime === null || MaxStartLifetime === void 0 ? void 0 : MaxStartLifetime.id : undefined, value: typeof MaxStartLifetime === "object" && "value" in MaxStartLifetime ? MaxStartLifetime === null || MaxStartLifetime === void 0 ? void 0 : MaxStartLifetime.value : MaxStartLifetime, isRaw: typeof MaxStartLifetime === "object" && "isRaw" in MaxStartLifetime && MaxStartLifetime.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MinStartSize", id: typeof MinStartSize === "object" && "id" in MinStartSize ? MinStartSize === null || MinStartSize === void 0 ? void 0 : MinStartSize.id : undefined, value: typeof MinStartSize === "object" && "value" in MinStartSize ? MinStartSize === null || MinStartSize === void 0 ? void 0 : MinStartSize.value : MinStartSize, isRaw: typeof MinStartSize === "object" && "isRaw" in MinStartSize && MinStartSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MaxStartSize", id: typeof MaxStartSize === "object" && "id" in MaxStartSize ? MaxStartSize === null || MaxStartSize === void 0 ? void 0 : MaxStartSize.id : undefined, value: typeof MaxStartSize === "object" && "value" in MaxStartSize ? MaxStartSize === null || MaxStartSize === void 0 ? void 0 : MaxStartSize.value : MaxStartSize, isRaw: typeof MaxStartSize === "object" && "isRaw" in MaxStartSize && MaxStartSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MinStartSpeed", id: typeof MinStartSpeed === "object" && "id" in MinStartSpeed ? MinStartSpeed === null || MinStartSpeed === void 0 ? void 0 : MinStartSpeed.id : undefined, value: typeof MinStartSpeed === "object" && "value" in MinStartSpeed ? MinStartSpeed === null || MinStartSpeed === void 0 ? void 0 : MinStartSpeed.value : MinStartSpeed, isRaw: typeof MinStartSpeed === "object" && "isRaw" in MinStartSpeed && MinStartSpeed.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MaxStartSpeed", id: typeof MaxStartSpeed === "object" && "id" in MaxStartSpeed ? MaxStartSpeed === null || MaxStartSpeed === void 0 ? void 0 : MaxStartSpeed.id : undefined, value: typeof MaxStartSpeed === "object" && "value" in MaxStartSpeed ? MaxStartSpeed === null || MaxStartSpeed === void 0 ? void 0 : MaxStartSpeed.value : MaxStartSpeed, isRaw: typeof MaxStartSpeed === "object" && "isRaw" in MaxStartSpeed && MaxStartSpeed.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MinStartRotation", id: typeof MinStartRotation === "object" && "id" in MinStartRotation ? MinStartRotation === null || MinStartRotation === void 0 ? void 0 : MinStartRotation.id : undefined, value: typeof MinStartRotation === "object" && "value" in MinStartRotation ? MinStartRotation === null || MinStartRotation === void 0 ? void 0 : MinStartRotation.value : MinStartRotation, isRaw: typeof MinStartRotation === "object" && "isRaw" in MinStartRotation && MinStartRotation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MaxStartRotation", id: typeof MaxStartRotation === "object" && "id" in MaxStartRotation ? MaxStartRotation === null || MaxStartRotation === void 0 ? void 0 : MaxStartRotation.id : undefined, value: typeof MaxStartRotation === "object" && "value" in MaxStartRotation ? MaxStartRotation === null || MaxStartRotation === void 0 ? void 0 : MaxStartRotation.value : MaxStartRotation, isRaw: typeof MaxStartRotation === "object" && "isRaw" in MaxStartRotation && MaxStartRotation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MinStartAngularVelocity", id: typeof MinStartAngularVelocity === "object" && "id" in MinStartAngularVelocity ? MinStartAngularVelocity === null || MinStartAngularVelocity === void 0 ? void 0 : MinStartAngularVelocity.id : undefined, value: typeof MinStartAngularVelocity === "object" && "value" in MinStartAngularVelocity ? MinStartAngularVelocity === null || MinStartAngularVelocity === void 0 ? void 0 : MinStartAngularVelocity.value : MinStartAngularVelocity, isRaw: typeof MinStartAngularVelocity === "object" && "isRaw" in MinStartAngularVelocity && MinStartAngularVelocity.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MaxStartAngularVelocity", id: typeof MaxStartAngularVelocity === "object" && "id" in MaxStartAngularVelocity ? MaxStartAngularVelocity === null || MaxStartAngularVelocity === void 0 ? void 0 : MaxStartAngularVelocity.id : undefined, value: typeof MaxStartAngularVelocity === "object" && "value" in MaxStartAngularVelocity ? MaxStartAngularVelocity === null || MaxStartAngularVelocity === void 0 ? void 0 : MaxStartAngularVelocity.value : MaxStartAngularVelocity, isRaw: typeof MaxStartAngularVelocity === "object" && "isRaw" in MaxStartAngularVelocity && MaxStartAngularVelocity.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "Use3DRotation", id: typeof Use3DRotation === "object" && "id" in Use3DRotation ? Use3DRotation === null || Use3DRotation === void 0 ? void 0 : Use3DRotation.id : undefined, value: typeof Use3DRotation === "object" && "value" in Use3DRotation ? Use3DRotation === null || Use3DRotation === void 0 ? void 0 : Use3DRotation.value : Use3DRotation, isRaw: typeof Use3DRotation === "object" && "isRaw" in Use3DRotation && Use3DRotation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "MinStartRotation3D", id: typeof MinStartRotation3D === "object" && "id" in MinStartRotation3D ? MinStartRotation3D === null || MinStartRotation3D === void 0 ? void 0 : MinStartRotation3D.id : undefined, value: typeof MinStartRotation3D === "object" && "value" in MinStartRotation3D ? MinStartRotation3D === null || MinStartRotation3D === void 0 ? void 0 : MinStartRotation3D.value : MinStartRotation3D, isRaw: typeof MinStartRotation3D === "object" && "isRaw" in MinStartRotation3D && MinStartRotation3D.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "MaxStartRotation3D", id: typeof MaxStartRotation3D === "object" && "id" in MaxStartRotation3D ? MaxStartRotation3D === null || MaxStartRotation3D === void 0 ? void 0 : MaxStartRotation3D.id : undefined, value: typeof MaxStartRotation3D === "object" && "value" in MaxStartRotation3D ? MaxStartRotation3D === null || MaxStartRotation3D === void 0 ? void 0 : MaxStartRotation3D.value : MaxStartRotation3D, isRaw: typeof MaxStartRotation3D === "object" && "isRaw" in MaxStartRotation3D && MaxStartRotation3D.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "MinStartAngularVelocity3D", id: typeof MinStartAngularVelocity3D === "object" && "id" in MinStartAngularVelocity3D ? MinStartAngularVelocity3D === null || MinStartAngularVelocity3D === void 0 ? void 0 : MinStartAngularVelocity3D.id : undefined, value: typeof MinStartAngularVelocity3D === "object" && "value" in MinStartAngularVelocity3D ? MinStartAngularVelocity3D === null || MinStartAngularVelocity3D === void 0 ? void 0 : MinStartAngularVelocity3D.value : MinStartAngularVelocity3D, isRaw: typeof MinStartAngularVelocity3D === "object" && "isRaw" in MinStartAngularVelocity3D && MinStartAngularVelocity3D.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "MaxStartAngularVelocity3D", id: typeof MaxStartAngularVelocity3D === "object" && "id" in MaxStartAngularVelocity3D ? MaxStartAngularVelocity3D === null || MaxStartAngularVelocity3D === void 0 ? void 0 : MaxStartAngularVelocity3D.id : undefined, value: typeof MaxStartAngularVelocity3D === "object" && "value" in MaxStartAngularVelocity3D ? MaxStartAngularVelocity3D === null || MaxStartAngularVelocity3D === void 0 ? void 0 : MaxStartAngularVelocity3D.value : MaxStartAngularVelocity3D, isRaw: typeof MaxStartAngularVelocity3D === "object" && "isRaw" in MaxStartAngularVelocity3D && MaxStartAngularVelocity3D.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "GravityStrength", id: typeof GravityStrength === "object" && "id" in GravityStrength ? GravityStrength === null || GravityStrength === void 0 ? void 0 : GravityStrength.id : undefined, value: typeof GravityStrength === "object" && "value" in GravityStrength ? GravityStrength === null || GravityStrength === void 0 ? void 0 : GravityStrength.value : GravityStrength, isRaw: typeof GravityStrength === "object" && "isRaw" in GravityStrength && GravityStrength.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "MinStartColor", id: typeof MinStartColor === "object" && "id" in MinStartColor ? MinStartColor === null || MinStartColor === void 0 ? void 0 : MinStartColor.id : undefined, value: typeof MinStartColor === "object" && "value" in MinStartColor ? MinStartColor === null || MinStartColor === void 0 ? void 0 : MinStartColor.value : MinStartColor, isRaw: typeof MinStartColor === "object" && "isRaw" in MinStartColor && MinStartColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "MaxStartColor", id: typeof MaxStartColor === "object" && "id" in MaxStartColor ? MaxStartColor === null || MaxStartColor === void 0 ? void 0 : MaxStartColor.id : undefined, value: typeof MaxStartColor === "object" && "value" in MaxStartColor ? MaxStartColor === null || MaxStartColor === void 0 ? void 0 : MaxStartColor.value : MaxStartColor, isRaw: typeof MaxStartColor === "object" && "isRaw" in MaxStartColor && MaxStartColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "UseColorOverLifetime", id: typeof UseColorOverLifetime === "object" && "id" in UseColorOverLifetime ? UseColorOverLifetime === null || UseColorOverLifetime === void 0 ? void 0 : UseColorOverLifetime.id : undefined, value: typeof UseColorOverLifetime === "object" && "value" in UseColorOverLifetime ? UseColorOverLifetime === null || UseColorOverLifetime === void 0 ? void 0 : UseColorOverLifetime.value : UseColorOverLifetime, isRaw: typeof UseColorOverLifetime === "object" && "isRaw" in UseColorOverLifetime && UseColorOverLifetime.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncLinear`1[System.Single]", name: "AlphaOverLifetime", id: typeof AlphaOverLifetime === "object" && "id" in AlphaOverLifetime ? AlphaOverLifetime === null || AlphaOverLifetime === void 0 ? void 0 : AlphaOverLifetime.id : undefined, value: typeof AlphaOverLifetime === "object" && "value" in AlphaOverLifetime ? AlphaOverLifetime === null || AlphaOverLifetime === void 0 ? void 0 : AlphaOverLifetime.value : AlphaOverLifetime, isRaw: typeof AlphaOverLifetime === "object" && "isRaw" in AlphaOverLifetime && AlphaOverLifetime.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncLinear`1[BaseX.color]", name: "ColorOverLifetime", id: typeof ColorOverLifetime === "object" && "id" in ColorOverLifetime ? ColorOverLifetime === null || ColorOverLifetime === void 0 ? void 0 : ColorOverLifetime.id : undefined, value: typeof ColorOverLifetime === "object" && "value" in ColorOverLifetime ? ColorOverLifetime === null || ColorOverLifetime === void 0 ? void 0 : ColorOverLifetime.value : ColorOverLifetime, isRaw: typeof ColorOverLifetime === "object" && "isRaw" in ColorOverLifetime && ColorOverLifetime.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "Collisions", id: typeof Collisions === "object" && "id" in Collisions ? Collisions === null || Collisions === void 0 ? void 0 : Collisions.id : undefined, value: typeof Collisions === "object" && "value" in Collisions ? Collisions === null || Collisions === void 0 ? void 0 : Collisions.value : Collisions, isRaw: typeof Collisions === "object" && "isRaw" in Collisions && Collisions.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Bounce", id: typeof Bounce === "object" && "id" in Bounce ? Bounce === null || Bounce === void 0 ? void 0 : Bounce.id : undefined, value: typeof Bounce === "object" && "value" in Bounce ? Bounce === null || Bounce === void 0 ? void 0 : Bounce.value : Bounce, isRaw: typeof Bounce === "object" && "isRaw" in Bounce && Bounce.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "LifetimeLoss", id: typeof LifetimeLoss === "object" && "id" in LifetimeLoss ? LifetimeLoss === null || LifetimeLoss === void 0 ? void 0 : LifetimeLoss.id : undefined, value: typeof LifetimeLoss === "object" && "value" in LifetimeLoss ? LifetimeLoss === null || LifetimeLoss === void 0 ? void 0 : LifetimeLoss.value : LifetimeLoss, isRaw: typeof LifetimeLoss === "object" && "isRaw" in LifetimeLoss && LifetimeLoss.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.Material]", name: "Material", id: typeof Material === "object" && "id" in Material ? Material === null || Material === void 0 ? void 0 : Material.id : undefined, value: typeof Material === "object" && "value" in Material ? Material === null || Material === void 0 ? void 0 : Material.value : Material, isRaw: typeof Material === "object" && "isRaw" in Material && Material.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.Material]", name: "TrailMaterial", id: typeof TrailMaterial === "object" && "id" in TrailMaterial ? TrailMaterial === null || TrailMaterial === void 0 ? void 0 : TrailMaterial.id : undefined, value: typeof TrailMaterial === "object" && "value" in TrailMaterial ? TrailMaterial === null || TrailMaterial === void 0 ? void 0 : TrailMaterial.value : TrailMaterial, isRaw: typeof TrailMaterial === "object" && "isRaw" in TrailMaterial && TrailMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.AssetRef`1[FrooxEngine.Mesh]", name: "Mesh", id: typeof Mesh === "object" && "id" in Mesh ? Mesh === null || Mesh === void 0 ? void 0 : Mesh.id : undefined, value: typeof Mesh === "object" && "value" in Mesh ? Mesh === null || Mesh === void 0 ? void 0 : Mesh.value : Mesh, isRaw: typeof Mesh === "object" && "isRaw" in Mesh && Mesh.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.ParticleAlignment]", name: "Alignment", id: typeof Alignment === "object" && "id" in Alignment ? Alignment === null || Alignment === void 0 ? void 0 : Alignment.id : undefined, value: typeof Alignment === "object" && "value" in Alignment ? Alignment === null || Alignment === void 0 ? void 0 : Alignment.value : Alignment, isRaw: typeof Alignment === "object" && "isRaw" in Alignment && Alignment.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "LengthScale", id: typeof LengthScale === "object" && "id" in LengthScale ? LengthScale === null || LengthScale === void 0 ? void 0 : LengthScale.id : undefined, value: typeof LengthScale === "object" && "value" in LengthScale ? LengthScale === null || LengthScale === void 0 ? void 0 : LengthScale.value : LengthScale, isRaw: typeof LengthScale === "object" && "isRaw" in LengthScale && LengthScale.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "VelocityScale", id: typeof VelocityScale === "object" && "id" in VelocityScale ? VelocityScale === null || VelocityScale === void 0 ? void 0 : VelocityScale.id : undefined, value: typeof VelocityScale === "object" && "value" in VelocityScale ? VelocityScale === null || VelocityScale === void 0 ? void 0 : VelocityScale.value : VelocityScale, isRaw: typeof VelocityScale === "object" && "isRaw" in VelocityScale && VelocityScale.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MinParticleSize", id: typeof MinParticleSize === "object" && "id" in MinParticleSize ? MinParticleSize === null || MinParticleSize === void 0 ? void 0 : MinParticleSize.id : undefined, value: typeof MinParticleSize === "object" && "value" in MinParticleSize ? MinParticleSize === null || MinParticleSize === void 0 ? void 0 : MinParticleSize.value : MinParticleSize, isRaw: typeof MinParticleSize === "object" && "isRaw" in MinParticleSize && MinParticleSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MaxParticleSize", id: typeof MaxParticleSize === "object" && "id" in MaxParticleSize ? MaxParticleSize === null || MaxParticleSize === void 0 ? void 0 : MaxParticleSize.id : undefined, value: typeof MaxParticleSize === "object" && "value" in MaxParticleSize ? MaxParticleSize === null || MaxParticleSize === void 0 ? void 0 : MaxParticleSize.value : MaxParticleSize, isRaw: typeof MaxParticleSize === "object" && "isRaw" in MaxParticleSize && MaxParticleSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.ParticleTrailMode]", name: "ParticleTrails", id: typeof ParticleTrails === "object" && "id" in ParticleTrails ? ParticleTrails === null || ParticleTrails === void 0 ? void 0 : ParticleTrails.id : undefined, value: typeof ParticleTrails === "object" && "value" in ParticleTrails ? ParticleTrails === null || ParticleTrails === void 0 ? void 0 : ParticleTrails.value : ParticleTrails, isRaw: typeof ParticleTrails === "object" && "isRaw" in ParticleTrails && ParticleTrails.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "TrailRatio", id: typeof TrailRatio === "object" && "id" in TrailRatio ? TrailRatio === null || TrailRatio === void 0 ? void 0 : TrailRatio.id : undefined, value: typeof TrailRatio === "object" && "value" in TrailRatio ? TrailRatio === null || TrailRatio === void 0 ? void 0 : TrailRatio.value : TrailRatio, isRaw: typeof TrailRatio === "object" && "isRaw" in TrailRatio && TrailRatio.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Int32]", name: "RibbonCount", id: typeof RibbonCount === "object" && "id" in RibbonCount ? RibbonCount === null || RibbonCount === void 0 ? void 0 : RibbonCount.id : undefined, value: typeof RibbonCount === "object" && "value" in RibbonCount ? RibbonCount === null || RibbonCount === void 0 ? void 0 : RibbonCount.value : RibbonCount, isRaw: typeof RibbonCount === "object" && "isRaw" in RibbonCount && RibbonCount.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "TrailMinimumVertexDistance", id: typeof TrailMinimumVertexDistance === "object" && "id" in TrailMinimumVertexDistance ? TrailMinimumVertexDistance === null || TrailMinimumVertexDistance === void 0 ? void 0 : TrailMinimumVertexDistance.id : undefined, value: typeof TrailMinimumVertexDistance === "object" && "value" in TrailMinimumVertexDistance ? TrailMinimumVertexDistance === null || TrailMinimumVertexDistance === void 0 ? void 0 : TrailMinimumVertexDistance.value : TrailMinimumVertexDistance, isRaw: typeof TrailMinimumVertexDistance === "object" && "isRaw" in TrailMinimumVertexDistance && TrailMinimumVertexDistance.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "TrailWorldSpace", id: typeof TrailWorldSpace === "object" && "id" in TrailWorldSpace ? TrailWorldSpace === null || TrailWorldSpace === void 0 ? void 0 : TrailWorldSpace.id : undefined, value: typeof TrailWorldSpace === "object" && "value" in TrailWorldSpace ? TrailWorldSpace === null || TrailWorldSpace === void 0 ? void 0 : TrailWorldSpace.value : TrailWorldSpace, isRaw: typeof TrailWorldSpace === "object" && "isRaw" in TrailWorldSpace && TrailWorldSpace.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "TrailDiesWithParticle", id: typeof TrailDiesWithParticle === "object" && "id" in TrailDiesWithParticle ? TrailDiesWithParticle === null || TrailDiesWithParticle === void 0 ? void 0 : TrailDiesWithParticle.id : undefined, value: typeof TrailDiesWithParticle === "object" && "value" in TrailDiesWithParticle ? TrailDiesWithParticle === null || TrailDiesWithParticle === void 0 ? void 0 : TrailDiesWithParticle.value : TrailDiesWithParticle, isRaw: typeof TrailDiesWithParticle === "object" && "isRaw" in TrailDiesWithParticle && TrailDiesWithParticle.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "ParticleSizeAffectsTrailWidth", id: typeof ParticleSizeAffectsTrailWidth === "object" && "id" in ParticleSizeAffectsTrailWidth ? ParticleSizeAffectsTrailWidth === null || ParticleSizeAffectsTrailWidth === void 0 ? void 0 : ParticleSizeAffectsTrailWidth.id : undefined, value: typeof ParticleSizeAffectsTrailWidth === "object" && "value" in ParticleSizeAffectsTrailWidth ? ParticleSizeAffectsTrailWidth === null || ParticleSizeAffectsTrailWidth === void 0 ? void 0 : ParticleSizeAffectsTrailWidth.value : ParticleSizeAffectsTrailWidth, isRaw: typeof ParticleSizeAffectsTrailWidth === "object" && "isRaw" in ParticleSizeAffectsTrailWidth && ParticleSizeAffectsTrailWidth.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "ParticleSizeAffectsTrailLifetime", id: typeof ParticleSizeAffectsTrailLifetime === "object" && "id" in ParticleSizeAffectsTrailLifetime ? ParticleSizeAffectsTrailLifetime === null || ParticleSizeAffectsTrailLifetime === void 0 ? void 0 : ParticleSizeAffectsTrailLifetime.id : undefined, value: typeof ParticleSizeAffectsTrailLifetime === "object" && "value" in ParticleSizeAffectsTrailLifetime ? ParticleSizeAffectsTrailLifetime === null || ParticleSizeAffectsTrailLifetime === void 0 ? void 0 : ParticleSizeAffectsTrailLifetime.value : ParticleSizeAffectsTrailLifetime, isRaw: typeof ParticleSizeAffectsTrailLifetime === "object" && "isRaw" in ParticleSizeAffectsTrailLifetime && ParticleSizeAffectsTrailLifetime.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "InheritTrailColorFromParticle", id: typeof InheritTrailColorFromParticle === "object" && "id" in InheritTrailColorFromParticle ? InheritTrailColorFromParticle === null || InheritTrailColorFromParticle === void 0 ? void 0 : InheritTrailColorFromParticle.id : undefined, value: typeof InheritTrailColorFromParticle === "object" && "value" in InheritTrailColorFromParticle ? InheritTrailColorFromParticle === null || InheritTrailColorFromParticle === void 0 ? void 0 : InheritTrailColorFromParticle.value : InheritTrailColorFromParticle, isRaw: typeof InheritTrailColorFromParticle === "object" && "isRaw" in InheritTrailColorFromParticle && InheritTrailColorFromParticle.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.ParticleTrailTextureMode]", name: "TrailTextureMode", id: typeof TrailTextureMode === "object" && "id" in TrailTextureMode ? TrailTextureMode === null || TrailTextureMode === void 0 ? void 0 : TrailTextureMode.id : undefined, value: typeof TrailTextureMode === "object" && "value" in TrailTextureMode ? TrailTextureMode === null || TrailTextureMode === void 0 ? void 0 : TrailTextureMode.value : TrailTextureMode, isRaw: typeof TrailTextureMode === "object" && "isRaw" in TrailTextureMode && TrailTextureMode.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MinTrailLifetime", id: typeof MinTrailLifetime === "object" && "id" in MinTrailLifetime ? MinTrailLifetime === null || MinTrailLifetime === void 0 ? void 0 : MinTrailLifetime.id : undefined, value: typeof MinTrailLifetime === "object" && "value" in MinTrailLifetime ? MinTrailLifetime === null || MinTrailLifetime === void 0 ? void 0 : MinTrailLifetime.value : MinTrailLifetime, isRaw: typeof MinTrailLifetime === "object" && "isRaw" in MinTrailLifetime && MinTrailLifetime.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MaxTrailLifetime", id: typeof MaxTrailLifetime === "object" && "id" in MaxTrailLifetime ? MaxTrailLifetime === null || MaxTrailLifetime === void 0 ? void 0 : MaxTrailLifetime.id : undefined, value: typeof MaxTrailLifetime === "object" && "value" in MaxTrailLifetime ? MaxTrailLifetime === null || MaxTrailLifetime === void 0 ? void 0 : MaxTrailLifetime.value : MaxTrailLifetime, isRaw: typeof MaxTrailLifetime === "object" && "isRaw" in MaxTrailLifetime && MaxTrailLifetime.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "MinTrailColor", id: typeof MinTrailColor === "object" && "id" in MinTrailColor ? MinTrailColor === null || MinTrailColor === void 0 ? void 0 : MinTrailColor.id : undefined, value: typeof MinTrailColor === "object" && "value" in MinTrailColor ? MinTrailColor === null || MinTrailColor === void 0 ? void 0 : MinTrailColor.value : MinTrailColor, isRaw: typeof MinTrailColor === "object" && "isRaw" in MinTrailColor && MinTrailColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "MaxTrailColor", id: typeof MaxTrailColor === "object" && "id" in MaxTrailColor ? MaxTrailColor === null || MaxTrailColor === void 0 ? void 0 : MaxTrailColor.id : undefined, value: typeof MaxTrailColor === "object" && "value" in MaxTrailColor ? MaxTrailColor === null || MaxTrailColor === void 0 ? void 0 : MaxTrailColor.value : MaxTrailColor, isRaw: typeof MaxTrailColor === "object" && "isRaw" in MaxTrailColor && MaxTrailColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MinTrailWidth", id: typeof MinTrailWidth === "object" && "id" in MinTrailWidth ? MinTrailWidth === null || MinTrailWidth === void 0 ? void 0 : MinTrailWidth.id : undefined, value: typeof MinTrailWidth === "object" && "value" in MinTrailWidth ? MinTrailWidth === null || MinTrailWidth === void 0 ? void 0 : MinTrailWidth.value : MinTrailWidth, isRaw: typeof MinTrailWidth === "object" && "isRaw" in MinTrailWidth && MinTrailWidth.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MaxTrailWidth", id: typeof MaxTrailWidth === "object" && "id" in MaxTrailWidth ? MaxTrailWidth === null || MaxTrailWidth === void 0 ? void 0 : MaxTrailWidth.id : undefined, value: typeof MaxTrailWidth === "object" && "value" in MaxTrailWidth ? MaxTrailWidth === null || MaxTrailWidth === void 0 ? void 0 : MaxTrailWidth.value : MaxTrailWidth, isRaw: typeof MaxTrailWidth === "object" && "isRaw" in MaxTrailWidth && MaxTrailWidth.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "GenerateLightingDataForTrails", id: typeof GenerateLightingDataForTrails === "object" && "id" in GenerateLightingDataForTrails ? GenerateLightingDataForTrails === null || GenerateLightingDataForTrails === void 0 ? void 0 : GenerateLightingDataForTrails.id : undefined, value: typeof GenerateLightingDataForTrails === "object" && "value" in GenerateLightingDataForTrails ? GenerateLightingDataForTrails === null || GenerateLightingDataForTrails === void 0 ? void 0 : GenerateLightingDataForTrails.value : GenerateLightingDataForTrails, isRaw: typeof GenerateLightingDataForTrails === "object" && "isRaw" in GenerateLightingDataForTrails && GenerateLightingDataForTrails.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.RelayRef`1[FrooxEngine.Light]", name: "Light", id: typeof Light === "object" && "id" in Light ? Light === null || Light === void 0 ? void 0 : Light.id : undefined, value: typeof Light === "object" && "value" in Light ? Light === null || Light === void 0 ? void 0 : Light.value : Light, isRaw: typeof Light === "object" && "isRaw" in Light && Light.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "LightsRatio", id: typeof LightsRatio === "object" && "id" in LightsRatio ? LightsRatio === null || LightsRatio === void 0 ? void 0 : LightsRatio.id : undefined, value: typeof LightsRatio === "object" && "value" in LightsRatio ? LightsRatio === null || LightsRatio === void 0 ? void 0 : LightsRatio.value : LightsRatio, isRaw: typeof LightsRatio === "object" && "isRaw" in LightsRatio && LightsRatio.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "LightRandomDistribution", id: typeof LightRandomDistribution === "object" && "id" in LightRandomDistribution ? LightRandomDistribution === null || LightRandomDistribution === void 0 ? void 0 : LightRandomDistribution.id : undefined, value: typeof LightRandomDistribution === "object" && "value" in LightRandomDistribution ? LightRandomDistribution === null || LightRandomDistribution === void 0 ? void 0 : LightRandomDistribution.value : LightRandomDistribution, isRaw: typeof LightRandomDistribution === "object" && "isRaw" in LightRandomDistribution && LightRandomDistribution.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "LightsUseParticleColor", id: typeof LightsUseParticleColor === "object" && "id" in LightsUseParticleColor ? LightsUseParticleColor === null || LightsUseParticleColor === void 0 ? void 0 : LightsUseParticleColor.id : undefined, value: typeof LightsUseParticleColor === "object" && "value" in LightsUseParticleColor ? LightsUseParticleColor === null || LightsUseParticleColor === void 0 ? void 0 : LightsUseParticleColor.value : LightsUseParticleColor, isRaw: typeof LightsUseParticleColor === "object" && "isRaw" in LightsUseParticleColor && LightsUseParticleColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "SizeAffectsLightRange", id: typeof SizeAffectsLightRange === "object" && "id" in SizeAffectsLightRange ? SizeAffectsLightRange === null || SizeAffectsLightRange === void 0 ? void 0 : SizeAffectsLightRange.id : undefined, value: typeof SizeAffectsLightRange === "object" && "value" in SizeAffectsLightRange ? SizeAffectsLightRange === null || SizeAffectsLightRange === void 0 ? void 0 : SizeAffectsLightRange.value : SizeAffectsLightRange, isRaw: typeof SizeAffectsLightRange === "object" && "isRaw" in SizeAffectsLightRange && SizeAffectsLightRange.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "AlphaAffectsLightIntensity", id: typeof AlphaAffectsLightIntensity === "object" && "id" in AlphaAffectsLightIntensity ? AlphaAffectsLightIntensity === null || AlphaAffectsLightIntensity === void 0 ? void 0 : AlphaAffectsLightIntensity.id : undefined, value: typeof AlphaAffectsLightIntensity === "object" && "value" in AlphaAffectsLightIntensity ? AlphaAffectsLightIntensity === null || AlphaAffectsLightIntensity === void 0 ? void 0 : AlphaAffectsLightIntensity.value : AlphaAffectsLightIntensity, isRaw: typeof AlphaAffectsLightIntensity === "object" && "isRaw" in AlphaAffectsLightIntensity && AlphaAffectsLightIntensity.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "LightRangeMultiplier", id: typeof LightRangeMultiplier === "object" && "id" in LightRangeMultiplier ? LightRangeMultiplier === null || LightRangeMultiplier === void 0 ? void 0 : LightRangeMultiplier.id : undefined, value: typeof LightRangeMultiplier === "object" && "value" in LightRangeMultiplier ? LightRangeMultiplier === null || LightRangeMultiplier === void 0 ? void 0 : LightRangeMultiplier.value : LightRangeMultiplier, isRaw: typeof LightRangeMultiplier === "object" && "isRaw" in LightRangeMultiplier && LightRangeMultiplier.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "LightIntensityMultiplier", id: typeof LightIntensityMultiplier === "object" && "id" in LightIntensityMultiplier ? LightIntensityMultiplier === null || LightIntensityMultiplier === void 0 ? void 0 : LightIntensityMultiplier.id : undefined, value: typeof LightIntensityMultiplier === "object" && "value" in LightIntensityMultiplier ? LightIntensityMultiplier === null || LightIntensityMultiplier === void 0 ? void 0 : LightIntensityMultiplier.value : LightIntensityMultiplier, isRaw: typeof LightIntensityMultiplier === "object" && "isRaw" in LightIntensityMultiplier && LightIntensityMultiplier.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Int32]", name: "MaximumLights", id: typeof MaximumLights === "object" && "id" in MaximumLights ? MaximumLights === null || MaximumLights === void 0 ? void 0 : MaximumLights.id : undefined, value: typeof MaximumLights === "object" && "value" in MaximumLights ? MaximumLights === null || MaximumLights === void 0 ? void 0 : MaximumLights.value : MaximumLights, isRaw: typeof MaximumLights === "object" && "isRaw" in MaximumLights && MaximumLights.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.int2]", name: "AnimationTiles", id: typeof AnimationTiles === "object" && "id" in AnimationTiles ? AnimationTiles === null || AnimationTiles === void 0 ? void 0 : AnimationTiles.id : undefined, value: typeof AnimationTiles === "object" && "value" in AnimationTiles ? AnimationTiles === null || AnimationTiles === void 0 ? void 0 : AnimationTiles.value : AnimationTiles, isRaw: typeof AnimationTiles === "object" && "isRaw" in AnimationTiles && AnimationTiles.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Int32]", name: "AnimationCycles", id: typeof AnimationCycles === "object" && "id" in AnimationCycles ? AnimationCycles === null || AnimationCycles === void 0 ? void 0 : AnimationCycles.id : undefined, value: typeof AnimationCycles === "object" && "value" in AnimationCycles ? AnimationCycles === null || AnimationCycles === void 0 ? void 0 : AnimationCycles.value : AnimationCycles, isRaw: typeof AnimationCycles === "object" && "isRaw" in AnimationCycles && AnimationCycles.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.ParticleAnimationType]", name: "AnimationType", id: typeof AnimationType === "object" && "id" in AnimationType ? AnimationType === null || AnimationType === void 0 ? void 0 : AnimationType.id : undefined, value: typeof AnimationType === "object" && "value" in AnimationType ? AnimationType === null || AnimationType === void 0 ? void 0 : AnimationType.value : AnimationType, isRaw: typeof AnimationType === "object" && "isRaw" in AnimationType && AnimationType.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Int32]", name: "UseRowIndex", id: typeof UseRowIndex === "object" && "id" in UseRowIndex ? UseRowIndex === null || UseRowIndex === void 0 ? void 0 : UseRowIndex.id : undefined, value: typeof UseRowIndex === "object" && "value" in UseRowIndex ? UseRowIndex === null || UseRowIndex === void 0 ? void 0 : UseRowIndex.value : UseRowIndex, isRaw: typeof UseRowIndex === "object" && "isRaw" in UseRowIndex && UseRowIndex.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "UseRandomRow", id: typeof UseRandomRow === "object" && "id" in UseRandomRow ? UseRandomRow === null || UseRandomRow === void 0 ? void 0 : UseRandomRow.id : undefined, value: typeof UseRandomRow === "object" && "value" in UseRandomRow ? UseRandomRow === null || UseRandomRow === void 0 ? void 0 : UseRandomRow.value : UseRandomRow, isRaw: typeof UseRandomRow === "object" && "isRaw" in UseRandomRow && UseRandomRow.isRaw ? true : undefined })] })));
}
exports.ParticleStyle = ParticleStyle;
;