Table of Contents

Class BlockParticleSet

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/BlockParticleSet.json#", "8bbc52168ce4af128c8e0aad6edffbc776b0a694485b2dec5fd86dd4d31367b2")]
public sealed record BlockParticleSet : IEquatable<BlockParticleSet>
Inheritance
BlockParticleSet
Implements
Inherited Members

Properties

Codec

public static Codec<BlockParticleSet> Codec { get; }

Property Value

Codec<BlockParticleSet>

Color

public string? Color { get; init; }

Property Value

string

Particles

public Dictionary<string, string> Particles { get; init; }

Property Value

Dictionary<string, string>

PositionOffset

public Vector3f? PositionOffset { get; init; }

Property Value

Vector3f

RotationOffset

public BlockParticleSetDirection? RotationOffset { get; init; }

Property Value

BlockParticleSetDirection

Scale

public float? Scale { get; init; }

Property Value

float?