Exemple #1
0
 public b2Profile GetProfile()
 {
     b2Profile ret = new b2Profile(Box2DPINVOKE.b2World_GetProfile(swigCPtr), false);
     return ret;
 }
Exemple #2
0
 internal static HandleRef getCPtr(b2Profile obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }