Ejemplo n.º 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);
 }
Ejemplo n.º 2
0
 private static extern void _EachArbiter(IntPtr handle, EachArbiterDelegate del);