public void EnableSmoothGrabbing()
 {
     Native.AccessPropertyAsBool(this, Native.Property.BodyEnableSmoothGrabbing, Native.Mode.Call, true);
 }
 public void GenerateDefaultClickAnchors()
 {
     Native.AccessPropertyAsBool(this, Native.Property.BodyGenerateDefaultClickAnchors, Native.Mode.Call, true);
 }