C# Class kode80.GUIWrapper.GUIFoldout

Inheritance: GUIBaseContainer
Show file Open project: kode80/UnityTools

Public Properties

Property Type Description
isOpen bool

Public Methods

Method Description
GUIFoldout ( GUIContent content ) : UnityEngine

Protected Methods

Method Description
BeginContainerOnGUI ( ) : void
EndContainerOnGUI ( ) : void

Method Details

BeginContainerOnGUI() protected method

protected BeginContainerOnGUI ( ) : void
return void

EndContainerOnGUI() protected method

protected EndContainerOnGUI ( ) : void
return void

GUIFoldout() public method

public GUIFoldout ( GUIContent content ) : UnityEngine
content UnityEngine.GUIContent
return UnityEngine

Property Details

isOpen public property

public bool isOpen
return bool