Class PrefabSpawnerBlock
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Holder/properties/Components/properties/PrefabSpawner", "843b6f0de95c0609f84740f28f7dbd3a26603078e1b98f6cfd33b2b44e4dcc22")]
public sealed record PrefabSpawnerBlock : IEquatable<PrefabSpawnerBlock>
- Inheritance
-
PrefabSpawnerBlock
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<PrefabSpawnerBlock> Codec { get; }
Property Value
- Codec<PrefabSpawnerBlock>
FitHeightmap
public bool FitHeightmap { get; init; }
Property Value
- bool
InheritHeightCondition
public bool InheritHeightCondition { get; init; }
Property Value
- bool
InheritSeed
public bool InheritSeed { get; init; }
Property Value
- bool
PrefabPath
public string? PrefabPath { get; init; }
Property Value
- string
PrefabWeights
public PrefabWeights? PrefabWeights { get; init; }
Property Value
- PrefabWeights