Example #1
0
    public CPhysicsProfile GetPhysicsProfile(string ProfileName)
    {
        IntPtr          cPtr = testPINVOKE.CPhysicsManager_GetPhysicsProfile(swigCPtr, ProfileName);
        CPhysicsProfile ret  = (cPtr == IntPtr.Zero) ? null : new CPhysicsProfile(cPtr, false);

        return(ret);
    }
Example #2
0
 internal static HandleRef getCPtr(CPhysicsProfile obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Example #3
0
 public void AddPhysicsProfile(string ProfileName, CPhysicsProfile Profile)
 {
     testPINVOKE.CPhysicsManager_AddPhysicsProfile(swigCPtr, ProfileName, CPhysicsProfile.getCPtr(Profile));
 }