C# Class MonoDragons.Core.UserInterface.ScreenClickable

Inheritance: MonoDragons.Core.UserInterface.ClickableUIElement
Afficher le fichier Open project: EnigmaDragons/ModeaJetGrandResort

Méthodes publiques

Méthode Description
OnEntered ( ) : void
OnExitted ( ) : void
OnPressed ( ) : void
OnReleased ( ) : void
ScreenClickable ( Action onClick, float scale = 1 ) : Microsoft.Xna.Framework

Method Details

OnEntered() public méthode

public OnEntered ( ) : void
Résultat void

OnExitted() public méthode

public OnExitted ( ) : void
Résultat void

OnPressed() public méthode

public OnPressed ( ) : void
Résultat void

OnReleased() public méthode

public OnReleased ( ) : void
Résultat void

ScreenClickable() public méthode

public ScreenClickable ( Action onClick, float scale = 1 ) : Microsoft.Xna.Framework
onClick Action
scale float
Résultat Microsoft.Xna.Framework