Class LevelReference
Reference to gameplay level structure
public class LevelReference
- Inheritance
-
LevelReference
- Inherited Members
Constructors
LevelReference(IEnumerable<LevelSceneRow>)
public LevelReference(IEnumerable<LevelSceneRow> levelSceneRows)
Parameters
levelSceneRowsIEnumerable<LevelSceneRow>
Fields
Empty
Get a empty level reference
public static readonly LevelReference Empty
Field Value
Properties
IsMain
Is level contains main scene
public bool IsMain { get; }
Property Value
Name
public string Name { get; }
Property Value
Scenes
All scenes contained in level
public LevelSceneRow[] Scenes { get; }
Property Value
Tags
Get level tags
public string[] Tags { get; }
Property Value
- string[]