C# Class kode80.GUIWrapper.GUIToggle

Inheritance: GUIBase
Show file Open project: kode80/UnityTools

Public Properties

Property Type Description
isToggled bool

Public Methods

Method Description
GUIToggle ( GUIContent content, OnGUIAction action = null ) : UnityEngine

Protected Methods

Method Description
CustomOnGUI ( ) : void

Method Details

CustomOnGUI() protected method

protected CustomOnGUI ( ) : void
return void

GUIToggle() public method

public GUIToggle ( GUIContent content, OnGUIAction action = null ) : UnityEngine
content UnityEngine.GUIContent
action OnGUIAction
return UnityEngine

Property Details

isToggled public property

public bool isToggled
return bool