WireframeSpec Struct Reference
#include <Wireframe.h>
# Public Attributes | |
VisualComponentSpec | visualComponentSpec |
Component spec. | |
Vector3D | displacement |
Displacement relative to the owner's spatial position. | |
uint8 | color |
Color for the wireframe. | |
uint8 | transparency |
bool | interlaced |
Flag to render the wireframe in interlaced mode. |
# Detailed Description
A Wireframe spec
Definition at line 37 of file Wireframe.h.
# Member Data Documentation
# color
uint8 WireframeSpec::color |
Color for the wireframe.
Definition at line 46 of file Wireframe.h.
# displacement
Vector3D WireframeSpec::displacement |
Displacement relative to the owner's spatial position.
Definition at line 43 of file Wireframe.h.
# interlaced
bool WireframeSpec::interlaced |
Flag to render the wireframe in interlaced mode.
Definition at line 53 of file Wireframe.h.
# transparency
uint8 WireframeSpec::transparency |
Transparency mode (__TRANSPARENCY_NONE, __TRANSPARENCY_EVEN or __TRANSPARENCY_ODD)
Definition at line 50 of file Wireframe.h.
# visualComponentSpec
VisualComponentSpec WireframeSpec::visualComponentSpec |
Component spec.
Definition at line 40 of file Wireframe.h.
The documentation for this struct was generated from the following file:
- VUEngine-Core/source/Component/VisualComponent/Wireframe/Wireframe.h