Table of Contents

Class FiniteFluidTicker

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

Properties

CanDemote

public bool CanDemote { get; init; }

Property Value

bool

Codec

public static Codec<FiniteFluidTicker> Codec { get; }

Property Value

Codec<FiniteFluidTicker>

FlowRate

public float? FlowRate { get; init; }

Property Value

float?

SupportedBy

public string? SupportedBy { get; init; }

Property Value

string