Table of Contents

Struct ExampleVelocity

Namespace
Shard.Examples
Assembly
Shard.Examples.dll
public record struct ExampleVelocity : IEquatable<ExampleVelocity>
Implements
Inherited Members

Constructors

ExampleVelocity(float, float, float)

public ExampleVelocity(float X, float Y, float Z)

Parameters

X float
Y float
Z float

Properties

X

public float X { readonly get; set; }

Property Value

float

Y

public float Y { readonly get; set; }

Property Value

float

Z

public float Z { readonly get; set; }

Property Value

float