class MAGES::SceneGraph::Editor::ScriptsPanel¶
Overview¶
The panel that displays the attached scripts. More…
class ScriptsPanel: public VisualElement { public: // methods ScriptsPanel( BaseActionData data, SerializedObject serializedObject, Action onClose ); };
Detailed Documentation¶
The panel that displays the attached scripts.
Methods¶
ScriptsPanel( BaseActionData data, SerializedObject serializedObject, Action onClose )
Initializes a new instance of the ScriptsPanel class.
Parameters:
data |
The base action data. |
serializedObject |
The serialized object ref. |
onClose |
Action to invoke when panel is closed. |