NGUI: Next-Gen UI kit  3.7.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
UIToggledComponents Class Reference

Example script showing how to activate or deactivate MonoBehaviours with a toggle. More...

Inheritance diagram for UIToggledComponents:

Public Member Functions

void Toggle ()
 

Public Attributes

List< MonoBehaviour > activate
 
List< MonoBehaviour > deactivate
 

Detailed Description

Example script showing how to activate or deactivate MonoBehaviours with a toggle.

Member Function Documentation

void UIToggledComponents.Toggle ( )

Member Data Documentation

List<MonoBehaviour> UIToggledComponents.activate
List<MonoBehaviour> UIToggledComponents.deactivate

The documentation for this class was generated from the following file: