Class WiggleWeights
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/WiggleWeights", "4e57ac215b9a5cccc61f6a19d0fbc9b11e2e95ebf41597b028f61db16d1b4db7")]
public sealed record WiggleWeights : IEquatable<WiggleWeights>
- Inheritance
-
WiggleWeights
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<WiggleWeights> Codec { get; }
Property Value
- Codec<WiggleWeights>
Pitch
public float Pitch { get; init; }
Property Value
- float
PitchDeceleration
public float PitchDeceleration { get; init; }
Property Value
- float
Roll
public float Roll { get; init; }
Property Value
- float
RollDeceleration
public float RollDeceleration { get; init; }
Property Value
- float
X
public float X { get; init; }
Property Value
- float
XDeceleration
public float XDeceleration { get; init; }
Property Value
- float
Y
public float Y { get; init; }
Property Value
- float
YDeceleration
public float YDeceleration { get; init; }
Property Value
- float
Z
public float Z { get; init; }
Property Value
- float
ZDeceleration
public float ZDeceleration { get; init; }
Property Value
- float