Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
LeopotamGroup
Animation
SetIntOnStateEnter
C# Class LeopotamGroup.Animation.SetIntOnStateEnter
Set Animator integer parameter to new state on node enter.
Inheritance:
UnityEngine.StateMachineBehaviour
Show file
Open project: Leopotam/LeopotamGroupLibraryUnity
Public Methods
Method
Description
OnStateEnter
(
Animator
animator
,
AnimatorStateInfo
stateInfo
,
int
layerIndex
) :
void
Method Details
OnStateEnter()
public
method
public
OnStateEnter
(
Animator
animator
,
AnimatorStateInfo
stateInfo
,
int
layerIndex
) :
void
animator
UnityEngine.Animator
stateInfo
UnityEngine.AnimatorStateInfo
layerIndex
int
return
void