UnityToolbag.AnimParamsAttribute.AnimParamsAttribute C# (CSharp) Méthode

AnimParamsAttribute() public méthode

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
Résultat System
        public AnimParamsAttribute(string animatorPropName)
        {
            animPath = animatorPropName;
            isConfig = false;
        }

Same methods

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