AnimatorControllerParameter,对应状态机编辑器的parameters
官方API:
class in UnityEngine
/
Implemented in:UnityEngine.AnimationModule
Leave feedback
Used to communicate between scripting and the controller. Some parameters can be set in scripting and used by the controller, while other parameters are based on Custom Curves in Animation Clips and can be sampled using the scripting API.
示例代码见:http://icelily.xyz/wordpress/?p=725
