Packageorg.papervision3d.core.animation.controllers
Classpublic class SkinController
InheritanceSkinController Inheritance KeyFrameController Inheritance AbstractController Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
 Inheritedduration : uint = 0
AbstractController
 Inheritedframes : Array
AbstractController
 Inheritedgeometry : GeometryObject3D
targeted geometry.
KeyFrameController
 Inheritedplaying : Boolean
AbstractController
  skin : Skin3D
SkinController
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
  
SkinController(skin:Skin3D, yUp:Boolean = true)
Constructor.
SkinController
 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
SkinController
Property detail
skinproperty
public var skin:Skin3D
Constructor detail
SkinController()constructor
public function SkinController(skin:Skin3D, yUp:Boolean = true)

Constructor.

Parameters
skin:Skin3D
 
yUp:Boolean (default = true)
Method detail
tick()method
public override function tick(dt:Number):void

Parameters
dt:Number — current time in milliseconds