 == stateInfo.shortNameHash then
这个是短的名字
end
if stateInfo.fullPathHash == Animator.StringToHash("Base Layer.stand") then
这个必须加路径 也就是layer的名字
end
if stateInfo:IsName("Base Layer.stand") then
isName也是有路径名的
end