C# Class BranchOnMouseOver, Elemental

Inheritance: MonoBehaviour
Mostrar archivo Open project: CodeStrumpet/Elemental

Public Properties

Property Type Description
offColor Color
onColor Color

Public Methods

Method Description
OnMouseExit ( ) : void
OnMouseOver ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnMouseExit() public method

public OnMouseExit ( ) : void
return void

OnMouseOver() public method

public OnMouseOver ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

offColor public_oe property

public Color offColor
return Color

onColor public_oe property

public Color onColor
return Color