|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.util.ShallowObject
com.threerings.opengl.scene.SceneInfluence
com.threerings.opengl.scene.DefinerInfluence
public class DefinerInfluence
Represents the influence of a variable definer.
| Field Summary | |
|---|---|
protected Tuple<String,Object>[] |
_definitions
The definer's definitions. |
| Fields inherited from class com.threerings.opengl.scene.SceneInfluence |
|---|
_bounds, _lastVisit |
| Constructor Summary | |
|---|---|
DefinerInfluence(Tuple<String,Object>[] definitions)
Creates a new definer influence object. |
|
| Method Summary | |
|---|---|
Tuple<String,Object>[] |
getDefinitions()
Returns the definitions associated with this influence, or null for none. |
| Methods inherited from class com.threerings.opengl.scene.SceneInfluence |
|---|
getAmbientLight, getBounds, getFogState, getLight, getProjection, reset, updateLastVisit |
| Methods inherited from class com.threerings.util.ShallowObject |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Tuple<String,Object>[] _definitions
| Constructor Detail |
|---|
public DefinerInfluence(Tuple<String,Object>[] definitions)
| Method Detail |
|---|
public Tuple<String,Object>[] getDefinitions()
SceneInfluencenull for none.
getDefinitions in class SceneInfluence
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||