|
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 plTransform | GetObjectTransform () const |
|
plObjectAccessorBase * | GetObjectAccessor () const |
|
const plAbstractProperty * | GetProperty (const char *szProperty) const |
|
◆ Finalize()
void plBoxReflectionProbeVisualizerAdapter::Finalize |
( |
| ) |
|
|
overrideprotectedvirtual |
Called to actually properly set up the adapter. All setup code is implemented here.
Implements plVisualizerAdapter.
◆ Update()
void plBoxReflectionProbeVisualizerAdapter::Update |
( |
| ) |
|
|
overrideprotectedvirtual |
Called when object properties have changed and the visualizer may need to react.
Implements plVisualizerAdapter.
◆ UpdateGizmoTransform()
void plBoxReflectionProbeVisualizerAdapter::UpdateGizmoTransform |
( |
| ) |
|
|
overrideprotectedvirtual |
Called when the object has been moved somehow. More light weight than a full update.
Implements plVisualizerAdapter.
The documentation for this class was generated from the following files:
- Code/EditorPlugins/Scene/EditorPluginScene/Visualizers/BoxReflectionProbeVisualizerAdapter.h
- Code/EditorPlugins/Scene/EditorPluginScene/Visualizers/BoxReflectionProbeVisualizerAdapter.cpp