Skip to content

Commit

Permalink
Update TMPAnimationClipEditor.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca3317 authored Jan 7, 2025
1 parent e13935d commit 12944bf
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Package/Editor/Timeline/TMPAnimationClipEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,5 @@ public override void DrawBackground(TimelineClip clip, ClipBackgroundRegion regi
TMPEffectsClipEditorUtility.DrawBackground(clip, region, modClip.entryDuration, modClip.exitDuration,
modClip.entryCurve, modClip.exitCurve);
}

public override ClipDrawOptions GetClipOptions(TimelineClip clip)
{
return new ClipDrawOptions()
{
tooltip = "My tooltip :)",
hideScaleIndicator = true
};
}
}
}
}

0 comments on commit 12944bf

Please sign in to comment.