com.threerings.opengl.compositor
Interface Dependency.Adder

Enclosing class:
Dependency

public static interface Dependency.Adder

An interface for objects that add dependendencies to the compositor.


Method Summary
 boolean add()
          Adds the dependency.
 

Method Detail

add

boolean add()
Adds the dependency.

Returns:
true if the dependency was added, false if the dependency cannot be added and the current Compositable should not be rendered.


Copyright © 2011. All Rights Reserved.