Corgi Engine  v8.8
MoreMountains.CorgiEngine.RetroAdventureScene Class Reference

A serializable entity to store retro adventure scenes, whether they've been completed, unlocked, how many stars were collected, and which ones More...

Public Attributes

string SceneName
 
bool LevelComplete = false
 
bool LevelUnlocked = false
 
int MaxStars
 
bool[] CollectedStars
 

Detailed Description

A serializable entity to store retro adventure scenes, whether they've been completed, unlocked, how many stars were collected, and which ones

Member Data Documentation

◆ CollectedStars

bool [] MoreMountains.CorgiEngine.RetroAdventureScene.CollectedStars

◆ LevelComplete

bool MoreMountains.CorgiEngine.RetroAdventureScene.LevelComplete = false

◆ LevelUnlocked

bool MoreMountains.CorgiEngine.RetroAdventureScene.LevelUnlocked = false

◆ MaxStars

int MoreMountains.CorgiEngine.RetroAdventureScene.MaxStars

◆ SceneName

string MoreMountains.CorgiEngine.RetroAdventureScene.SceneName

The documentation for this class was generated from the following file: