Version: 2017.1

AnimatorControllerParameter

class in UnityEngine

매뉴얼로 전환

설명

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.

변수

defaultBoolThe default bool value for the parameter.
defaultFloatThe default float value for the parameter.
defaultIntThe default int value for the parameter.
nameThe name of the parameter.
nameHashReturns the hash of the parameter based on its name.
typeThe type of the parameter.