FairyGUI.EMRenderSupport.CompareDepth C# (CSharp) Method

CompareDepth() static private method

static private CompareDepth ( EMRenderTarget c1, EMRenderTarget c2 ) : int
c1 EMRenderTarget
c2 EMRenderTarget
return int
        static int CompareDepth(EMRenderTarget c1, EMRenderTarget c2)
        {
            return c1.EM_sortingOrder - c2.EM_sortingOrder;
        }