C# Class kode80.GUIWrapper.GUITextureField

Inheritance: GUIBase
Show file Open project: kode80/UnityTools

Public Properties

Property Type Description
texture UnityEngine.Texture2D

Public Methods

Method Description
GUITextureField ( GUIContent content, OnGUIAction action = null, OnGUIPreAction preAction = null ) : UnityEngine

Protected Methods

Method Description
CustomOnGUI ( ) : void

Method Details

CustomOnGUI() protected method

protected CustomOnGUI ( ) : void
return void

GUITextureField() public method

public GUITextureField ( GUIContent content, OnGUIAction action = null, OnGUIPreAction preAction = null ) : UnityEngine
content UnityEngine.GUIContent
action OnGUIAction
preAction OnGUIPreAction
return UnityEngine

Property Details

texture public property

public Texture2D,UnityEngine texture
return UnityEngine.Texture2D