com.threerings.tudey.config
Class ActionConfig.WeightedAction
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ActionConfig.WeightedAction
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ActionConfig
public static class ActionConfig.WeightedAction
- extends DeepObject
- implements Exportable
Combines an action with a weight.
weight
@Editable(min=0.0,
step=0.01)
@Strippable
public float weight
- The weight of the action.
action
@Editable
public ActionConfig action
- The action itself.
ActionConfig.WeightedAction
public ActionConfig.WeightedAction()
Copyright © 2011. All Rights Reserved.