Class DefaultFluidTicker
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/DefaultFluidTicker", "c2777ba94d61e888a74bbbbced7a24237ef197f01597d7c0e9a60427ab566f52")]
public sealed record DefaultFluidTicker : FluidTicker, IEquatable<DefaultFluidTicker>
- Inheritance
-
DefaultFluidTicker
- Implements
-
- Inherited Members
-
Properties
CanDemote
public bool CanDemote { get; init; }
Property Value
- bool
Codec
public static Codec<DefaultFluidTicker> Codec { get; }
Property Value
- Codec<DefaultFluidTicker>
Collisions
public Dictionary<string, FluidCollisionConfig>? Collisions { get; init; }
Property Value
- Dictionary<string, FluidCollisionConfig>
FlowRate
public float? FlowRate { get; init; }
Property Value
- float?
SpreadFluid
public string? SpreadFluid { get; init; }
Property Value
- string
SupportedBy
public string? SupportedBy { get; init; }
Property Value
- string