UnityToolbag.AnimParamsAttribute.AnimParamsAttribute C# (CSharp) 메소드

AnimParamsAttribute() 공개 메소드

Show the parameters of an Animator as a drop down in the inspector
public AnimParamsAttribute ( string animatorPropName ) : System
animatorPropName string The field name of an Animator component in the same MonoBehaviour
리턴 System
        public AnimParamsAttribute(string animatorPropName)
        {
            animPath = animatorPropName;
            isConfig = false;
        }

Same methods

AnimParamsAttribute::AnimParamsAttribute ( string configPath, bool isConfig ) : System
AnimParamsAttribute