|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.tools.ConfigTool.EditableReference<GroundConfig>
com.threerings.tudey.tools.GroundBrush.GroundReference
protected static class GroundBrush.GroundReference
Allows us to edit the ground reference.
| Field Summary | |
|---|---|
ConfigReference<GroundConfig> |
ground
The ground reference. |
int |
height
The height of the brush. |
int |
width
The width of the brush. |
| Constructor Summary | |
|---|---|
protected |
GroundBrush.GroundReference()
|
| Method Summary | |
|---|---|
ConfigReference<GroundConfig> |
getReference()
Returns a reference to the config reference. |
void |
setReference(ConfigReference<GroundConfig> ref)
Sets the config reference. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(nullable=true) public ConfigReference<GroundConfig> ground
@Editable(min=1.0,
hgroup="d")
public int width
@Editable(min=1.0,
hgroup="d")
public int height
| Constructor Detail |
|---|
protected GroundBrush.GroundReference()
| Method Detail |
|---|
public ConfigReference<GroundConfig> getReference()
ConfigTool.EditableReference
getReference in class ConfigTool.EditableReference<GroundConfig>public void setReference(ConfigReference<GroundConfig> ref)
ConfigTool.EditableReference
setReference in class ConfigTool.EditableReference<GroundConfig>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||