EDU.gatech.cc.is.clay
Class NodeVec2Array

java.lang.Object
  |
  +--EDU.gatech.cc.is.clay.Node
        |
        +--EDU.gatech.cc.is.clay.NodeVec2Array
Direct Known Subclasses:
va_Add_vav, va_FilterClose_va, va_FilterClose1_va, va_FilterOutClose_vva, va_Merge_vav, va_Merge_vava, va_Obstacles_r, va_Opponents_r, va_Persist_va, va_PersistBlend_va, va_Subtract_vav, va_Teammates_r, va_VisualObjects_r

public abstract class NodeVec2Array
extends Node

A Node that returns an array of Vec2 values.

For detailed information on how to configure behaviors, see the Clay page.

Copyright (c)1997, 1998 Tucker Balch


Fields inherited from class EDU.gatech.cc.is.clay.Node
DEBUG, embedded_nodes
 
Constructor Summary
NodeVec2Array()
           
 
Method Summary
abstract  Vec2[] Value(long timestamp)
          Get the Vec2 array output.
 
Methods inherited from class EDU.gatech.cc.is.clay.Node
initTrial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeVec2Array

public NodeVec2Array()
Method Detail

Value

public abstract Vec2[] Value(long timestamp)
Get the Vec2 array output. If you implement a NodeVec2Array, you need to define this method.
Parameters:
timestamp - long, the time of the request