扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
Namespace: UnityEngine
Information about the current or next state.
AnimatorStateInfo.nameHash
var nameHash: int;DescriptionName of the State.
The hash is generated using Animator::StringToHash. The string to pass should include the parent layer's name. For example, if you have aRun
state in the Base Layer
the string to generate the hash will be Base Layer.Run
.
AnimatorStateInfo.normalizedTimeNormalized time of the State.
The integer part is the number of time a state has been looped. The fractional part is the % (0-1) of progress in the current loop.我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流