예제 #1
0
    public static void DrawWithoutAtlas(LightingBuffer2D buffer, int layer)
    {
        if (drawShadows)
        {
            LightingBufferDefault.DrawShadowsWithoutAtlas(buffer, layer);
        }

        if (drawMask)
        {
            LightingBufferDefault.DrawMaskWithoutAtlas(buffer, layer);
        }
    }