interface PlaytestGameOptions {
    alwaysDay?: boolean;
    difficulty?: Difficulty;
    dimensionId?: string;
    disableWeather?: boolean;
    gameMode?: GameMode;
    showCoordinates?: boolean;
    spawnPosition?: Vector3;
    timeOfDay?: number;
    weather?: number;
}

Properties

alwaysDay?: boolean
difficulty?: Difficulty
dimensionId?: string
disableWeather?: boolean
gameMode?: GameMode
showCoordinates?: boolean
spawnPosition?: Vector3
timeOfDay?: number
weather?: number