public void Shear(float shearX, float shearY)
 {
     NativeObject.shear(shearX, shearY);
 }