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