SceneInterface.configure() method
Method for updating scene options.
Signature:
configure(options?: Partial<SceneOptions>): Promise<SceneInterface>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
Partial<SceneOptions> |
(Optional) |
Returns:
Promise<SceneInterface>
Remarks
This method handles invalidating state and reorganizing the scene's internals as needed to achieve a display inline with the current options. No manual invalidation is needed, just call configure() with the updated options.