BulletCSharp.btVertexBufferDescriptor.getBufferType C# (CSharp) 메소드

getBufferType() 공개 메소드

public getBufferType ( ) : btVertexBufferDescriptor.BufferTypes
리턴 btVertexBufferDescriptor.BufferTypes
        public virtual btVertexBufferDescriptor.BufferTypes getBufferType()
        {
            btVertexBufferDescriptor.BufferTypes ret = (btVertexBufferDescriptor.BufferTypes)BulletSoftBodyPINVOKE.btVertexBufferDescriptor_getBufferType(swigCPtr);
            return ret;
        }