BulletCSharp.btDefaultSoftBodySolver.copySoftBodyToVertexBuffer C# (CSharp) 메소드

copySoftBodyToVertexBuffer() 공개 메소드

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