Click or drag to resize

DebuggableMonoBehaviourDebugMode Property

Gets or sets if this object should show its debug information.

Namespace:  TouchScript.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual bool DebugMode { get; set; }

Property Value

Type: Boolean

Implements

IDebuggableDebugMode
See Also