using UnityEngine; public static class GlobalAnimatorProperty { // ===================== state name hash ======================= public static readonly int _playStateNameHash = Animator.StringToHash("play"); // ===================== /state name hash ======================= }