| Package | org.b2ox.pv3d.MikuMikuDance |
| Interface | public interface IVMDController |
| Implementors | VMDController |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
applyCurrent():void | IVMDController | ||
applyPose():void | IVMDController | ||
gotoAndPlay(pos:Number):void | IVMDController | ||
gotoAndStop(pos:Number):void | IVMDController | ||
play():void | IVMDController | ||
resetParams():void | IVMDController | ||
stop():void | IVMDController | ||
togglePause():void | IVMDController | ||
update():void | IVMDController | ||
| counterTween | property |
counterTween:ITween [read-only] フレーム数の更新のみを行うtween
public function get counterTween():ITween| looping | property |
looping:Boolean public function get looping():Boolean public function set looping(value:Boolean):void| playing | property |
playing:Boolean [read-only] public function get playing():Boolean| tween | property |
tween:ITween [read-only] ポーズのリセット、フレーム数更新、パラメータ更新、ポーズへの適用を行うtween. counterTween, updaterTweenなどの並列合成になっている
public function get tween():ITween| updaterTween | property |
updaterTween:ITween [read-only] パラメータの更新のみを行うtween
public function get updaterTween():ITween| applyCurrent | () | method |
public function applyCurrent():void| applyPose | () | method |
public function applyPose():void| gotoAndPlay | () | method |
public function gotoAndPlay(pos:Number):voidParameters
pos:Number |
| gotoAndStop | () | method |
public function gotoAndStop(pos:Number):voidParameters
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