Exemplo n.º 1
0
    public static void DrawWithoutAtlas(LightingBuffer2D buffer, int layer)
    {
        if (drawShadows)
        {
            LightingBufferDefault.DrawShadowsWithoutAtlas(buffer, layer);
        }

        if (drawMask)
        {
            LightingBufferDefault.DrawMaskWithoutAtlas(buffer, layer);
        }
    }
Exemplo n.º 2
0
 void DrawLighting_Default(int layer)
 {
     LightingBufferDefault.DrawShadowsAndMask(this, layer);
 }