CanvasGroupAnimationBehaviourDrawer.cs 214 B

123456789
  1. using UnityEditor;
  2. namespace UnityUIPlayables.Editor
  3. {
  4. [CustomPropertyDrawer(typeof(CanvasGroupAnimationBehaviour))]
  5. public class CanvasGroupAnimationBehaviourDrawer : PlayableBehaviourDrawer
  6. {
  7. }
  8. }