class MAGES::MeshDeformations::Editor::Triangular2PlaneCuttableEditor

Custom Editor for Triangular2PlaneCuttable. Provides buttons to reset the mesh and perform a cut using a local cutter, as well as displaying the last removed part.

class Triangular2PlaneCuttableEditor: public UnityEditor.Editor
{
public:
    // methods

    override void OnInspectorGUI();
};