class MAGES::SceneGraph::ActionGameObjectEditor¶
property Drawer of the collection of all the properties an object needs in an Action.
class ActionGameObjectEditor: public PropertyDrawer
{
public:
// methods
override void OnGUI(
Rect position,
SerializedProperty property,
GUIContent label
);
override float GetPropertyHeight(SerializedProperty property, GUIContent label);
};