class MAGES::MeshDeformations::Triangular2PlaneCuttable::CutEvent

Event invoked after a successful cut, with the removed part GameObject as a parameter.

class CutEvent: public UnityEvent< GameObject >
{
};