BulletCSharp.btVertexBufferDescriptor.hasNormals C# (CSharp) Method

hasNormals() public method

public hasNormals ( ) : bool
return bool
        public virtual bool hasNormals()
        {
            bool ret = BulletSoftBodyPINVOKE.btVertexBufferDescriptor_hasNormals(swigCPtr);
            return ret;
        }