UnityEditor.FilteredHierarchyProperty.Next C# (CSharp) Метод

Next() публичный Метод

public Next ( int expanded ) : bool
expanded int
Результат bool
        public bool Next(int[] expanded)
        {
            this.m_Position++;
            return (this.m_Position < this.m_Hierarchy.results.Length);
        }