RMLDocument
Summary
Remarks
Danger
All calls made within this class MUST be performed on the Master Thread. See Threads.RunLater on how to safely call this from an asynchronous thread. Failure to comply with this can cause catastrophical failures as the engine is not designed for this.
Definition
Namespace: SDT4.Managed.UI.RML
Assembly: SDT4.Managed.UI.dll
class RMLDocument
Inheritance:
Object ➔ RMLElement ➔ RMLDocument
Implements:
IDisposable
Fields
| Name | Type | Description |
|---|---|---|
Properties
| Name | Type | Description |
|---|---|---|
public get; set; Title |
String | |
public get; SourceURL |
String |
Methods
public Void ReloadRCSS()
public Void Display()
public Void Hide()
public RMLElement CreateElement(String name)
Summary: Creates a new orphan element. This element has no parent and must be assigned immediately otherwise, it will be destroyed
Parameters:
name(String):
Returns:
public Void PullToFront()
public Void PushToBack()
public virtual String ToString()
Returns: