Table of Contents

Class DefaultSceneAttribute

Namespace
Axolotl2D.Scenes
Assembly
Axolotl2D.dll

To be applied to a Scene class to mark it as the default scene. This scene will be loaded when the Scene Manager is initialized.

public class DefaultSceneAttribute : Attribute
Inheritance
DefaultSceneAttribute
Inherited Members

Constructors

DefaultSceneAttribute()

Creates a new instance of the DefaultSceneAttribute.

public DefaultSceneAttribute()