Table of Contents

Struct SceneLayerOptions

Namespace
Axolotl2D.Scenes
Assembly
Axolotl2D.dll

Controls whether a pushed scene keeps lower scenes active and visible.

public readonly record struct SceneLayerOptions : IEquatable<SceneLayerOptions>
Implements
Inherited Members

Constructors

SceneLayerOptions(bool, bool)

Controls whether a pushed scene keeps lower scenes active and visible.

public SceneLayerOptions(bool UpdateBelow, bool DrawBelow)

Parameters

UpdateBelow bool
DrawBelow bool

Properties

Additive

public static SceneLayerOptions Additive { get; }

Property Value

SceneLayerOptions

DrawBelow

public bool DrawBelow { get; init; }

Property Value

bool

Opaque

public static SceneLayerOptions Opaque { get; }

Property Value

SceneLayerOptions

Overlay

public static SceneLayerOptions Overlay { get; }

Property Value

SceneLayerOptions

UpdateBelow

public bool UpdateBelow { get; init; }

Property Value

bool