UnityEngine.GUILayout.ScrollViewScope.CloseScope C# (CSharp) Method

CloseScope() protected method

protected CloseScope ( ) : void
return void
            protected override void CloseScope()
            {
                GUILayout.EndScrollView(this.handleScrollWheel);
            }
GUILayout.ScrollViewScope