protected override void OnEnable() { base.OnEnable(); transformAnimation = target as EZTransformAnimation; m_PathMode = serializedObject.FindProperty("m_PathMode"); }
protected override void GetOtherProperties() { transformAnimation = target as EZTransformAnimation; m_PathMode = serializedObject.FindProperty("m_PathMode"); }