Beispiel #1
0
 public void applyCache(physx.PxArticulationCachePtr cache, physx.PxArticulationCacheFlagsPtr flag)
 {
     physx.PxArticulationReducedCoordinatePtr pvk_in_this  = this;
     physx.PxArticulationCachePtr             pvk_in_cache = cache;
     physx.PxArticulationCacheFlagsPtr        pvk_in_flag  = flag;
     void_PxArticulationReducedCoordinatePtr_applyCachePtr_PxArticulationCachePtr_PxArticulationCacheFlagsPtr_C(pvk_in_this, pvk_in_cache, pvk_in_flag);
 }
Beispiel #2
0
 public void copyInternalStateToCache(physx.PxArticulationCachePtr cache, physx.PxArticulationCacheFlagsPtr flag)
 {
     physx.PxArticulationReducedCoordinatePtr pvk_in_this  = this;
     physx.PxArticulationCachePtr             pvk_in_cache = cache;
     physx.PxArticulationCacheFlagsPtr        pvk_in_flag  = flag;
     void_const_PxArticulationReducedCoordinatePtr_copyInternalStateToCachePtr_PxArticulationCachePtr_PxArticulationCacheFlagsPtr_C(pvk_in_this, pvk_in_cache, pvk_in_flag);
 }
Beispiel #3
0
        public void applyCache(physx.PxArticulationCachePtr cache, physx.PxArticulationCacheFlagsPtr flag, bool autowake = true)
        {
            physx.PxArticulationReducedCoordinatePtr pvk_in_this  = this;
            physx.PxArticulationCachePtr             pvk_in_cache = cache;
            physx.PxArticulationCacheFlagsPtr        pvk_in_flag  = flag;
            bool pvk_in_autowake = autowake;

            void_PxArticulationReducedCoordinatePtr_applyCachePtr_PxArticulationCachePtr_PxArticulationCacheFlagsPtr_bool_C_(pvk_in_this, pvk_in_cache, pvk_in_flag, pvk_in_autowake);
        }
Beispiel #4
0
 internal static extern void void_PxArticulationReducedCoordinatePtr_applyCachePtr_PxArticulationCachePtr_PxArticulationCacheFlagsPtr_C(physx.PxArticulationReducedCoordinatePtr pvk_this, physx.PxArticulationCachePtr pvk_cache, physx.PxArticulationCacheFlagsPtr pvk_flag);
Beispiel #5
0
 internal static extern void void_const_PxArticulationReducedCoordinatePtr_copyInternalStateToCachePtr_PxArticulationCachePtr_PxArticulationCacheFlagsPtr_C(physx.PxArticulationReducedCoordinatePtr pvk_this, physx.PxArticulationCachePtr pvk_cache, physx.PxArticulationCacheFlagsPtr pvk_flag);
Beispiel #6
0
 internal static extern void void_PxArticulationReducedCoordinatePtr_applyCachePtr_PxArticulationCachePtr_PxArticulationCacheFlagsPtr_bool_C_(physx.PxArticulationReducedCoordinatePtr pvk_this, physx.PxArticulationCachePtr pvk_cache, physx.PxArticulationCacheFlagsPtr pvk_flag, bool pvk_autowake);