com.badlogic.gdx.graphics.g3d.decals
Interface GroupPlug


public interface GroupPlug

Handles a single group's pre and post render arrangements. Can be plugged into PluggableGroupStrategy to build modular GroupStrategies.


Method Summary
 void afterGroup()
           
 void beforeGroup(Array<Decal> contents)
           
 

Method Detail

beforeGroup

void beforeGroup(Array<Decal> contents)

afterGroup

void afterGroup()


Copyright © 2013. All Rights Reserved.