예제 #1
0
    public void Paint(Point point, MapSegmentPaletteSelection selection, Vector2[] uvs)
    {
        if (CurrentLayer == null)
        {
            return;
        }

        CurrentLayer.Paint(point, selection, uvs);
    }