DebugDiagnostics
Defined in: DebugPlugin.ts:89
Renderer-aware diagnostics exposed through the inspector extension
namespace debug. Kept out of the core Inspector surface so the core
package stays renderer-agnostic while plugins can still publish optional
runtime helpers in a uniform way.
Methods
Section titled “Methods”getCameraStack()
Section titled “getCameraStack()”getCameraStack():
CameraStackSnapshot[]
Defined in: DebugPlugin.ts:94
Returns
Section titled “Returns”getLayerTransform()
Section titled “getLayerTransform()”getLayerTransform(
sceneName,layerName):LayerTransformSnapshot|undefined
Defined in: DebugPlugin.ts:90
Parameters
Section titled “Parameters”sceneName
Section titled “sceneName”string
layerName
Section titled “layerName”string
Returns
Section titled “Returns”LayerTransformSnapshot | undefined