Class ModelTrail
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ModelTrail", "0d3942b042a866e80a8d183b0d26d20bf9d8ce2fd68caefa281dcee6a88c4cc2")]
public sealed record ModelTrail : IEquatable<ModelTrail>
- Inheritance
-
ModelTrail
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<ModelTrail> Codec { get; }
Property Value
- Codec<ModelTrail>
FixedRotation
public bool FixedRotation { get; init; }
Property Value
- bool
PositionOffset
public Vector3f? PositionOffset { get; init; }
Property Value
- Vector3f
RotationOffset
public BlockParticleSetDirection? RotationOffset { get; init; }
Property Value
- BlockParticleSetDirection
TargetEntityPart
public ModelTrailEntityPart? TargetEntityPart { get; init; }
Property Value
- ModelTrailEntityPart?
TargetNodeName
public string? TargetNodeName { get; init; }
Property Value
- string
TrailId
public string? TrailId { get; init; }
Property Value
- string