Packageorg.b2ox.pv3d.MikuMikuDance
Classpublic class VMDBoneParamSequence
InheritanceVMDBoneParamSequence Inheritance Object

ボーンパラメータ列の格納



Public Properties
 PropertyDefined By
  boneName : String
VMDBoneParamSequence
Public Methods
 MethodDefined By
  
VMDBoneParamSequence(boneName:String)
コンストラクタ.
VMDBoneParamSequence
  
addBoneParam(frameNo:int, param:VMDBoneParam):void
ボーンパラメータの追加
VMDBoneParamSequence
  
fixSequence(frameLength:int):void
パラメータ列の整理.
VMDBoneParamSequence
  
frameNoにおけるボーンパラメータを得る
VMDBoneParamSequence
Property Detail
boneNameproperty
public var boneName:String

Constructor Detail
VMDBoneParamSequence()Constructor
public function VMDBoneParamSequence(boneName:String)

コンストラクタ.

Parameters
boneName:String — パラメータ列の対象となるボーン名
Method Detail
addBoneParam()method
public function addBoneParam(frameNo:int, param:VMDBoneParam):void

ボーンパラメータの追加

Parameters

frameNo:int — 追加先のフレーム番号
 
param:VMDBoneParam

fixSequence()method 
public function fixSequence(frameLength:int):void

パラメータ列の整理. 全パラメータ登録後に実行すること

Parameters

frameLength:int

getBoneParam()method 
public function getBoneParam(frameNo:int):VMDBoneParam

frameNoにおけるボーンパラメータを得る

Parameters

frameNo:int

Returns
VMDBoneParam