void add_or_update_key(Keyframe f) { Keys[f.Time] = f; FUtil.SafeSendEvent(ModifiedEvent, this, null); }
public Keyframe(Keyframe copy) { Time = copy.Time; Frame = copy.Frame; }