Esempio n. 1
0
 UrhoAppView(Type holoAppType, string assetsDirectory)
 {
     this.holoAppType     = holoAppType;
     this.assetsDirectory = assetsDirectory;
     windowVisible        = true;
     Current = this;
 }
Esempio n. 2
0
 UrhoAppView(Type holoAppType, ApplicationOptions opts)
 {
     this.holoAppType   = holoAppType;
     this.options       = opts;
     this.windowVisible = true;
     Current            = this;
 }
Esempio n. 3
0
 UrhoAppView(Type holoAppType, string assetsPakName)
 {
     this.holoAppType   = holoAppType;
     this.assetsPakName = assetsPakName;
     windowVisible      = true;
     Current            = this;
 }