BulletCSharp.btVertexBufferDescriptor.getNormalOffset C# (CSharp) Method

getNormalOffset() public method

public getNormalOffset ( ) : int
return int
        public virtual int getNormalOffset()
        {
            int ret = BulletSoftBodyPINVOKE.btVertexBufferDescriptor_getNormalOffset(swigCPtr);
            return ret;
        }