Class PrefabWeights
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/PrefabWeights", "1cc21f8b968d56ce5528df42430692db94510b99fa4ef0a27d73c33473634b23")]
public sealed record PrefabWeights : IEquatable<PrefabWeights>
- Inheritance
-
PrefabWeights
- Implements
- Inherited Members
Properties
Codec
public static Codec<PrefabWeights> Codec { get; }
Property Value
Default
public double Default { get; init; }
Property Value
Weights
public Dictionary<string, double>? Weights { get; init; }