using UnityEngine; public class EventMesh_FadeOut : AnimationEventBase { public override TimelineEventProxy.EEventType type { get { return TimelineEventProxy.EEventType.EventMesh_FadeOut; } } public override string shortName { get { return "O"; } } }