AnimationIntAdd の変更点

Top > AnimationIntAdd

**概要 [#zf7a8f1b]

AnimatorのIntパラメータを加算する。

**パラメータ [#w4340448]

|SIZE(16):Recievers|SIZE(16):対象のAnimator|
|SIZE(16):Variable|SIZE(16):Animatorのパラメータ名|
|SIZE(16):&size(16){Operation};|SIZE(16):加算する値|

**元となるVRC_TriggerのAction名 [#n44320df]
AnimationInt

AnimationIntAdd

**Udon実装概要 [#q92d5a8b]

Animator.SetIntで現在値+指定値をセットする。