Class ItemPlayerAnimations
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/ItemPlayerAnimations.json#", "d0b0a4da0b996171aefba84e804e2de4065f8f631a42ba99a2269c017382a0c0")]
public sealed record ItemPlayerAnimations : IEquatable<ItemPlayerAnimations>
- Inheritance
-
ItemPlayerAnimations
- Implements
-
- Inherited Members
-
Properties
Animations
public Dictionary<string, ItemAnimation> Animations { get; init; }
Property Value
- Dictionary<string, ItemAnimation>
Camera
public CameraSettings? Camera { get; init; }
Property Value
- CameraSettings
Codec
public static Codec<ItemPlayerAnimations> Codec { get; }
Property Value
- Codec<ItemPlayerAnimations>
PullbackConfig
public ItemPullbackConfig? PullbackConfig { get; init; }
Property Value
- ItemPullbackConfig
UseFirstPersonOverrides
public bool UseFirstPersonOverrides { get; init; }
Property Value
- bool
WiggleWeights
public WiggleWeights WiggleWeights { get; init; }
Property Value
- WiggleWeights