TuxedoBerries.ScenePanel.Drawers.ScreenshotDrawer.GetContent C# (CSharp) 메소드

GetContent() 개인적인 메소드

private GetContent ( string label, string tooltip ) : GUIContent
label string
tooltip string
리턴 UnityEngine.GUIContent
        private GUIContent GetContent(string label, string tooltip)
        {
            return _contentCache.GetContent (label, tooltip);
        }