Method | Description | |
---|---|---|
AddButton ( |
||
AddButton ( string buttonText, GuiMessage message ) : void | ||
GetButton ( string buttonText ) : |
||
MakeInvisible ( |
||
MultiButtonMessageBox ( |
||
RemoveButton ( |
Method | Description | |
---|---|---|
ResizeBox ( float newScaleX, bool autoSetScaleY ) : void |
Method | Description | |
---|---|---|
DrawSelfAndChildren ( Camera camera ) : void | ||
GetNumberOfVerticesToDraw ( ) : int | ||
Move ( |
||
RemoveThis ( |
||
ResizeBox ( ) : void |
public AddButton ( |
||
buttonToAdd | ||
return | void |
public AddButton ( string buttonText, GuiMessage message ) : void | ||
buttonText | string | |
message | GuiMessage | |
return | void |
public GetButton ( string buttonText ) : |
||
buttonText | string | |
return |
public MakeInvisible ( |
||
callingWindow | ||
return | void |
public MultiButtonMessageBox ( |
||
cursor | ||
return | System |
public RemoveButton ( |
||
buttonToRemove | ||
return | void |
protected ResizeBox ( float newScaleX, bool autoSetScaleY ) : void | ||
newScaleX | float | |
autoSetScaleY | bool | |
return | void |