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

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

public NextWithDepthCheck ( int expanded, int minDepth ) : bool
expanded int
minDepth int
Результат bool
        public bool NextWithDepthCheck(int[] expanded, int minDepth)
        {
            return this.Next(expanded);
        }