프로퍼티 | 타입 | 설명 | |
---|---|---|---|
toolTip |
메소드 | 설명 | |
---|---|---|
Hover ( ) : void |
What to do when this MSGUIClickable has been hovered.
|
|
LeftClick ( ) : void |
What to do when this MSGUIClickable has been left-clicked.
|
|
MSGUIClickable ( |
||
MiddleClick ( ) : void |
What to do when this MSGUIClickable has been middle-clicked.
|
|
RightClick ( ) : void |
What to do when this MSGUIClickable has been right-clicked.
|
|
UnHover ( ) : void |
What to do when this MSGUIClickable has previously been hovered but now isn't.
|
|
UnLeftClick ( ) : void |
What to do when this MSGUIClickable has previously been left-clicked and is now released.
|
|
UnMiddleClick ( ) : void |
What to do when this MSGUIClickable has previously been middle-clicked and is now released.
|
|
UnRightClick ( ) : void |
What to do when this MSGUIClickable has previously been right-clicked and is now released.
|
public MSGUIClickable ( |
||
boundingRectangle | ||
shape | Shape | |
toolTip | ||
spriteBatch | ||
game | Microsoft.Xna.Framework.Game | |
리턴 | System |