mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-14 02:09:08 +01:00
50 lines
1.3 KiB
YAML
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
|