프로퍼티 | 타입 | 설명 | |
---|---|---|---|
current |
메소드 | 설명 | |
---|---|---|
Draw ( |
||
Hover ( ) : void | ||
LeftClick ( ) : void | ||
MSCheckbox ( |
Creates an MSCheckbox using two MSButtons
|
|
MiddleClick ( ) : void | ||
RightClick ( ) : void | ||
UnHover ( ) : void | ||
UnLeftClick ( ) : void | ||
UnMiddleClick ( ) : void | ||
UnRightClick ( ) : void |
public Draw ( |
||
gameTime | ||
리턴 | void |
public MSCheckbox ( |
||
unticked | an MSButton representing the unticked state of this MSCheckbox and which will become invisible once this MSCheckbox is ticked | |
ticked | an MSButton representing the ticked state of this MSCheckbox and which will become invisible once this MSCheckbox is unticked | |
isTicked | bool | true if this MSCheckbox is initially ticked, false otherwise |
리턴 | System |