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);
        }