Struct ExamplePosition
public record struct ExamplePosition : IEquatable<ExamplePosition>
- Implements
- Inherited Members
Constructors
ExamplePosition(float, float, float)
public ExamplePosition(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; }