Public Member Functions | |
| void | AddAnimation (ViewTransitionAnimation animation) |
| Adds animation to this group. | |
| ViewTransitionAnimationGroup | Clone () |
| void | RemoveAnimation (ViewTransitionAnimation animation) |
| Removes animation from this group. | |
| void | SetUid (Guid uid) |
| Sets new Uid for this animation group, and creates new shared uid for all animations in this group. | |
Properties | |
| IEnumerable< ViewTransitionAnimation > | Animations [get] |
| Returns all animations, applied to this group. | |
| string | Icon [get, set] |
| Returns the name of the animation group. | |
| string | Name [get, set] |
| Returns the name of the animation group. | |
| Guid | Uid [get, set] |
| Identifier for this item. | |
|
inline |
Adds animation to this group.
| animation | Animation to add. |
|
inline |
|
inline |
Removes animation from this group.
| animation | Animation to remove. |
Sets new Uid for this animation group, and creates new shared uid for all animations in this group.
| uid |
|
get |
Returns all animations, applied to this group.
|
getset |
Returns the name of the animation group.
|
getset |
Returns the name of the animation group.
|
getset |
Identifier for this item.