BulletCSharp.btDefaultSoftBodySolver.copySoftBodyToVertexBuffer C# (CSharp) Method

copySoftBodyToVertexBuffer() public method

public copySoftBodyToVertexBuffer ( btSoftBody softBody, btVertexBufferDescriptor vertexBuffer ) : void
softBody btSoftBody
vertexBuffer btVertexBufferDescriptor
return void
        public virtual void copySoftBodyToVertexBuffer(btSoftBody softBody, btVertexBufferDescriptor vertexBuffer)
        {
            BulletSoftBodyPINVOKE.btDefaultSoftBodySolver_copySoftBodyToVertexBuffer(swigCPtr, btSoftBody.getCPtr(softBody), btVertexBufferDescriptor.getCPtr(vertexBuffer));
        }