UnityEditor.FilteredHierarchyProperty.Next C# (CSharp) Method

Next() public method

public Next ( int expanded ) : bool
expanded int
return bool
        public bool Next(int[] expanded)
        {
            this.m_Position++;
            return (this.m_Position < this.m_Hierarchy.results.Length);
        }