class MAGES::SceneGraph::Editor::ActionGameObjectCollectionEditor

Property Drawer of the Action Game Object Collection.

class ActionGameObjectCollectionEditor: public PropertyDrawer
{
public:
    // methods

    override float GetPropertyHeight(SerializedProperty property, GUIContent label);

    override void OnGUI(
        Rect position,
        SerializedProperty property,
        GUIContent label
    );
};