Click or drag to resize

IDebuggable Interface

An interface for objects which can expose some kind of debug information which can be turned on and off.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface IDebuggable

The IDebuggable type exposes the following members.

Properties
  NameDescription
Public propertyDebugMode
Gets or sets if this object should show its debug information.
Top
See Also