예제 #1
0
 public static void DrawContentDockerAbsolute(GUIContentDocker docker, Vector4 rectab)
 {
     docker.Draw(rectab);
 }
예제 #2
0
        public static void DrawContentDocker(GUIContentDocker docker, Vector4 rect)
        {
            var rectab = GetAbsoluteRect(rect);

            DrawContentDockerAbsolute(docker, rectab);
        }