예제 #1
0
        public uint getConvexMeshes(physx.PxConvexMeshPtr *userBuffer, uint bufferSize)
        {
            physx.PxPhysicsPtr     pvk_in_this       = this;
            physx.PxConvexMeshPtr *pvk_in_userBuffer = userBuffer;
            uint pvk_in_bufferSize = bufferSize;

            return(uint_const_PxPhysicsPtr_getConvexMeshesPtr_PxConvexMeshPtr_uint_(pvk_in_this, pvk_in_userBuffer, pvk_in_bufferSize));
        }
예제 #2
0
 internal static extern uint uint_const_PxPhysicsPtr_getConvexMeshesPtr_PxConvexMeshPtr_uint_uint_(physx.PxPhysicsPtr pvk_this, physx.PxConvexMeshPtr *pvk_userBuffer, uint pvk_bufferSize, uint pvk_startIndex);