C# Class MonoDragons.Core.UserInterface.ScreenClickable

Inheritance: MonoDragons.Core.UserInterface.ClickableUIElement
Exibir arquivo Open project: EnigmaDragons/ModeaJetGrandResort

Public Methods

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

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

ScreenClickable() public method

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