Class AnimationSound
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
[DocumentAsJson]
public class AnimationSound
- Inheritance
-
AnimationSound
Fields
Location
[JsonProperty]
private AssetLocation Location { set; }
Field Value
- AssetLocation
Path
[JsonProperty]
private AssetLocation Path { set; }
Field Value
- AssetLocation
Pitch
[JsonProperty]
private NatFloat Pitch { set; }
Field Value
- NatFloat
RandomizePitch
[JsonProperty]
private bool RandomizePitch { set; }
Field Value
- bool
Range
[JsonProperty]
private float Range { set; }
Field Value
- float
Volume
[JsonProperty]
private NatFloat Volume { set; }
Field Value
- NatFloat