Loading...
Searching...
No Matches
realvirtual.HighlightTester Class Reference
Test script for the main Highlight system. More...
Inheritance diagram for realvirtual.HighlightTester:
Public Attributes | |
| Color | highlightColor |
| The color of the highlight effect. | |
| float | outlineWidth |
| The width of the outline in meters. | |
| float | animationSpeed |
| The speed multiplier for animations. | |
| float | intensity |
| The intensity of the highlight effect. | |
| Highlight.AnimationType | currentAnimation |
| The current animation type. | |
| Highlight.HighlightMode | highlightMode |
| The highlight visualization mode. | |
| Color | wireframeColor |
| The color of wireframe edges. | |
| float | wireframeThickness |
| The thickness of wireframe edges (increased for visibility) | |
| bool | useWireframeForPulse |
| Use wireframe mode for pulse tests. | |
Detailed Description
Test script for the main Highlight system.
Member Data Documentation
◆ animationSpeed
| float realvirtual.HighlightTester.animationSpeed |
The speed multiplier for animations.
◆ currentAnimation
| Highlight.AnimationType realvirtual.HighlightTester.currentAnimation |
The current animation type.
◆ highlightColor
| Color realvirtual.HighlightTester.highlightColor |
The color of the highlight effect.
◆ highlightMode
| Highlight.HighlightMode realvirtual.HighlightTester.highlightMode |
The highlight visualization mode.
◆ intensity
| float realvirtual.HighlightTester.intensity |
The intensity of the highlight effect.
◆ outlineWidth
| float realvirtual.HighlightTester.outlineWidth |
The width of the outline in meters.
◆ useWireframeForPulse
| bool realvirtual.HighlightTester.useWireframeForPulse |
Use wireframe mode for pulse tests.
◆ wireframeColor
| Color realvirtual.HighlightTester.wireframeColor |
The color of wireframe edges.
◆ wireframeThickness
| float realvirtual.HighlightTester.wireframeThickness |
The thickness of wireframe edges (increased for visibility)