virtual void swap_layers( int layer1, int layer2);
Swaps two layers - subsequently layer layer1 will be moved to layer position layer2 and vice versa.
Back to index