com.threerings.tudey.data
Class TudeySceneModel.PaintConfigMapping
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.data.TudeySceneModel.PaintConfigMapping
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TudeySceneModel
protected static class TudeySceneModel.PaintConfigMapping
- extends DeepObject
- implements Exportable
Represents a type of paint identified by an integer id.
paintable
public ConfigReference<? extends PaintableConfig> paintable
- The paintable configuration.
count
public transient int count
- The number of paint entries of this type.
TudeySceneModel.PaintConfigMapping
public TudeySceneModel.PaintConfigMapping(ConfigReference<? extends PaintableConfig> paintable)
TudeySceneModel.PaintConfigMapping
public TudeySceneModel.PaintConfigMapping()