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

Attach this script to a popup list, the parent of a group of toggles, or to a toggle itself to save its state. More...

Inheritance diagram for UISavedOption:

Public Member Functions

void SaveSelection ()
 Save the selection. More...
 
void SaveState ()
 Save the state. More...
 

Public Attributes

string keyName
 PlayerPrefs-stored key for this option. More...
 

Detailed Description

Attach this script to a popup list, the parent of a group of toggles, or to a toggle itself to save its state.

Member Function Documentation

void UISavedOption.SaveSelection ( )

Save the selection.

void UISavedOption.SaveState ( )

Save the state.

Member Data Documentation

string UISavedOption.keyName

PlayerPrefs-stored key for this option.


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