Class BuilderTool
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BuilderTool", "dfd678bd75e3ae973a922f822ecfa545f405b5393cbfbe0d81c3765ea6b897bb")]
public sealed record BuilderTool : IEquatable<BuilderTool>
- Inheritance
-
BuilderTool
- Implements
-
- Inherited Members
-
Properties
public List<BuilderToolArgs>? Args { get; init; }
Property Value
- List<BuilderToolArgs>
public string? BrushConfigurationCommand { get; init; }
Property Value
- string
public string? Id { get; init; }
Property Value
- string
public bool IsBrush { get; init; }
Property Value
- bool
public bool SurvivalAllowed { get; init; }
Property Value
- bool