LoaderOptions
Constructor
constructor
constructor(parameters: object): LoaderOptions
Parameters:
Name | Type | Required | Default | Description |
---|---|---|---|---|
parameters | object | Yes | - | |
parameters.entityManager | AdsumClientApi.EntityManager | Yes | - | |
parameters.deviceId | ?number | No | null | |
parameters.textureQuality | TEXTURE_QUALITY.AUTO | TEXTURE_QUALITY.HIGH | TEXTURE_QUALITY.LOW | No | TEXTURE_QUALITY.AUTO | |
parameters.wireframeBuildings | boolean | No | false | Enable wireframing on buildings |
parameters.wireframeBuildingsOptions | WireframeDecorOptions | No | new WireframeDecorOptions() | Can be an WireframeDecorOptions instance or directly the parameter to pass on the WireframeDecorOptions constructor |
parameters.wireframeSpaces | boolean | No | false | Enable wireframing on spaces |
parameters.wireframeSpacesOptions | WireframeDecorOptions | No | new WireframeDecorOptions() | Can be an WireframeDecorOptions instance or directly the parameter to pass on the WireframeDecorOptions constructor |