static public int ResetInertiaTensor(IntPtr l) { try { UnityEngine.Rigidbody self = (UnityEngine.Rigidbody)checkSelf(l); self.ResetInertiaTensor(); return(0); } catch (Exception e) { return(error(l, e)); } }