コード例 #1
0
 /// Iterate over all of the arbiters associated with this body.
 /// The delegate is called once for each arbiter.
 public void EachArbiter(EachArbiterDelegate del)
 {
     _EachArbiter(this.handle, del);
 }
コード例 #2
0
 private static extern void _EachArbiter(IntPtr handle, EachArbiterDelegate del);