Table of Contents

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

Codec<InitialVelocity>

Pitch

public Rangef? Pitch { get; init; }

Property Value

Rangef

Speed

public Rangef? Speed { get; init; }

Property Value

Rangef

Yaw

public Rangef? Yaw { get; init; }

Property Value

Rangef