Structs
- Disables wireframe rendering for any entity it is attached to. It will ignore the
WireframeConfig
global setting. - Enables wireframe rendering for any entity it is attached to. It will ignore the
WireframeConfig
global setting. - Sets the color of the
Wireframe
of the entity it is attached to. If this component is present but there’s noWireframe
component, it will still affect the color of the wireframe whenWireframeConfig::global
is set to true. - A
Plugin
that draws wireframes.