Example #1
0
 private void OnPropertiesRemoved(AnimationPropertiesView.ItemsArg args)
 {
     m_timelineView.RemoveRows(args.Rows, args.Items);
 }
Example #2
0
 private void OnPropertiesAdded(AnimationPropertiesView.ItemsArg args)
 {
     m_timelineView.AddRows(args.Rows, args.Items);
 }