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