Property | Type | Description | |
---|---|---|---|
radioGroup | WindowArray |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
RestoreToStateBefore ( |
||
UndoRestoreToStateBefore ( |
public AddToRadioGroup ( |
||
buttonToAdd | ||
return | void |
public SetOneAlwaysDown ( bool OneAlwaysDown ) : void | ||
OneAlwaysDown | bool | |
return | 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 | |
return | void |
public SetText ( string unpressedText, string PressedText ) : void | ||
unpressedText | string | |
PressedText | string | |
return | void |
public TestCollision ( |
||
cursor | ||
return | void |
public ToggleButton ( |
||
cursor | ||
return | System |