com.threerings.opengl.scene
Class DefinerInfluence
java.lang.Object
com.threerings.util.ShallowObject
com.threerings.opengl.scene.SceneInfluence
com.threerings.opengl.scene.DefinerInfluence
- All Implemented Interfaces:
- SceneObject
public class DefinerInfluence
- extends SceneInfluence
Represents the influence of a variable definer.
DefinerInfluence
public DefinerInfluence(Tuple<String,Object>[] definitions)
- Creates a new definer influence object.
getDefinitions
public Tuple<String,Object>[] getDefinitions()
- Description copied from class:
SceneInfluence
- Returns the definitions associated with this influence, or
null for none.
- Overrides:
getDefinitions in class SceneInfluence
Copyright © 2011. All Rights Reserved.