Table of Contents

Class CharacterInitialSpawnPositionDetails

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Serializable class containing details for a character's initial spawn position, including location, rotation, and allowed races.

[Serializable]
public class CharacterInitialSpawnPositionDetails
Inheritance
CharacterInitialSpawnPositionDetails
Inherited Members

Fields

AllowedRaces

List of races allowed to spawn at this position.

public List<RaceTemplate> AllowedRaces

Field Value

List<RaceTemplate>

Position

The world position where the character will initially spawn.

public Vector3 Position

Field Value

Vector3

Rotation

The rotation to apply to the character at the initial spawn position.

public Quaternion Rotation

Field Value

Quaternion

SceneName

The name of the scene where the character will spawn.

public string SceneName

Field Value

string

SpawnerName

The name of the spawner associated with this initial spawn position.

public string SpawnerName

Field Value

string