RectTransformAnimationBehaviourDrawer.cs 221 B

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