Click or drag to resize
DebugBuildBehaviour Class
Disables the game object if not in debug build.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.DiagnosticsDebugBuildBehaviour

Namespace: Slash.Unity.Common.Diagnostics
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class DebugBuildBehaviour : MonoBehaviour

The DebugBuildBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodDebugBuildBehaviour
Initializes a new instance of the DebugBuildBehaviour class
Top
See Also