GetBindPoint

AnimationNode.GetBindPoint method

指定されたプロパティのアニメーション バインド ポイントを取得します。

public BindPoint GetBindPoint(A3DObject target, string propName, bool create)
パラメータタイプ説明
targetA3DObjectバインド ポイントを作成するオブジェクト。
propNameStringプロパティの名前。
createBooleanに設定した場合真実バインド ポイントが存在しない場合は作成します。

戻り値

バインドポイント。

関連項目