All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.SFVec3fChannel

java.lang.Object
   |
   +----improv.event.ImprovObservable
           |
           +----improv.actor.behavior.ImprovProperty
                   |
                   +----improv.actor.behavior.Channel
                           |
                           +----improv.actor.behavior.SFVec3fChannel

public final class SFVec3fChannel
extends Channel

Constructor Index

 o SFVec3fChannel()
 o SFVec3fChannel(String)

Method Index

 o finishFrame()
Called by the Actor at the end of each Animation frame.
 o getValue()

Constructors

 o SFVec3fChannel
 public SFVec3fChannel(String s)
 o SFVec3fChannel
 public SFVec3fChannel()

Methods

 o finishFrame
 public void finishFrame()
Called by the Actor at the end of each Animation frame.

Overrides:
finishFrame in class Channel
 o getValue
 public float[] getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index