All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.clay.NodeVec2Array
java.lang.Object
|
+----EDU.gatech.cc.is.clay.Node
|
+----EDU.gatech.cc.is.clay.NodeVec2Array
- 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
- Version:
- $Revision: 1.2 $
- Author:
- Tucker Balch
-
NodeVec2Array()
-
-
Value(long)
- Get the Vec2 array output.
NodeVec2Array
public NodeVec2Array()
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
All Packages Class Hierarchy This Package Previous Next Index