mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Adds logic and handling for Inspected SimObjects to be able to inject new InspectorGroups and InspectorFields when being inspected for editing.
Allows for expanded editing capabilities of existing classes without needing to add static fields to classes
This commit is contained in:
parent
7fa2e72d5f
commit
3991019912
6 changed files with 154 additions and 2 deletions
|
|
@ -653,7 +653,7 @@ class SimObject: public ConsoleObject, public TamlCallbacks
|
|||
virtual void onEditorDisable(){};
|
||||
|
||||
/// Called when the object is inspected via a GuiInspector control
|
||||
virtual void onInspect(GuiInspector*) {};
|
||||
virtual void onInspect(GuiInspector*);
|
||||
|
||||
/// @}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue