Table of Contents

Struct ExampleSpawnPoint

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

Constructors

ExampleSpawnPoint(int, int, int)

public ExampleSpawnPoint(int X, int Y, int Z)

Parameters

X int
Y int
Z int

Properties

X

public int X { get; init; }

Property Value

int

Y

public int Y { get; init; }

Property Value

int

Z

public int Z { get; init; }

Property Value

int