Esempio n. 1
0
 public void Remove(IPropertyAnimation propertyAnimation)
 {
     PropertyAnimations.Remove(propertyAnimation);
 }
Esempio n. 2
0
 void IEditableNodeAnimationCollection.RemovePropertyAnimation(ulong propertyAnimationId, PropertyType property)
 {
     PropertyAnimations.Remove(property);
     _messageBus.Publish(new PropertyAnimationRemoved(propertyAnimationId, Animation.Id, Node.Id, property));
 }