com.threerings.tudey.tools
Class PathDefiner.PathReference
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.tools.ConfigTool.EditableReference<PathConfig>
com.threerings.tudey.tools.PathDefiner.PathReference
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- PathDefiner
protected static class PathDefiner.PathReference
- extends ConfigTool.EditableReference<PathConfig>
Allows us to edit the path reference.
path
@Editable(nullable=true)
public ConfigReference<PathConfig> path
- The path reference.
PathDefiner.PathReference
protected PathDefiner.PathReference()
getReference
public ConfigReference<PathConfig> getReference()
- Description copied from class:
ConfigTool.EditableReference
- Returns a reference to the config reference.
- Specified by:
getReference in class ConfigTool.EditableReference<PathConfig>
setReference
public void setReference(ConfigReference<PathConfig> ref)
- Description copied from class:
ConfigTool.EditableReference
- Sets the config reference.
- Specified by:
setReference in class ConfigTool.EditableReference<PathConfig>