Universe.Physics.BulletSPlugin.ShapeInfoInfo.GetVerticesPerHull C# (CSharp) Method

GetVerticesPerHull() public method

public GetVerticesPerHull ( int hullNum ) : int
hullNum int
return int
        public int GetVerticesPerHull(int hullNum)
        {
            if (m_verticesPerHull != null && hullNum < m_verticesPerHull.Length)
            {
                return m_verticesPerHull[hullNum];
            }
            return 0;
        }
        public override string ToString()