com.threerings.tudey.config
Class BehaviorConfig.Evaluating

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.BehaviorConfig.Implementation
          extended by com.threerings.tudey.config.BehaviorConfig.Original
              extended by 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.


Field Summary
 FloatVariable evaluationInterval
          The variable that determines how long we wait between evaluations.
 
Constructor Summary
BehaviorConfig.Evaluating()
           
 
Method Summary
 
Methods inherited from class com.threerings.tudey.config.BehaviorConfig.Original
getLogicClassName, getOriginal
 
Methods inherited from class com.threerings.tudey.config.BehaviorConfig.Implementation
getUpdateReferences, invalidate
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

evaluationInterval

@Editable(min=0.0,
          step=0.1)
public FloatVariable evaluationInterval
The variable that determines how long we wait between evaluations.

Constructor Detail

BehaviorConfig.Evaluating

public BehaviorConfig.Evaluating()


Copyright © 2011. All Rights Reserved.