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