AnimationIntAdd のバックアップ(No.1)


概要 Edit

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

パラメータ Edit

Recievers対象のAnimator
VariableAnimatorのパラメータ名
Operation加算する値

元となるVRC_TriggerのAction名 Edit

AnimationInt

Udon実装概要 Edit

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