setInteriorModeEnabled
Enable or disable the interior mode.
WHEN TO USE
Enabling the interior mode makes everything brighter, which can help you see more details or navigate through dark interiors. This can be especially useful when designing or exploring in-game spaces. Conversely, disabling the interior mode can help create a more realistic lighting environment.
Syntax
engine.world.setInteriorModeEnabled(status);
Parameters
Name | Type | Description |
---|---|---|
enabled | boolean | Whether to enable or not |
Example
engine.world.setInteriorModeEnabled(true);
Available on: Client