Struct ExampleVelocity
public record struct ExampleVelocity : IEquatable<ExampleVelocity>
- Implements
- Inherited Members
Constructors
ExampleVelocity(float, float, float)
public ExampleVelocity(float X, float Y, float Z)
Parameters
Properties
X
public float X { readonly get; set; }
Property Value
Y
public float Y { readonly get; set; }
Property Value
Z
public float Z { readonly get; set; }