Свойство | Тип | Описание | |
---|---|---|---|
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[] |
Метод | Описание | |
---|---|---|
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 | ||
Результат | void |
public ClearTray ( TrayLocation trayLoc ) : void | ||
trayLoc | TrayLocation | |
Результат | void |
public CreateButton ( TrayLocation trayLoc, String name, String caption ) : Axiom.Samples.Button | ||
trayLoc | TrayLocation | |
name | String | |
caption | String | |
Результат | Axiom.Samples.Button |
public CreateButton ( TrayLocation trayLoc, String name, String caption, Real width ) : Axiom.Samples.Button | ||
trayLoc | TrayLocation | |
name | String | |
caption | String | |
width | Real | |
Результат | Axiom.Samples.Button |
public CreateCheckBox ( TrayLocation trayLoc, String name, System.String caption ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
Результат |
public CreateCheckBox ( TrayLocation trayLoc, String name, System.String caption, Real width ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
Результат |
public CreateDecorWidget ( TrayLocation trayLoc, String name, String typeName, String templateName ) : |
||
trayLoc | TrayLocation | |
name | String | |
typeName | String | |
templateName | String | |
Результат |
public CreateLabel ( TrayLocation trayLoc, String name, System.String caption ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
Результат |
public CreateLabel ( TrayLocation trayLoc, String name, System.String caption, Real width ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
Результат |
public CreateLogoWidget ( TrayLocation trayLoc, String name, String typeName, String templateName ) : |
||
trayLoc | TrayLocation | |
name | String | |
typeName | String | |
templateName | String | |
Результат |
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 | |
Результат |
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 |
|
Результат |
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 | |
Результат | 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 | |
Результат | Axiom.Samples.Slider |
public CreateParamsPanel ( TrayLocation trayLoc, String name, Real width, IList |
||
trayLoc | TrayLocation | |
name | String | |
width | Real | |
paramNames | IList |
|
Результат |
public CreateParamsPanel ( TrayLocation trayLoc, String name, Real width, int lines ) : |
||
trayLoc | TrayLocation | |
name | String | |
width | Real | |
lines | int | |
Результат |
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 | |
Результат | Axiom.Samples.ProgressBar |
public CreateSeparator ( TrayLocation trayLoc, String name ) : |
||
trayLoc | TrayLocation | |
name | String | |
Результат |
public CreateSeparator ( TrayLocation trayLoc, String name, Real width ) : |
||
trayLoc | TrayLocation | |
name | String | |
width | Real | |
Результат |
public CreateTextBox ( TrayLocation trayLoc, String name, System.String caption, Real width, Real height ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
height | Real | |
Результат |
public CreateThickSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real width, int maxItemsShown ) : |
||
trayLoc | TrayLocation | |
name | String | |
caption | System.String | |
width | Real | |
maxItemsShown | int | |
Результат |
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 |
|
Результат |
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 | |
Результат | Axiom.Samples.Slider |
public DestroyAllWidgetsInTray ( TrayLocation trayLoc ) : void | ||
trayLoc | TrayLocation | |
Результат | void |
public DestroyWidget ( String name ) : void | ||
name | String | |
Результат | void |
public DestroyWidget ( TrayLocation trayLoc, String name ) : void | ||
trayLoc | TrayLocation | |
name | String | |
Результат | void |
public DestroyWidget ( TrayLocation trayLoc, int place ) : void | ||
trayLoc | TrayLocation | |
place | int | |
Результат | void |
public DestroyWidget ( |
||
widget | ||
Результат | void |
public FrameRenderingQueued ( FrameEventArgs evt ) : bool | ||
evt | FrameEventArgs | |
Результат | bool |
public GetCursorRay ( |
||
cam | ||
Результат |
public GetWidget ( TrayLocation trayLoc, String name ) : |
||
trayLoc | TrayLocation | |
name | String | |
Результат |
public GetWidget ( TrayLocation trayLoc, int place ) : |
||
trayLoc | TrayLocation | |
place | int | |
Результат |
public GetWidgetCount ( TrayLocation trayLoc ) : int | ||
trayLoc | TrayLocation | |
Результат | int |
public GetWidgetEnumerator ( TrayLocation trayLoc ) : IEnumerator |
||
trayLoc | TrayLocation | |
Результат | IEnumerator |
public InjectMouseDown ( SharpInputSystem evt, SharpInputSystem id ) : bool | ||
evt | SharpInputSystem | |
id | SharpInputSystem | |
Результат | bool |
public InjectMouseMove ( SharpInputSystem evt ) : bool | ||
evt | SharpInputSystem | |
Результат | bool |
public InjectMouseUp ( SharpInputSystem evt, SharpInputSystem id ) : bool | ||
evt | SharpInputSystem | |
id | SharpInputSystem | |
Результат | bool |
public ItemSelected ( |
||
menu | ||
Результат | void |
public LocateWidgetInTray ( |
||
widget | ||
Результат | int |
public MoveWidgetToTray ( String name, TrayLocation trayLoc ) : void | ||
name | String | |
trayLoc | TrayLocation | |
Результат | void |
public MoveWidgetToTray ( String name, TrayLocation trayLoc, int place ) : void | ||
name | String | |
trayLoc | TrayLocation | |
place | int | |
Результат | void |
public MoveWidgetToTray ( TrayLocation currentTrayLoc, String name, TrayLocation targetTrayLoc ) : void | ||
currentTrayLoc | TrayLocation | |
name | String | |
targetTrayLoc | TrayLocation | |
Результат | void |
public MoveWidgetToTray ( TrayLocation currentTrayLoc, String name, TrayLocation targetTrayLoc, int place ) : void | ||
currentTrayLoc | TrayLocation | |
name | String | |
targetTrayLoc | TrayLocation | |
place | int | |
Результат | void |
public MoveWidgetToTray ( TrayLocation currentTrayLoc, int currentPlace, TrayLocation targetTrayLoc ) : void | ||
currentTrayLoc | TrayLocation | |
currentPlace | int | |
targetTrayLoc | TrayLocation | |
Результат | void |
public MoveWidgetToTray ( TrayLocation currentTrayLoc, int currentPlace, TrayLocation targetTrayLoc, int targetPlace ) : void | ||
currentTrayLoc | TrayLocation | |
currentPlace | int | |
targetTrayLoc | TrayLocation | |
targetPlace | int | |
Результат | void |
public MoveWidgetToTray ( |
||
widget | ||
trayLoc | TrayLocation | |
Результат | void |
public MoveWidgetToTray ( |
||
widget | ||
trayLoc | TrayLocation | |
place | int | |
Результат | void |
public OkDialogClosed ( string text ) : void | ||
text | string | |
Результат | void |
public OnButtonHit ( object sender, Axiom.Samples.Button button ) : void | ||
sender | object | |
button | Axiom.Samples.Button | |
Результат | void |
public RemoveWidgetFromTray ( String name ) : void | ||
name | String | |
Результат | void |
public RemoveWidgetFromTray ( TrayLocation trayLoc, String name ) : void | ||
trayLoc | TrayLocation | |
name | String | |
Результат | void |
public RemoveWidgetFromTray ( TrayLocation trayLoc, int place ) : void | ||
trayLoc | TrayLocation | |
place | int | |
Результат | void |
public RemoveWidgetFromTray ( |
||
widget | ||
Результат | void |
public ResourceGroupLoadEnded ( string groupName ) : void | ||
groupName | string | |
Результат | 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 /// |
Результат | void |
public ResourceGroupPrepareEnded ( string groupName ) : void | ||
groupName | string | |
Результат | void |
public ResourceGroupPrepareStarted ( string groupName, int resourceCount ) : void | ||
groupName | string | |
resourceCount | int | |
Результат | void |
public ResourceGroupScriptingEnded ( string groupName ) : void | ||
groupName | string | The name of the group |
Результат | 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 |
Результат | void |
public ResourceLoadStarted ( Axiom.Core.Resource resource ) : void | ||
resource | Axiom.Core.Resource | Weak reference to the resource loaded |
Результат | void |
public ResourcePrepareStarted ( Axiom.Core.Resource resource ) : void | ||
resource | Axiom.Core.Resource | |
Результат | void |
public static ScreenToScene ( |
||
cam | ||
pt | Vector2 | |
Результат |
public ScriptParseEnded ( string scriptName, bool skipped ) : void | ||
scriptName | string | |
skipped | bool | |
Результат | void |
public ScriptParseStarted ( string scriptName, bool &skipThisScript ) : void | ||
scriptName | string | Name of the to be parsed |
skipThisScript | bool | |
Результат | void |
public SdkTrayManager ( String name, Axiom.Graphics.RenderWindow window, SharpInputSystem mouse ) : System | ||
name | String | |
window | Axiom.Graphics.RenderWindow | |
mouse | SharpInputSystem | |
Результат | System |
public SdkTrayManager ( String name, Axiom.Graphics.RenderWindow window, SharpInputSystem mouse, ISdkTrayListener listener ) : System | ||
name | String | |
window | Axiom.Graphics.RenderWindow | |
mouse | SharpInputSystem | |
listener | ISdkTrayListener | |
Результат | System |
public SetTrayWidgetAlignment ( TrayLocation trayLoc, HorizontalAlignment gha ) : void | ||
trayLoc | TrayLocation | |
gha | HorizontalAlignment | |
Результат | void |
public ShowBackdrop ( String materialName ) : void | ||
materialName | String | |
Результат | void |
public ShowCursor ( String materialName ) : void | ||
materialName | String | |
Результат | void |
public ShowFrameStats ( TrayLocation trayLoc ) : void | ||
trayLoc | TrayLocation | |
Результат | void |
public ShowFrameStats ( TrayLocation trayLoc, int place ) : void | ||
trayLoc | TrayLocation | |
place | int | |
Результат | void |
public ShowLoadingBar ( int numGroupsInit, int numGroupsLoad ) : void | ||
numGroupsInit | int | |
numGroupsLoad | int | |
Результат | void |
public ShowLoadingBar ( int numGroupsInit, int numGroupsLoad, Real initProportion ) : void | ||
numGroupsInit | int | |
numGroupsLoad | int | |
initProportion | Real | |
Результат | void |
public ShowLogo ( TrayLocation trayLoc ) : void | ||
trayLoc | TrayLocation | |
Результат | void |
public ShowLogo ( TrayLocation trayLoc, int place ) : void | ||
trayLoc | TrayLocation | |
place | int | |
Результат | void |
public ShowOkDialog ( System.String caption, System.String message ) : void | ||
caption | System.String | |
message | System.String | |
Результат | void |
public ShowYesNoDialog ( System.String caption, System.String question ) : void | ||
caption | System.String | |
question | System.String | |
Результат | void |
public SliderMoved ( Axiom.Samples.Slider slider ) : void | ||
slider | Axiom.Samples.Slider | |
Результат | void |
public ToggleAdvancedFrameStats ( ) : void | ||
Результат | void |
public WorldGeometryStageStarted ( string description ) : void | ||
description | string | Text description of what was just loaded |
Результат | void |
public YesNoDialogClosed ( string text, bool yesHit ) : void | ||
text | string | |
yesHit | bool | |
Результат | 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 | |
Результат |
public static sceneToScreen ( |
||
cam | ||
pt | Vector3 | |
Результат | Vector2 |
protected ProgressBar,Axiom.Samples LoadBar | ||
Результат | Axiom.Samples.ProgressBar |
protected OverlayElementContainer,Axiom.Overlays backdrop | ||
Результат |
protected Overlay,Axiom.Overlays backdropLayer | ||
Результат |
protected OverlayElementContainer,Axiom.Overlays cursor | ||
Результат |
protected Overlay,Axiom.Overlays cursorLayer | ||
Результат |
protected SelectMenu,Axiom.Samples expandedMenu | ||
Результат |
protected OverlayElementContainer,Axiom.Overlays mDialogShade | ||
Результат |
protected Overlay,Axiom.Overlays mPriorityLayer | ||
Результат |
protected OverlayElementContainer[],Axiom.Overlays mTrays | ||
Результат | Axiom.Overlays.OverlayElementContainer[] |
protected Overlay,Axiom.Overlays mTraysLayer | ||
Результат |
protected System.Collections.Generic.List |
||
Результат | System.Collections.Generic.List |
protected RenderWindow,Axiom.Graphics mWindow | ||
Результат | Axiom.Graphics.RenderWindow |