Name | Type | Description |
---|---|---|
onCreate | (app: cpr.core.AppInstance, exports: Object)=>Void | A function that describes how to create an app instance. |
onPrepare | (loader: cpr.core.ResourceLoader)=>Void | A function that describes the resources that need to be loaded before creating and starting an app instance. |
type | (app: cpr.core.AppInstance, exports: Object)=>Void |
---|---|
A function that describes how to create an app instance.
|
type | (loader: cpr.core.ResourceLoader)=>Void |
---|---|
A function that describes the resources that need to be loaded before creating and starting an app instance.
|