Table of Contents

Class WorldParticle

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

Properties

Codec

public static Codec<WorldParticle> Codec { get; }

Property Value

Codec<WorldParticle>

Color

public string? Color { get; init; }

Property Value

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?

SystemId

public string SystemId { get; init; }

Property Value

string