UnityEngine.GUISkin.Apply C# (CSharp) Method

Apply() private method

private Apply ( ) : void
return void
        internal void Apply()
        {
            if (this.m_CustomStyles == null)
            {
                Debug.Log("custom styles is null");
            }
            this.BuildStyleCache();
        }