Method | Description | |
---|---|---|
Hook ( ) : void | ||
OnMouseMotion ( Vector2 p, Vector2 d ) : void | ||
OnMousePress ( Vector2 p, MouseButton b ) : void | ||
RectButton ( |
||
RectButton ( |
||
SetActive ( bool b, Vector2 m ) : void | ||
Unhook ( ) : void |
Method | Description | |
---|---|---|
DisposeOther ( ) : void |
public OnMouseMotion ( Vector2 p, Vector2 d ) : void | ||
p | Vector2 | |
d | Vector2 | |
return | void |
public OnMousePress ( Vector2 p, MouseButton b ) : void | ||
p | Vector2 | |
b | MouseButton | |
return | void |
public RectButton ( |
||
r | ||
inactive | ||
active | ||
t | Microsoft.Xna.Framework.Graphics.Texture2D | |
return | System |
public RectButton ( |
||
r | ||
w | int | |
h | int | |
cInactive | Color | |
cActive | Color | |
t | Microsoft.Xna.Framework.Graphics.Texture2D | |
return | System |
public SetActive ( bool b, Vector2 m ) : void | ||
b | bool | |
m | Vector2 | |
return | void |