|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.model.config.InfluenceFlagConfig
public class InfluenceFlagConfig
Contains a set of flags for different kinds of influences.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
com.threerings.io.Streamable.Closure |
| Field Summary | |
|---|---|
boolean |
definitions
Whether or not to enable definition influences. |
boolean |
fog
Whether or not to enable fog influences. |
boolean |
lights
Whether or not to enable light influences. |
boolean |
projections
Whether or not to enable projection influences. |
| Constructor Summary | |
|---|---|
InfluenceFlagConfig()
Default constructor. |
|
InfluenceFlagConfig(boolean value)
Creates a new config. |
|
InfluenceFlagConfig(boolean fog,
boolean lights,
boolean projections,
boolean definitions)
Creates a new config. |
|
| Method Summary | |
|---|---|
int |
getFlags()
Returns the set of influence flags corresponding to this config. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(hgroup="i") public boolean fog
@Editable(hgroup="i") public boolean lights
@Editable(hgroup="i") public boolean projections
@Editable(hgroup="i") public boolean definitions
| Constructor Detail |
|---|
public InfluenceFlagConfig()
public InfluenceFlagConfig(boolean value)
public InfluenceFlagConfig(boolean fog,
boolean lights,
boolean projections,
boolean definitions)
| Method Detail |
|---|
public int getFlags()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||