using System.Collections; using System.Collections.Generic; using UnityEngine; public class EventEffect : AnimationEventBase { public string effectName; public bool attached; public string bone; public Vector3 position; public Quaternion rotation; public Vector3 scale; }