public PhysicsOutputParameters Update(PhysicsUpdateParams arg0, float deltaTime) { PhysicsOutputParameters ret = new PhysicsOutputParameters(CrankcaseAudioPINVOKE.PhysicsSimulator_Update(swigCPtr, PhysicsUpdateParams.getCPtr(arg0), deltaTime), true); if (CrankcaseAudioPINVOKE.SWIGPendingException.Pending) { throw CrankcaseAudioPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static HandleRef getCPtr(PhysicsUpdateParams obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }