C# Class MonoDragons.Core.UserInterface.SimpleClickable

Inheritance: MonoDragons.Core.UserInterface.ClickableUIElement
Datei anzeigen Open project: EnigmaDragons/ModeaJetGrandResort

Public Methods

Method Description
OnEntered ( ) : void
OnExitted ( ) : void
OnPressed ( ) : void
OnReleased ( ) : void
SimpleClickable ( Rectangle area, Action onClick, float scale = 1 ) : System

Method Details

OnEntered() public method

public OnEntered ( ) : void
return void

OnExitted() public method

public OnExitted ( ) : void
return void

OnPressed() public method

public OnPressed ( ) : void
return void

OnReleased() public method

public OnReleased ( ) : void
return void

SimpleClickable() public method

public SimpleClickable ( Rectangle area, Action onClick, float scale = 1 ) : System
area Rectangle
onClick Action
scale float
return System