UnityEngine.GUISkin.Apply C# (CSharp) 메소드

Apply() 개인적인 메소드

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