using System.Collections; using System.Collections.Generic; using UnityEngine; public class EventMesh_VisibilityInMainCamera : AnimationEventBase { public override TimelineEventProxy.EEventType type => TimelineEventProxy.EEventType.EventMesh_VisibilityInMainCamera; public override string shortName => "V"; public bool isVisible; }