Property | Type | Description | |
---|---|---|---|
CursorWasVisible | bool | ||
Dialog | |||
LoadBar | Axiom.Samples.ProgressBar | ||
Logo | |||
Mouse | SharpInputSystem.Mouse | ||
StatsPanel | |||
backdrop | |||
backdropLayer | |||
cursor | |||
cursorLayer | |||
expandedMenu | |||
groupInitProportion | Real | ||
groupLoadProportion | Real | ||
listener | ISdkTrayListener | ||
loadInc | Real | ||
mDialogShade | |||
mFpsLabel | |||
mName | String | ||
mNo | Axiom.Samples.Button | ||
mOk | Axiom.Samples.Button | ||
mPriorityLayer | |||
mTrayDrag | bool | ||
mTrayPadding | Real | ||
mTrays | Axiom.Overlays.OverlayElementContainer[] | ||
mTraysLayer | |||
mWidgetDeathRow | System.Collections.Generic.List |
||
mWidgetPadding | Real | ||
mWidgetSpacing | Real | ||
mWidgets | WidgetList[] | ||
mWindow | Axiom.Graphics.RenderWindow | ||
mYes | Axiom.Samples.Button | ||
trayWidgetAlign | HorizontalAlignment[] |
Method | Description | |
---|---|---|
AdjustTrays ( ) : void |
Fits trays to their contents and snaps them to their anchor locations.
|
|
CheckboxToggled ( |
|
|
ClearAllTrays ( ) : void |
Removes all widgets from all widget trays.
|
|
ClearTray ( TrayLocation trayLoc ) : void |
Removes all widgets from a widget tray.
|
|
CloseDialog ( ) : void |
Hides whatever dialog is currently showing.
|
|
CreateButton ( TrayLocation trayLoc, String name, String caption ) : Axiom.Samples.Button |
|
|
CreateButton ( TrayLocation trayLoc, String name, String caption, Real width ) : Axiom.Samples.Button |
|
|
CreateCheckBox ( TrayLocation trayLoc, String name, System.String caption ) : |
|
|
CreateCheckBox ( TrayLocation trayLoc, String name, System.String caption, Real width ) : |
|
|
CreateDecorWidget ( TrayLocation trayLoc, String name, String typeName, String templateName ) : |
|
|
CreateLabel ( TrayLocation trayLoc, String name, System.String caption ) : |
|
|
CreateLabel ( TrayLocation trayLoc, String name, System.String caption, Real width ) : |
|
|
CreateLogoWidget ( TrayLocation trayLoc, String name, String typeName, String templateName ) : |
|
|
CreateLongSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real width, Real boxWidth, int maxItemsShown ) : |
|
|
CreateLongSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real width, Real boxWidth, int maxItemsShown, IList |
|
|
CreateLongSlider ( TrayLocation trayLoc, String name, System.String caption, Real width, Real trackWidth, Real valueBoxWidth, Real minValue, Real maxValue, int snaps ) : Axiom.Samples.Slider |
|
|
CreateLongSlider ( TrayLocation trayLoc, String name, System.String caption, Real trackWidth, Real valueBoxWidth, Real minValue, Real maxValue, int snaps ) : Axiom.Samples.Slider |
|
|
CreateParamsPanel ( TrayLocation trayLoc, String name, Real width, IList |
|
|
CreateParamsPanel ( TrayLocation trayLoc, String name, Real width, int lines ) : |
|
|
CreateProgressBar ( TrayLocation trayLoc, String name, System.String caption, Real width, Real commentBoxWidth ) : Axiom.Samples.ProgressBar |
|
|
CreateSeparator ( TrayLocation trayLoc, String name ) : |
|
|
CreateSeparator ( TrayLocation trayLoc, String name, Real width ) : |
|
|
CreateTextBox ( TrayLocation trayLoc, String name, System.String caption, Real width, Real height ) : |
|
|
CreateThickSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real width, int maxItemsShown ) : |
|
|
CreateThickSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real width, int maxItemsShown, IList |
|
|
CreateThickSlider ( TrayLocation trayLoc, String name, System.String caption, Real width, Real valueBoxWidth, Real minValue, Real maxValue, int snaps ) : Axiom.Samples.Slider |
|
|
DestroyAllWidgets ( ) : void |
Destroys all widgets.
|
|
DestroyAllWidgetsInTray ( TrayLocation trayLoc ) : void |
Destroys all widgets in a tray.
|
|
DestroyWidget ( String name ) : void |
Destroys a widget.
|
|
DestroyWidget ( TrayLocation trayLoc, String name ) : void |
Destroys a widget.
|
|
DestroyWidget ( TrayLocation trayLoc, int place ) : void |
Destroys a widget.
|
|
DestroyWidget ( |
Destroys a widget.
|
|
Dispose ( ) : void |
Destroys background, cursor, widgets, and trays.
|
|
FrameRenderingQueued ( FrameEventArgs evt ) : bool |
Process frame events. Updates frame statistics widget set and deletes all widgets queued for destruction.
|
|
GetCursorRay ( |
Returns a 3D ray into the scene that is directly underneath the cursor.
|
|
GetWidget ( String name ) : |
Gets a widget by name.
|
|
GetWidget ( TrayLocation trayLoc, String name ) : |
Gets a widget from a tray by name.
|
|
GetWidget ( TrayLocation trayLoc, int place ) : |
Gets a widget from a tray by place.
|
|
GetWidgetCount ( TrayLocation trayLoc ) : int |
Gets the number of widgets in a tray.
|
|
GetWidgetEnumerator ( TrayLocation trayLoc ) : IEnumerator |
Gets all the widgets of a specific tray.
|
|
HideAll ( ) : void |
|
|
HideBackdrop ( ) : void |
|
|
HideCursor ( ) : void |
|
|
HideFrameStats ( ) : void |
Hides frame statistics widget set.
|
|
HideLoadingBar ( ) : void |
|
|
HideLogo ( ) : void |
|
|
HideTrays ( ) : void |
|
|
InjectMouseDown ( SharpInputSystem evt, SharpInputSystem id ) : bool |
Processes mouse button down events. Returns true if the event was consumed and should not be passed on to other handlers.
|
|
InjectMouseMove ( SharpInputSystem evt ) : bool |
Updates cursor position. Returns true if the event was consumed and should not be passed on to other handlers.
|
|
InjectMouseUp ( SharpInputSystem evt, SharpInputSystem id ) : bool |
Processes mouse button up events. Returns true if the event was consumed and should not be passed on to other handlers.
|
|
ItemSelected ( |
|
|
LabelHit ( |
Toggles visibility of advanced statistics.
|
|
LocateWidgetInTray ( |
Gets a widget's position in its tray.
|
|
MoveWidgetToTray ( String name, TrayLocation trayLoc ) : void |
Adds a widget to a specified tray.
|
|
MoveWidgetToTray ( String name, TrayLocation trayLoc, int place ) : void |
Adds a widget to a specified tray.
|
|
MoveWidgetToTray ( TrayLocation currentTrayLoc, String name, TrayLocation targetTrayLoc ) : void |
Adds a widget to a specified tray.
|
|
MoveWidgetToTray ( TrayLocation currentTrayLoc, String name, TrayLocation targetTrayLoc, int place ) : void |
Adds a widget to a specified tray.
|
|
MoveWidgetToTray ( TrayLocation currentTrayLoc, int currentPlace, TrayLocation targetTrayLoc ) : void |
Adds a widget to a specified tray.
|
|
MoveWidgetToTray ( TrayLocation currentTrayLoc, int currentPlace, TrayLocation targetTrayLoc, int targetPlace ) : void |
Adds a widget to a specified tray.
|
|
MoveWidgetToTray ( |
Adds a widget to a specified tray.
|
|
MoveWidgetToTray ( |
Adds a widget to a specified tray.
|
|
OkDialogClosed ( string text ) : void |
|
|
OnButtonHit ( object sender, Axiom.Samples.Button button ) : void |
Destroys dialog widgets, notifies listener, and ends high priority session.
|
|
RefreshCursor ( ) : void |
Updates cursor position based on unbuffered mouse state. This is necessary because if the tray manager has been cut off from mouse events for a time, the cursor position will be out of date.
|
|
RemoveWidgetFromTray ( String name ) : void |
Removes a widget from its tray. Same as moving it to the null tray.
|
|
RemoveWidgetFromTray ( TrayLocation trayLoc, String name ) : void |
Removes a widget from its tray. Same as moving it to the null tray.
|
|
RemoveWidgetFromTray ( TrayLocation trayLoc, int place ) : void |
Removes a widget from its tray. Same as moving it to the null tray.
|
|
RemoveWidgetFromTray ( |
Removes a widget from its tray. Same as moving it to the null tray.
|
|
ResourceGroupLoadEnded ( string groupName ) : void |
This event is fired when a resource group finished loading.
|
|
ResourceGroupLoadStarted ( string groupName, int resourceCount ) : void |
This event is fired when a resource group begins loading.
|
|
ResourceGroupPrepareEnded ( string groupName ) : void |
|
|
ResourceGroupPrepareStarted ( string groupName, int resourceCount ) : void |
|
|
ResourceGroupScriptingEnded ( string groupName ) : void |
This event is fired when a resource group finished parsing scripts.
|
|
ResourceGroupScriptingStarted ( string groupName, int scriptCount ) : void |
This event is fired when a resource group begins parsing scripts.
|
|
ResourceLoadEnded ( ) : void |
This event is fired when the resource has been loaded.
|
|
ResourceLoadStarted ( Axiom.Core.Resource resource ) : void |
This event is fired when a declared resource is about to be loaded.
|
|
ResourcePrepareEnded ( ) : void |
|
|
ResourcePrepareStarted ( Axiom.Core.Resource resource ) : void |
|
|
ScreenToScene ( |
Converts a 2D screen coordinate (in pixels) to a 3D ray into the scene.
|
|
ScriptParseEnded ( string scriptName, bool skipped ) : void |
This event is fired when the script has been fully parsed.
|
|
ScriptParseStarted ( string scriptName, bool &skipThisScript ) : void |
This event is fired when a script is about to be parsed.
|
|
SdkTrayManager ( String name, Axiom.Graphics.RenderWindow window, SharpInputSystem mouse ) : System |
Creates backdrop, cursor, and trays.
|
|
SdkTrayManager ( String name, Axiom.Graphics.RenderWindow window, SharpInputSystem mouse, ISdkTrayListener listener ) : System |
Creates backdrop, cursor, and trays.
|
|
SetTrayWidgetAlignment ( TrayLocation trayLoc, HorizontalAlignment gha ) : void |
Sets horizontal alignment of a tray's contents.
|
|
ShowAll ( ) : void |
|
|
ShowBackdrop ( ) : void |
Displays specified material on backdrop, or the last material used if none specified. Good for pause menus like in the browser.
|
|
ShowBackdrop ( String materialName ) : void |
Displays specified material on backdrop, or the last material used if none specified. Good for pause menus like in the browser.
|
|
ShowCursor ( ) : void |
Displays specified material on cursor, or the last material used if none specified. Used to change cursor type.
|
|
ShowCursor ( String materialName ) : void |
Displays specified material on cursor, or the last material used if none specified. Used to change cursor type.
|
|
ShowFrameStats ( TrayLocation trayLoc ) : void |
Shows frame statistics widget set in the specified location.
|
|
ShowFrameStats ( TrayLocation trayLoc, int place ) : void |
Shows frame statistics widget set in the specified location.
|
|
ShowLoadingBar ( ) : void |
Shows loading bar. Also takes job settings: the number of resource groups to be initialised, the number of resource groups to be loaded, and the proportion of the job that will be taken up by initialization. Usually, script parsing takes up most time, so the default value is 0.7.
|
|
ShowLoadingBar ( int numGroupsInit, int numGroupsLoad ) : void |
Shows loading bar. Also takes job settings: the number of resource groups to be initialised, the number of resource groups to be loaded, and the proportion of the job that will be taken up by initialization. Usually, script parsing takes up most time, so the default value is 0.7.
|
|
ShowLoadingBar ( int numGroupsInit, int numGroupsLoad, Real initProportion ) : void |
Shows loading bar. Also takes job settings: the number of resource groups to be initialised, the number of resource groups to be loaded, and the proportion of the job that will be taken up by initialization. Usually, script parsing takes up most time, so the default value is 0.7.
|
|
ShowLogo ( TrayLocation trayLoc ) : void |
Shows logo in the specified location.
|
|
ShowLogo ( TrayLocation trayLoc, int place ) : void |
Shows logo in the specified location.
|
|
ShowOkDialog ( System.String caption, System.String message ) : void |
Pops up a message dialog with an OK button.
|
|
ShowTrays ( ) : void |
|
|
ShowYesNoDialog ( System.String caption, System.String question ) : void |
Pops up a question dialog with Yes and No buttons.
|
|
SliderMoved ( Axiom.Samples.Slider slider ) : void |
|
|
ToggleAdvancedFrameStats ( ) : void |
Toggles visibility of advanced statistics.
|
|
WorldGeometryStageEnded ( ) : void |
This event is fired when a stage of loading linked world geometry has been completed. The number of stages required will have been included in the resourceCount passed in resourceGroupLoadStarted.
|
|
WorldGeometryStageStarted ( string description ) : void |
This event is fired when a stage of loading linked world geometry is about to start. The number of stages required will have been included in the resourceCount passed in resourceGroupLoadStarted.
|
|
YesNoDialogClosed ( string text, bool yesHit ) : void |
|
|
createLongSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real boxWidth, int maxItemsShown ) : |
|
|
sceneToScreen ( |
Converts a 3D scene position to a 2D screen coordinate (in pixels).
|
public CheckboxToggled ( |
||
box | ||
return | void |
public ClearTray ( TrayLocation trayLoc ) : void | ||
trayLoc | TrayLocation | |
return | void |
public CreateButton ( TrayLocation trayLoc, String name, String caption ) : Axiom.Samples.Button | ||
trayLoc | TrayLocation | |
name | String | |
caption | String | |
return | Axiom.Samples.Button |
public CreateButton ( TrayLocation trayLoc, String name, String caption, Real width ) : Axiom.Samples.Button | ||
trayLoc | TrayLocation | |
name | String | |
caption | String | |
width | Real | |
return | Axiom.Samples.Button |
public CreateCheckBox ( TrayLocation trayLoc, String name, System.String caption ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
return |
public CreateCheckBox ( TrayLocation trayLoc, String name, System.String caption, Real width ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
return |
public CreateDecorWidget ( TrayLocation trayLoc, String name, String typeName, String templateName ) : |
||
trayLoc | TrayLocation | |
name | String | |
typeName | String | |
templateName | String | |
return |
public CreateLabel ( TrayLocation trayLoc, String name, System.String caption ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
return |
public CreateLabel ( TrayLocation trayLoc, String name, System.String caption, Real width ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
return |
public CreateLogoWidget ( TrayLocation trayLoc, String name, String typeName, String templateName ) : |
||
trayLoc | TrayLocation | |
name | String | |
typeName | String | |
templateName | String | |
return |
public CreateLongSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real width, Real boxWidth, int maxItemsShown ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
boxWidth | Real | |
maxItemsShown | int | |
return |
public CreateLongSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real width, Real boxWidth, int maxItemsShown, IList |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
boxWidth | Real | |
maxItemsShown | int | |
items | IList |
|
return |
public CreateLongSlider ( TrayLocation trayLoc, String name, System.String caption, Real width, Real trackWidth, Real valueBoxWidth, Real minValue, Real maxValue, int snaps ) : Axiom.Samples.Slider | ||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
trackWidth | Real | |
valueBoxWidth | Real | |
minValue | Real | |
maxValue | Real | |
snaps | int | |
return | Axiom.Samples.Slider |
public CreateLongSlider ( TrayLocation trayLoc, String name, System.String caption, Real trackWidth, Real valueBoxWidth, Real minValue, Real maxValue, int snaps ) : Axiom.Samples.Slider | ||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
trackWidth | Real | |
valueBoxWidth | Real | |
minValue | Real | |
maxValue | Real | |
snaps | int | |
return | Axiom.Samples.Slider |
public CreateParamsPanel ( TrayLocation trayLoc, String name, Real width, IList |
||
trayLoc | TrayLocation | |
name | String | |
width | Real | |
paramNames | IList |
|
return |
public CreateParamsPanel ( TrayLocation trayLoc, String name, Real width, int lines ) : |
||
trayLoc | TrayLocation | |
name | String | |
width | Real | |
lines | int | |
return |
public CreateProgressBar ( TrayLocation trayLoc, String name, System.String caption, Real width, Real commentBoxWidth ) : Axiom.Samples.ProgressBar | ||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
commentBoxWidth | Real | |
return | Axiom.Samples.ProgressBar |
public CreateSeparator ( TrayLocation trayLoc, String name ) : |
||
trayLoc | TrayLocation | |
name | String | |
return |
public CreateSeparator ( TrayLocation trayLoc, String name, Real width ) : |
||
trayLoc | TrayLocation | |
name | String | |
width | Real | |
return |
public CreateTextBox ( TrayLocation trayLoc, String name, System.String caption, Real width, Real height ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
height | Real | |
return |
public CreateThickSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real width, int maxItemsShown ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
maxItemsShown | int | |
return |
public CreateThickSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real width, int maxItemsShown, IList |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
maxItemsShown | int | |
items | IList |
|
return |
public CreateThickSlider ( TrayLocation trayLoc, String name, System.String caption, Real width, Real valueBoxWidth, Real minValue, Real maxValue, int snaps ) : Axiom.Samples.Slider | ||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
valueBoxWidth | Real | |
minValue | Real | |
maxValue | Real | |
snaps | int | |
return | Axiom.Samples.Slider |
public DestroyAllWidgetsInTray ( TrayLocation trayLoc ) : void | ||
trayLoc | TrayLocation | |
return | void |
public DestroyWidget ( TrayLocation trayLoc, String name ) : void | ||
trayLoc | TrayLocation | |
name | String | |
return | void |
public DestroyWidget ( TrayLocation trayLoc, int place ) : void | ||
trayLoc | TrayLocation | |
place | int | |
return | void |
public DestroyWidget ( |
||
widget | ||
return | void |
public FrameRenderingQueued ( FrameEventArgs evt ) : bool | ||
evt | FrameEventArgs | |
return | bool |
public GetCursorRay ( |
||
cam | ||
return |
public GetWidget ( TrayLocation trayLoc, String name ) : |
||
trayLoc | TrayLocation | |
name | String | |
return |
public GetWidget ( TrayLocation trayLoc, int place ) : |
||
trayLoc | TrayLocation | |
place | int | |
return |
public GetWidgetCount ( TrayLocation trayLoc ) : int | ||
trayLoc | TrayLocation | |
return | int |
public GetWidgetEnumerator ( TrayLocation trayLoc ) : IEnumerator |
||
trayLoc | TrayLocation | |
return | IEnumerator |
public InjectMouseDown ( SharpInputSystem evt, SharpInputSystem id ) : bool | ||
evt | SharpInputSystem | |
id | SharpInputSystem | |
return | bool |
public InjectMouseMove ( SharpInputSystem evt ) : bool | ||
evt | SharpInputSystem | |
return | bool |
public InjectMouseUp ( SharpInputSystem evt, SharpInputSystem id ) : bool | ||
evt | SharpInputSystem | |
id | SharpInputSystem | |
return | bool |
public ItemSelected ( |
||
menu | ||
return | void |
public LocateWidgetInTray ( |
||
widget | ||
return | int |
public MoveWidgetToTray ( String name, TrayLocation trayLoc ) : void | ||
name | String | |
trayLoc | TrayLocation | |
return | void |
public MoveWidgetToTray ( String name, TrayLocation trayLoc, int place ) : void | ||
name | String | |
trayLoc | TrayLocation | |
place | int | |
return | void |
public MoveWidgetToTray ( TrayLocation currentTrayLoc, String name, TrayLocation targetTrayLoc ) : void | ||
currentTrayLoc | TrayLocation | |
name | String | |
targetTrayLoc | TrayLocation | |
return | void |
public MoveWidgetToTray ( TrayLocation currentTrayLoc, String name, TrayLocation targetTrayLoc, int place ) : void | ||
currentTrayLoc | TrayLocation | |
name | String | |
targetTrayLoc | TrayLocation | |
place | int | |
return | void |
public MoveWidgetToTray ( TrayLocation currentTrayLoc, int currentPlace, TrayLocation targetTrayLoc ) : void | ||
currentTrayLoc | TrayLocation | |
currentPlace | int | |
targetTrayLoc | TrayLocation | |
return | void |
public MoveWidgetToTray ( TrayLocation currentTrayLoc, int currentPlace, TrayLocation targetTrayLoc, int targetPlace ) : void | ||
currentTrayLoc | TrayLocation | |
currentPlace | int | |
targetTrayLoc | TrayLocation | |
targetPlace | int | |
return | void |
public MoveWidgetToTray ( |
||
widget | ||
trayLoc | TrayLocation | |
return | void |
public MoveWidgetToTray ( |
||
widget | ||
trayLoc | TrayLocation | |
place | int | |
return | void |
public OnButtonHit ( object sender, Axiom.Samples.Button button ) : void | ||
sender | object | |
button | Axiom.Samples.Button | |
return | void |
public RemoveWidgetFromTray ( String name ) : void | ||
name | String | |
return | void |
public RemoveWidgetFromTray ( TrayLocation trayLoc, String name ) : void | ||
trayLoc | TrayLocation | |
name | String | |
return | void |
public RemoveWidgetFromTray ( TrayLocation trayLoc, int place ) : void | ||
trayLoc | TrayLocation | |
place | int | |
return | void |
public RemoveWidgetFromTray ( |
||
widget | ||
return | void |
public ResourceGroupLoadEnded ( string groupName ) : void | ||
groupName | string | |
return | void |
public ResourceGroupLoadStarted ( string groupName, int resourceCount ) : void | ||
groupName | string | The name of the group being loaded |
resourceCount | int | /// The number of resources which will be loaded, /// including a number of stages required to load any linked world geometry /// |
return | void |
public ResourceGroupPrepareEnded ( string groupName ) : void | ||
groupName | string | |
return | void |
public ResourceGroupPrepareStarted ( string groupName, int resourceCount ) : void | ||
groupName | string | |
resourceCount | int | |
return | void |
public ResourceGroupScriptingEnded ( string groupName ) : void | ||
groupName | string | The name of the group |
return | void |
public ResourceGroupScriptingStarted ( string groupName, int scriptCount ) : void | ||
groupName | string | The name of the group |
scriptCount | int | The number of scripts which will be parsed |
return | void |
public ResourceLoadStarted ( Axiom.Core.Resource resource ) : void | ||
resource | Axiom.Core.Resource | Weak reference to the resource loaded |
return | void |
public ResourcePrepareStarted ( Axiom.Core.Resource resource ) : void | ||
resource | Axiom.Core.Resource | |
return | void |
public static ScreenToScene ( |
||
cam | ||
pt | Vector2 | |
return |
public ScriptParseEnded ( string scriptName, bool skipped ) : void | ||
scriptName | string | |
skipped | bool | |
return | void |
public ScriptParseStarted ( string scriptName, bool &skipThisScript ) : void | ||
scriptName | string | Name of the to be parsed |
skipThisScript | bool | |
return | void |
public SdkTrayManager ( String name, Axiom.Graphics.RenderWindow window, SharpInputSystem mouse ) : System | ||
name | String | |
window | Axiom.Graphics.RenderWindow | |
mouse | SharpInputSystem | |
return | System |
public SdkTrayManager ( String name, Axiom.Graphics.RenderWindow window, SharpInputSystem mouse, ISdkTrayListener listener ) : System | ||
name | String | |
window | Axiom.Graphics.RenderWindow | |
mouse | SharpInputSystem | |
listener | ISdkTrayListener | |
return | System |
public SetTrayWidgetAlignment ( TrayLocation trayLoc, HorizontalAlignment gha ) : void | ||
trayLoc | TrayLocation | |
gha | HorizontalAlignment | |
return | void |
public ShowBackdrop ( String materialName ) : void | ||
materialName | String | |
return | void |
public ShowCursor ( String materialName ) : void | ||
materialName | String | |
return | void |
public ShowFrameStats ( TrayLocation trayLoc ) : void | ||
trayLoc | TrayLocation | |
return | void |
public ShowFrameStats ( TrayLocation trayLoc, int place ) : void | ||
trayLoc | TrayLocation | |
place | int | |
return | void |
public ShowLoadingBar ( int numGroupsInit, int numGroupsLoad ) : void | ||
numGroupsInit | int | |
numGroupsLoad | int | |
return | void |
public ShowLoadingBar ( int numGroupsInit, int numGroupsLoad, Real initProportion ) : void | ||
numGroupsInit | int | |
numGroupsLoad | int | |
initProportion | Real | |
return | void |
public ShowLogo ( TrayLocation trayLoc ) : void | ||
trayLoc | TrayLocation | |
return | void |
public ShowLogo ( TrayLocation trayLoc, int place ) : void | ||
trayLoc | TrayLocation | |
place | int | |
return | void |
public ShowOkDialog ( System.String caption, System.String message ) : void | ||
caption | System.String | |
message | System.String | |
return | void |
public ShowYesNoDialog ( System.String caption, System.String question ) : void | ||
caption | System.String | |
question | System.String | |
return | void |
public SliderMoved ( Axiom.Samples.Slider slider ) : void | ||
slider | Axiom.Samples.Slider | |
return | void |
public WorldGeometryStageStarted ( string description ) : void | ||
description | string | Text description of what was just loaded |
return | void |
public YesNoDialogClosed ( string text, bool yesHit ) : void | ||
text | string | |
yesHit | bool | |
return | void |
public createLongSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real boxWidth, int maxItemsShown ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
boxWidth | Real | |
maxItemsShown | int | |
return |
public static sceneToScreen ( |
||
cam | ||
pt | Vector3 | |
return | Vector2 |
protected ProgressBar,Axiom.Samples LoadBar | ||
return | Axiom.Samples.ProgressBar |
protected OverlayElementContainer,Axiom.Overlays backdrop | ||
return |
protected Overlay,Axiom.Overlays backdropLayer | ||
return |
protected OverlayElementContainer,Axiom.Overlays cursor | ||
return |
protected Overlay,Axiom.Overlays cursorLayer | ||
return |
protected SelectMenu,Axiom.Samples expandedMenu | ||
return |
protected OverlayElementContainer,Axiom.Overlays mDialogShade | ||
return |
protected Overlay,Axiom.Overlays mPriorityLayer | ||
return |
protected OverlayElementContainer[],Axiom.Overlays mTrays | ||
return | Axiom.Overlays.OverlayElementContainer[] |
protected Overlay,Axiom.Overlays mTraysLayer | ||
return |
protected System.Collections.Generic.List |
||
return | System.Collections.Generic.List |
protected RenderWindow,Axiom.Graphics mWindow | ||
return | Axiom.Graphics.RenderWindow |