Interface: ApplicationLoadOptions

Application loading options.

Properties

loadOptions

Optional loadOptions: Omit<LoadOptions, "onProgress">

Options to use for resource loading. Unlike resource loading the application load options shouldn’t include the onProgress callback as it’s passed separately in the load call.


resources

Optional resources: ResourceDefinition[]

Resources to load.