C# Class BranchOnMouseOver, Elemental

Inheritance: MonoBehaviour
Afficher le fichier Open project: CodeStrumpet/Elemental

Méthodes publiques

Свойство Type Description
offColor Color
onColor Color

Méthodes publiques

Méthode Description
OnMouseExit ( ) : void
OnMouseOver ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnMouseExit() public méthode

public OnMouseExit ( ) : void
Résultat void

OnMouseOver() public méthode

public OnMouseOver ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

offColor public_oe property

public Color offColor
Résultat Color

onColor public_oe property

public Color onColor
Résultat Color