Table of Contents

Class LevelReference

Namespace
Ceres.Gameplay.Level
Assembly
Ceres.Gameplay.dll

Reference to gameplay level structure

public class LevelReference
Inheritance
LevelReference
Inherited Members

Constructors

LevelReference(IEnumerable<LevelSceneRow>)

public LevelReference(IEnumerable<LevelSceneRow> levelSceneRows)

Parameters

levelSceneRows IEnumerable<LevelSceneRow>

Fields

Empty

Get a empty level reference

public static readonly LevelReference Empty

Field Value

LevelReference

Properties

IsMain

Is level contains main scene

public bool IsMain { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

Scenes

All scenes contained in level

public LevelSceneRow[] Scenes { get; }

Property Value

LevelSceneRow[]

Tags

Get level tags

public string[] Tags { get; }

Property Value

string[]