UrhoAppView(Type holoAppType, string assetsDirectory) { this.holoAppType = holoAppType; this.assetsDirectory = assetsDirectory; windowVisible = true; Current = this; }
UrhoAppView(Type holoAppType, ApplicationOptions opts) { this.holoAppType = holoAppType; this.options = opts; this.windowVisible = true; Current = this; }
UrhoAppView(Type holoAppType, string assetsPakName) { this.holoAppType = holoAppType; this.assetsPakName = assetsPakName; windowVisible = true; Current = this; }