Exemplo n.º 1
0
 /// Force a body to wake up if it has fallen asleep.
 public void Activate()
 {
     if (_handle != IntPtr.Zero)
     {
         CP.cpBodyActivate(_handle);
     }
 }