GuacamoleWindow¶
Namespace: WellFired.Guacamole.Unity
Implements: WellFired.Guacamole.IWindow
Description¶
Properties¶
| bool | CloseAfterNextUpdate { get; set; } |
| string | Title { get; set; } |
| UIRect | Rect { get; set; } |
| UISize | MinSize { get; set; } |
| UISize | MaxSize { get; set; } |
| Window | MainContent { get; set; } |
Public Properties¶
| bool | AllowMultiple |
Public Methods¶
| void | Launch ( IInitializationContext initializationContext ) |
| void | OnEnable ( ) |
| void | OnDisable ( ) |
| void | OnGUI ( ) |
| bool | MatchesMainContent ( Type mainContent ) |
Breakdown¶
- bool CloseAfterNextUpdate { get; set; }
- string Title { get; set; }
- UIRect Rect { get; set; }
- UISize MinSize { get; set; }
- UISize MaxSize { get; set; }
- Window MainContent { get; set; }
- bool AllowMultiple
- void Launch ( IInitializationContext initializationContext )
- void OnEnable ( )
- void OnDisable ( )
- void OnGUI ( )
- bool MatchesMainContent ( Type mainContent )