Table of Contents

Class DebugOverlayOptions

Namespace
Axolotl2D.Debugging
Assembly
Axolotl2D.dll

Controls the development overlay installed by a game-host extension.

public sealed class DebugOverlayOptions
Inheritance
DebugOverlayOptions
Inherited Members

Constructors

DebugOverlayOptions(bool)

Controls the development overlay installed by a game-host extension.

public DebugOverlayOptions(bool enabled = false)

Parameters

enabled bool

Properties

DrawCollisionBounds

public bool DrawCollisionBounds { get; set; }

Property Value

bool

DrawPhysics

public bool DrawPhysics { get; set; }

Property Value

bool

Enabled

public bool Enabled { get; }

Property Value

bool