public void Clear()
 {
     Native.AccessPropertyAsInt(this, Native.Property.Instance, Native.Mode.Clear, 0);
 }
 public void SetPalmAnchor(HandAnchorType type)
 {
     Native.AccessPropertyAsInt(this, Native.Property.BodyHandAnchorType, Native.Mode.Set, (int)type);
 }
 public void ClearLastError()
 {
     Native.AccessPropertyAsInt(this, Native.Property.LastError, Native.Mode.Clear, 0);
 }