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