Class DebugOverlayOptions
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
enabledbool
Properties
DrawCollisionBounds
public bool DrawCollisionBounds { get; set; }
Property Value
DrawPhysics
public bool DrawPhysics { get; set; }
Property Value
Enabled
public bool Enabled { get; }