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