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