class MAGES::SceneGraph::Editor::DescriptionPanel¶
Overview¶
A panel that contains the description data for each action. These data are primarily used by JARIA. More…
class DescriptionPanel: public VisualElement
{
public:
// methods
DescriptionPanel(
BaseActionData data,
SerializedObject serializedObject,
Action onClose
);
};
Detailed Documentation¶
A panel that contains the description data for each action. These data are primarily used by JARIA.
Methods¶
DescriptionPanel(
BaseActionData data,
SerializedObject serializedObject,
Action onClose
)
Initializes a new instance of the DescriptionPanel class.
Parameters:
data |
The action data. |
serializedObject |
The serialized object. |
onClose |
Action to call when the panel is closed. |