C# Class kode80.GUIWrapper.GUIToolbar

Inheritance: GUIBase
Show file Open project: kode80/UnityTools

Public Properties

Property Type Description
itemContent UnityEngine.GUIContent[]
selected int

Public Methods

Method Description
GUIToolbar ( GUIContent itemContent, OnGUIAction action = null ) : UnityEngine

Protected Methods

Method Description
CustomOnGUI ( ) : void

Method Details

CustomOnGUI() protected method

protected CustomOnGUI ( ) : void
return void

GUIToolbar() public method

public GUIToolbar ( GUIContent itemContent, OnGUIAction action = null ) : UnityEngine
itemContent UnityEngine.GUIContent
action OnGUIAction
return UnityEngine

Property Details

itemContent public property

public GUIContent[],UnityEngine itemContent
return UnityEngine.GUIContent[]

selected public property

public int selected
return int