Class ModularShaderDebugger
Debugger Window for modular shaders. In here you can check various data visualization for your modular shader.
Namespace: VRLabs.ModularShaderSystem.Debug
Syntax
public class ModularShaderDebugger : EditorWindow
Remarks
When creating and editing modules you may need to get some information (example: template dependency) without checking manually each module asset. This window can help you get said information rapidly.
It can also be expanded with custom tabs for your own needs by implementing the IModularShaderDebuggerTab interface.
Methods
Name | Description |
---|---|
CreateGUI() | |
ShowExample() |