Class RotationNoise
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/RotationNoise", "9f9cb08f51f92cfe2cf9c5806e97acf1044edc605dec4f7e4e0afa525cee3faf")]
public sealed record RotationNoise : IEquatable<RotationNoise>
- Inheritance
-
RotationNoise
- Implements
- Inherited Members
Properties
Codec
public static Codec<RotationNoise> Codec { get; }
Property Value
Pitch
public List<NoiseConfig>? Pitch { get; init; }
Property Value
Roll
public List<NoiseConfig>? Roll { get; init; }
Property Value
Yaw
public List<NoiseConfig>? Yaw { get; init; }