UI
Last updated
Last updated
Manages the client UI.
Syntax[Sansar.Script.Interface] public AddProgressBar ()
Returns
The newly created .
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
Close any open world detail view.
Syntax
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
Gets the progress bars that have been added to the ui.
SyntaxReturns
An IEnumarable collection of progress bar objects.
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
The hint text being shown to the user.
SyntaxValue
The hint text.
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
SyntaxValue
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
Opens a window showing details for a sansar uri, giving the a user an option to travel to that location.
SyntaxParameters
sansarUri
The location to open the detail panel for.
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
A string representation of this object.
SyntaxReturns
A string representation of this object.
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
Manages a progress bar UI element.
Remove a progress bar.
Syntax
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
The bar's ID.
SyntaxValue
Documentation for this section has not yet been entered.
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
The bar's current Label
SyntaxValue
Documentation for this section has not yet been entered.
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
Start a progress bar.
SyntaxParameters
label
Text of the bar.
durationSeconds
Duration.
color
Color.
Returns
The internal event id for the completion event.
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
Start a progress bar.
SyntaxParameters
label
Text of the bar.
durationSeconds
Duration.
color
Color.
handler
Handler to be called when the event completes.
Returns
The internal event id for the completion event.
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
A string representation of this object.
SyntaxReturns
A string representation of this object.
Remarks
RequirementsNamespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0
[Sansar.Script.Interface] public CloseDetailView ()
[Sansar.Script.Interface] public HintText { get; set; }
[get: Sansar.Script.Interface] public ModalDialog { get; }
The for this UI.
[Sansar.Script.Interface] public OpenDetailViewForUri ( sansarUri)
[Sansar.Script.Interface] public override ToString ()
[Sansar.Script.Interface] public Cancel ()
[get: Sansar.Script.Interface] public Id { get; }
[get: Sansar.Script.Interface] public Label { get; }
[Sansar.Script.Interface] public override ToString ()