Table of Contents

Class FluidParticle

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/FluidParticle", "290dd8a36f2aad9a6a6fa2f4f7c00c2b04bf2af800edfd7e5e2f74031c109660")]
public sealed record FluidParticle : IEquatable<FluidParticle>
Inheritance
FluidParticle
Implements
Inherited Members

Properties

Codec

public static Codec<FluidParticle> Codec { get; }

Property Value

Codec<FluidParticle>

Color

public string? Color { get; init; }

Property Value

string

Scale

public float? Scale { get; init; }

Property Value

float?

SystemId

public string SystemId { get; init; }

Property Value

string