예제 #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(IRigidBodyForceGenerator obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #2
0
 public void Remove(RigidBody body, IRigidBodyForceGenerator fg)
 {
     PhysicsEngineForFunPINVOKE.RigidBodyForceRegistry_Remove(swigCPtr, RigidBody.getCPtr(body), IRigidBodyForceGenerator.getCPtr(fg));
 }