Packageorg.papervision3d.core.animation.core
Classpublic class KeyFrameController
InheritanceKeyFrameController Inheritance AbstractController Inheritance flash.events.EventDispatcher
SubclassesMorphController, SimpleController, SkinController



Public Properties
 PropertyDefined by
 Inheritedduration : uint = 0
AbstractController
 Inheritedframes : Array
AbstractController
  geometry : GeometryObject3D
targeted geometry.
KeyFrameController
 Inheritedplaying : Boolean
AbstractController
Protected Properties
 PropertyDefined by
 InheritedcurrentFrame : int = 0
current keyframe.
AbstractController
 Inheritedengine : AnimationEngine
AbstractController
 InheritedfirstFrame : uint = 0
first keyframe
AbstractController
 InheritedlastFrame : uint = 0
last keyframe
AbstractController
 InheritednextFrame : int = 0
next keyframe
AbstractController
 Inheritedsplit : Number
AbstractController
 InheritedtotalFrames : uint = 0
total number of keyframes
AbstractController
Public Methods
 MethodDefined by
  
constructor.
KeyFrameController
 Inherited
AbstractController
 Inherited
findFrameByName(name:String, ignoreTrailingDigits:Boolean):AnimationFrame
AbstractController
 Inherited
gotoAndPlay(frame:uint = 0):void
AbstractController
 Inherited
gotoAndStop(frame:uint = 0):void
AbstractController
 Inherited
play():void
play animation.
AbstractController
 Inherited
stop():void
stop animation.
AbstractController
  
tick(dt:Number):void
KeyFrameController
Property detail
geometryproperty
public var geometry:GeometryObject3D

targeted geometry.

Constructor detail
KeyFrameController()constructor
public function KeyFrameController(geometry:GeometryObject3D)

constructor.

Parameters
geometry:GeometryObject3D — targeted geometry.
Method detail
tick()method
public override function tick(dt:Number):void

Parameters
dt:Number