Click or drag to resize

DebuggableMonoBehaviour Class

A debuggable component. When built with TOUCHSCRIPT_DEBUG define has a checkbox to turn debug information on and off.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          TouchScript.CoreDebuggableMonoBehaviour
            TouchScript.CoreTouchManagerInstance
            TouchScript.GesturesGesture
            TouchScriptTouchManager

Namespace:  TouchScript.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class DebuggableMonoBehaviour : MonoBehaviour, 
	IDebuggable

The DebuggableMonoBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodDebuggableMonoBehaviour
Initializes a new instance of the DebuggableMonoBehaviour class
Top
Properties
  NameDescription
Public propertyDebugMode
Gets or sets if this object should show its debug information.
Top
See Also