C# Class kode80.GUIWrapper.GUIBase

Datei anzeigen Open project: kode80/UnityTools Class Usage Examples

Public Properties

Property Type Description
controlName string
isEnabled bool
isHidden bool
onGUIAction OnGUIAction
onGUIPreAction OnGUIPreAction
shouldStoreLastRect bool
tag int

Public Methods

Method Description
GUIBase ( ) : UnityEngine
OnGUI ( ) : void

Protected Methods

Method Description
CallGUIAction ( ) : void
CallGUIPreAction ( ) : void
CustomOnGUI ( ) : void

Method Details

CallGUIAction() protected method

protected CallGUIAction ( ) : void
return void

CallGUIPreAction() protected method

protected CallGUIPreAction ( ) : void
return void

CustomOnGUI() protected method

protected CustomOnGUI ( ) : void
return void

GUIBase() public method

public GUIBase ( ) : UnityEngine
return UnityEngine

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

controlName public_oe property

public string controlName
return string

isEnabled public_oe property

public bool isEnabled
return bool

isHidden public_oe property

public bool isHidden
return bool

onGUIAction public_oe property

public OnGUIAction onGUIAction
return OnGUIAction

onGUIPreAction public_oe property

public OnGUIPreAction onGUIPreAction
return OnGUIPreAction

shouldStoreLastRect public_oe property

public bool shouldStoreLastRect
return bool

tag public_oe property

public int tag
return int