프로퍼티 | 타입 | 설명 | |
---|---|---|---|
radioGroup | WindowArray |
메소드 | 설명 | |
---|---|---|
AddToRadioGroup ( |
||
Press ( ) : void |
Presses the ToggleButton down and calls the onClick event.
|
|
PressNoCall ( ) : void |
Presses the ToggleButton down but does not call the onClick event.
|
|
SetOneAlwaysDown ( bool OneAlwaysDown ) : void | ||
SetOverlayTextures ( Microsoft.Xna.Framework.Graphics.Texture2D upTexture, Microsoft.Xna.Framework.Graphics.Texture2D downTexture ) : void | ||
SetText ( string unpressedText, string PressedText ) : void | ||
TestCollision ( |
||
Toggle ( ) : void | ||
ToggleButton ( |
||
Unpress ( ) : void |
메소드 | 설명 | |
---|---|---|
RestoreToStateBefore ( |
||
UndoRestoreToStateBefore ( |
public AddToRadioGroup ( |
||
buttonToAdd | ||
리턴 | void |
public SetOneAlwaysDown ( bool OneAlwaysDown ) : void | ||
OneAlwaysDown | bool | |
리턴 | void |
public SetOverlayTextures ( Microsoft.Xna.Framework.Graphics.Texture2D upTexture, Microsoft.Xna.Framework.Graphics.Texture2D downTexture ) : void | ||
upTexture | Microsoft.Xna.Framework.Graphics.Texture2D | |
downTexture | Microsoft.Xna.Framework.Graphics.Texture2D | |
리턴 | void |
public SetText ( string unpressedText, string PressedText ) : void | ||
unpressedText | string | |
PressedText | string | |
리턴 | void |