UnityEditor.FilteredHierarchyProperty.NextWithDepthCheck C# (CSharp) Method

NextWithDepthCheck() public method

public NextWithDepthCheck ( int expanded, int minDepth ) : bool
expanded int
minDepth int
return bool
        public bool NextWithDepthCheck(int[] expanded, int minDepth)
        {
            return this.Next(expanded);
        }