InitializationContext¶
Namespace: WellFired.Guacamole.Unity
Implements: WellFired.Guacamole.InitializationContext.IInitializationContext
Description¶
Properties¶
| Type | MainContentType { get; set; } |
| Type | MainViewModelType { get; set; } |
| Assembly[] | ExternalRenderersAssemblies { get; set; } |
| UIRect | UIRect { get; set; } |
| ScriptableObject | PersistantData { get; set; } |
| Context | Context { get; set; } |
Public Properties¶
| UISize | MaxSize |
| UISize | MinSize |
| string | Title |
| string | ApplicationName |
| string | CompanyName |
| bool | AllowMultiple |
Public Methods¶
| InitializationContext ( Context context ) | |
| void | ValidateSetup ( ) |
Breakdown¶
- Type MainContentType { get; set; }
- Type MainViewModelType { get; set; }
- Assembly[] ExternalRenderersAssemblies { get; set; }
- UIRect UIRect { get; set; }
- ScriptableObject PersistantData { get; set; }
- Context Context { get; set; }
- UISize MaxSize
- UISize MinSize
- string Title
- string ApplicationName
- string CompanyName
- bool AllowMultiple
- InitializationContext ( Context context )
- void ValidateSetup ( )