C# Class Terraria.UI.UIMouseEvent

Inheritance: UIEvent
Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Свойство Type Description
MousePosition Microsoft.Xna.Framework.Vector2

Méthodes publiques

Méthode Description
UIMouseEvent ( UIElement target, Vector2 mousePosition ) : Microsoft.Xna.Framework

Method Details

UIMouseEvent() public méthode

public UIMouseEvent ( UIElement target, Vector2 mousePosition ) : Microsoft.Xna.Framework
target UIElement
mousePosition Microsoft.Xna.Framework.Vector2
Résultat Microsoft.Xna.Framework

Property Details

MousePosition public_oe property

public Vector2,Microsoft.Xna.Framework MousePosition
Résultat Microsoft.Xna.Framework.Vector2