com.threerings.tudey.config
Class BehaviorConfig.Evaluating
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.BehaviorConfig.Implementation
com.threerings.tudey.config.BehaviorConfig.Original
com.threerings.tudey.config.BehaviorConfig.Evaluating
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- BehaviorConfig.Follow, BehaviorConfig.Patrol, BehaviorConfig.Random, BehaviorConfig.Wander
- Enclosing class:
- BehaviorConfig
public abstract static class BehaviorConfig.Evaluating
- extends BehaviorConfig.Original
Base class for behaviors that require periodic (re)evaluation.
evaluationInterval
@Editable(min=0.0,
step=0.1)
public FloatVariable evaluationInterval
- The variable that determines how long we wait between evaluations.
BehaviorConfig.Evaluating
public BehaviorConfig.Evaluating()
Copyright © 2011. All Rights Reserved.