1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-29 07:48:20 +02:00
MLEM/Docs/api/MLEM.Ui.Elements.Element.DrawCallback.yml
2020-05-21 01:08:36 +02:00

95 lines
2.7 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: MLEM.Ui.Elements.Element.DrawCallback
commentId: T:MLEM.Ui.Elements.Element.DrawCallback
id: Element.DrawCallback
parent: MLEM.Ui.Elements
children: []
langs:
- csharp
- vb
name: Element.DrawCallback
nameWithType: Element.DrawCallback
fullName: MLEM.Ui.Elements.Element.DrawCallback
type: Delegate
source:
remote:
path: MLEM.Ui/Elements/Element.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawCallback
path: ../MLEM.Ui/Elements/Element.cs
startLine: 532
assemblies:
- MLEM.Ui
namespace: MLEM.Ui.Elements
syntax:
content: public delegate void DrawCallback(Element element, GameTime time, SpriteBatch batch, float alpha);
parameters:
- id: element
type: MLEM.Ui.Elements.Element
- id: time
type: Microsoft.Xna.Framework.GameTime
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
- id: alpha
type: System.Single
content.vb: Public Delegate Sub DrawCallback(element As Element, time As GameTime, batch As SpriteBatch, alpha As Single)
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references:
- uid: MLEM.Ui.Elements
commentId: N:MLEM.Ui.Elements
name: MLEM.Ui.Elements
nameWithType: MLEM.Ui.Elements
fullName: MLEM.Ui.Elements
- uid: MLEM.Ui.Elements.Element
commentId: T:MLEM.Ui.Elements.Element
parent: MLEM.Ui.Elements
name: Element
nameWithType: Element
fullName: MLEM.Ui.Elements.Element
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
isExternal: true
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
parent: Microsoft.Xna.Framework.Graphics
isExternal: true
name: SpriteBatch
nameWithType: SpriteBatch
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
- uid: Microsoft.Xna.Framework.Graphics
commentId: N:Microsoft.Xna.Framework.Graphics
isExternal: true
name: Microsoft.Xna.Framework.Graphics
nameWithType: Microsoft.Xna.Framework.Graphics
fullName: Microsoft.Xna.Framework.Graphics
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System