|
virtual void | Finalize () override |
| Called to actually properly set up the adapter. All setup code is implemented here.
|
|
virtual void | Update () override |
| Called when object properties have changed and the visualizer may need to react.
|
|
virtual void | UpdateGizmoTransform () override |
| Called when the object has been moved somehow. More light weight than a full update.
|
|
virtual xiiTransform | GetObjectTransform () const |
|
xiiObjectAccessorBase * | GetObjectAccessor () const |
|
const xiiAbstractProperty * | GetProperty (const char *szProperty) const |
|
◆ Finalize()
void xiiCylinderVisualizerAdapter::Finalize |
( |
| ) |
|
|
overrideprotectedvirtual |
Called to actually properly set up the adapter. All setup code is implemented here.
Implements xiiVisualizerAdapter.
◆ Update()
void xiiCylinderVisualizerAdapter::Update |
( |
| ) |
|
|
overrideprotectedvirtual |
Called when object properties have changed and the visualizer may need to react.
Implements xiiVisualizerAdapter.
◆ UpdateGizmoTransform()
void xiiCylinderVisualizerAdapter::UpdateGizmoTransform |
( |
| ) |
|
|
overrideprotectedvirtual |
Called when the object has been moved somehow. More light weight than a full update.
Implements xiiVisualizerAdapter.
The documentation for this class was generated from the following files:
- /home/runner/work/XII/XII/Source/Editor/EditorFramework/Visualizers/CylinderVisualizerAdapter.h
- /home/runner/work/XII/XII/Source/Editor/EditorFramework/Visualizers/Implementation/CylinderVisualizerAdapter.cpp