The VLDebugImageBehaviour can be used to visualize debug images using the Unity GUI system. More...
Inherits MonoBehaviour.
Public Member Functions | |
void | ShowDebugImage (bool show) |
void | ToggleDebugImageVisibility () |
Turns the debug image on or off Triggered with voice command More... | |
Data Fields | |
GameObject | imageObject |
Target object with the RawImage component for displaying the debug image. More... | |
The VLDebugImageBehaviour can be used to visualize debug images using the Unity GUI system.
Please use the VLDebugImage prefab. It will ensure the correct object hierarchy.
|
inline |
Turns the debug image on or off Triggered with voice command
GameObject VLDebugImageBehaviour.imageObject |
Target object with the RawImage component for displaying the debug image.