C# Class kode80.GUIWrapper.GUIColorField

Inheritance: GUIBase
Show file Open project: kode80/UnityTools

Public Properties

Property Type Description
color UnityEngine.Color

Public Methods

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

Protected Methods

Method Description
CustomOnGUI ( ) : void

Method Details

CustomOnGUI() protected method

protected CustomOnGUI ( ) : void
return void

GUIColorField() public method

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

Property Details

color public property

public Color,UnityEngine color
return UnityEngine.Color