Packageorg.b2ox.pv3d.MikuMikuDance
Interfacepublic interface IVMDController
Implementors VMDController

モーションの再生制御



Public Properties
 PropertyDefined By
  counterTween : ITween
[read-only] フレーム数の更新のみを行うtween
IVMDController
  looping : Boolean
IVMDController
  playing : Boolean
[read-only]
IVMDController
  tween : ITween
[read-only] ポーズのリセット、フレーム数更新、パラメータ更新、ポーズへの適用を行うtween.
IVMDController
  updaterTween : ITween
[read-only] パラメータの更新のみを行うtween
IVMDController
Public Methods
 MethodDefined By
  
IVMDController
  
applyPose():void
IVMDController
  
gotoAndPlay(pos:Number):void
IVMDController
  
gotoAndStop(pos:Number):void
IVMDController
  
play():void
IVMDController
  
IVMDController
  
stop():void
IVMDController
  
IVMDController
  
update():void
IVMDController
Property Detail
counterTweenproperty
counterTween:ITween  [read-only]

フレーム数の更新のみを行うtween


Implementation
    public function get counterTween():ITween
loopingproperty 
looping:Boolean


Implementation
    public function get looping():Boolean
    public function set looping(value:Boolean):void
playingproperty 
playing:Boolean  [read-only]


Implementation
    public function get playing():Boolean
tweenproperty 
tween:ITween  [read-only]

ポーズのリセット、フレーム数更新、パラメータ更新、ポーズへの適用を行うtween. counterTween, updaterTweenなどの並列合成になっている


Implementation
    public function get tween():ITween
updaterTweenproperty 
updaterTween:ITween  [read-only]

パラメータの更新のみを行うtween


Implementation
    public function get updaterTween():ITween
Method Detail
applyCurrent()method
public function applyCurrent():void

applyPose()method 
public function applyPose():void

gotoAndPlay()method 
public function gotoAndPlay(pos:Number):void

Parameters

pos:Number

gotoAndStop()method 
public function gotoAndStop(pos:Number):void

Parameters

pos:Number

play()method 
public function play():void

resetParams()method 
public function resetParams():void

stop()method 
public function stop():void

togglePause()method 
public function togglePause():void

update()method 
public function update():void