|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Translucent
This interface is used for Translucent objects that are concerned about
being rendered in the correct order. See the TranslucentPass class for more
information. All translucent objects should be drawn through this interface
by adding them to the TranslucentPass via it's
addTranslucent(Context,Translucent) method.
API Stability: Beta.
Method Summary | |
---|---|
void |
drawTranslucent(Context context)
Draws this Translucent. |
net.jinx.math.Vector |
getPosition(Context context)
Provides the position of this Translucent. |
Method Detail |
---|
net.jinx.math.Vector getPosition(Context context)
void drawTranslucent(Context context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |