Пример #1
0
        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(PhysicsOutputParameters obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }