1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-18 11:24:31 +02:00
MLEM/Docs/api/MLEM.Animations.SpriteAnimation.Completed.yml
2020-05-21 01:08:36 +02:00

50 lines
1.3 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: MLEM.Animations.SpriteAnimation.Completed
commentId: T:MLEM.Animations.SpriteAnimation.Completed
id: SpriteAnimation.Completed
parent: MLEM.Animations
children: []
langs:
- csharp
- vb
name: SpriteAnimation.Completed
nameWithType: SpriteAnimation.Completed
fullName: MLEM.Animations.SpriteAnimation.Completed
type: Delegate
source:
remote:
path: MLEM/Animations/SpriteAnimation.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: Completed
path: ../MLEM/Animations/SpriteAnimation.cs
startLine: 140
assemblies:
- MLEM
namespace: MLEM.Animations
syntax:
content: public delegate void Completed(SpriteAnimation animation);
parameters:
- id: animation
type: MLEM.Animations.SpriteAnimation
content.vb: Public Delegate Sub Completed(animation As SpriteAnimation)
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references:
- uid: MLEM.Animations
commentId: N:MLEM.Animations
name: MLEM.Animations
nameWithType: MLEM.Animations
fullName: MLEM.Animations
- uid: MLEM.Animations.SpriteAnimation
commentId: T:MLEM.Animations.SpriteAnimation
parent: MLEM.Animations
name: SpriteAnimation
nameWithType: SpriteAnimation
fullName: MLEM.Animations.SpriteAnimation