C# Class kode80.GUIWrapper.GUIVector3Field

Inheritance: GUIBase
Show file Open project: kode80/UnityTools

Public Properties

Property Type Description
vector UnityEngine.Vector3

Public Methods

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

Protected Methods

Method Description
CustomOnGUI ( ) : void

Method Details

CustomOnGUI() protected method

protected CustomOnGUI ( ) : void
return void

GUIVector3Field() public method

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

Property Details

vector public property

public Vector3,UnityEngine vector
return UnityEngine.Vector3