Table of Contents

Struct ExamplePosition

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

Constructors

ExamplePosition(float, float, float)

public ExamplePosition(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