Registers and runs multiple Stage instances
| C# | Visual Basic | Visual C++ |
public sealed class StageManager : IDisposable
Public NotInheritable Class StageManager _ Implements IDisposable
public ref class StageManager sealed : IDisposable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| StageManager()()()() | Initializes a new instance of the StageManager class | |
| CURSOR_STAGE_DEPTH | ||
| DebugMode | ||
| Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| DRAG_DROP_STAGE_DEPTH | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetStageAtDepth(Int32) |
Gets the stage at a supplied depth If not found, returns null | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| GLOBAL_LOADING_MASK_STAGE_DEPTH | ||
| GUI_INSPECTOR_STAGE_DEPTH | ||
| Instance | ||
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| POPUP_MANAGER_STAGE_DEPTH | ||
| RegisterStage(Stage) | ||
| Render()()()() | ||
| Sort()()()() |
Sorts the stage list (descending)
| |
| StageList | ||
| SynchronousResize |
Update immediately when screen resizes so that we may appear in sync with it rather than visually "catching up" (experimental)
| |
| TOOLTIP_STAGE_DEPTH | ||
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| UnregisterStage(Stage) |
Author: Danko Kozar
| Object | |
| StageManager | |