BulletCSharp.btVertexBufferDescriptor.hasNormals C# (CSharp) Méthode

hasNormals() public méthode

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