v0.58
BlendShapeProxy
BlendShapeKeyのインタフェースを厳格化、整理
BlendShapeKeyを作成する方法が不明瞭だったため、 より明示的な API に置き換えました。
- BlendShapeClip.Key 追加
arguments | before | after | 備考 |
---|---|---|---|
string name, BlendShapePreset preset | public constructor | private constructor | BlendShapePreset.Unknownのときの挙動が不明瞭だった。代わりに、CreateFromPreset または CreateUnknown を使用してください |
BlendShapeClip | BlendShapeKey.CreateFrom | BlendShapeKey.CreateFromClip | 他の関数に合わせて、名前を変更 |
BlendShapePreset | public constructor | BlendShapeKey.CreateFromPreset | オーバーロードをやめて明示的な関数に変更 |
string | public constructor | BlendShapeKey.CreateUnknown | オーバーロードをやめて明示的な関数に変更。 |
使用するメソッド
- [推奨]
SetValues
- [非推奨]
ImmediatelySetValue
- [上級者向け]
AccumulateValue
- [上級者向け]
Apply