Base mesh class for all the gameObject instances with mesh-related behaviour. Implement this base class to any script that will work with Unity meshes and Mesh Deformation Package.
In the MD Package, the nested inheritation continues to the
MD_ModifierBase (modifiers) and
MD_GeometryBase (geometry and primitives).