C# Class FarmPlant, gro-ui

Inheritance: MonoBehaviour
Show file Open project: OpenAgInitiative/gro-ui Class Usage Examples

Public Properties

Property Type Description
commonName string
hovering bool
plantNode JSONNode
selectColor Color
xOff float

Public Methods

Method Description
Highlight ( bool val ) : void
Initialize ( ) : IEnumerator
OnGUI ( ) : void
OnMouseDown ( ) : void
OnMouseEnter ( ) : void
OnMouseExit ( ) : void

Method Details

Highlight() public method

public Highlight ( bool val ) : void
val bool
return void

Initialize() public method

public Initialize ( ) : IEnumerator
return IEnumerator

OnGUI() public method

public OnGUI ( ) : void
return void

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

OnMouseEnter() public method

public OnMouseEnter ( ) : void
return void

OnMouseExit() public method

public OnMouseExit ( ) : void
return void

Property Details

commonName public property

public string commonName
return string

hovering public property

public bool hovering
return bool

plantNode public property

public JSONNode plantNode
return JSONNode

selectColor public property

public Color selectColor
return Color

xOff public property

public float xOff
return float