From 883a496158ecea813e92e047a2a6e5eaed7d2207 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sun, 22 Dec 2024 19:38:41 +0900 Subject: [PATCH] Update README.md --- src/plugins/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/plugins/README.md b/src/plugins/README.md index 5607bd5f6..b237c68bf 100644 --- a/src/plugins/README.md +++ b/src/plugins/README.md @@ -206,6 +206,14 @@ Plugin that adds support for 3d tiles [implicit tiling](https://github.com/Cesiu Plugin TilesRenderer that includes helpers for debugging and visualizing the various tiles in the tile set. Material overrides will not work as expected with this plugin. The plugin includes additional logic and initialization code which can cause performance loss so it's recommended to only use this when needed. +### .enabled + +```js +enabled = true : boolean +``` + +If true then the debug logic is enabled, which can affect performance. It's recommended to disable or remove the plugin when not in use. + ### .colorMode ```js