UnityEditor.AudioMixerGroupSelector.GroupTreeViewGUI.GetNumRowsOnPageUpDown C# (CSharp) Méthode

GetNumRowsOnPageUpDown() public méthode

public GetNumRowsOnPageUpDown ( TreeViewItem fromItem, bool pageUp, float heightOfTreeView ) : int
fromItem TreeViewItem
pageUp bool
heightOfTreeView float
Résultat int
            public override int GetNumRowsOnPageUpDown(TreeViewItem fromItem, bool pageUp, float heightOfTreeView)
            {
                return (int) Mathf.Floor(heightOfTreeView / base.k_LineHeight);
            }