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.Image.TextureCallback.yml
2020-05-21 01:08:36 +02:00

63 lines
1.6 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: MLEM.Ui.Elements.Image.TextureCallback
commentId: T:MLEM.Ui.Elements.Image.TextureCallback
id: Image.TextureCallback
parent: MLEM.Ui.Elements
children: []
langs:
- csharp
- vb
name: Image.TextureCallback
nameWithType: Image.TextureCallback
fullName: MLEM.Ui.Elements.Image.TextureCallback
type: Delegate
source:
remote:
path: MLEM.Ui/Elements/Image.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: TextureCallback
path: ../MLEM.Ui/Elements/Image.cs
startLine: 78
assemblies:
- MLEM.Ui
namespace: MLEM.Ui.Elements
syntax:
content: public delegate TextureRegion TextureCallback(Image image);
parameters:
- id: image
type: MLEM.Ui.Elements.Image
return:
type: MLEM.Textures.TextureRegion
content.vb: Public Delegate Function TextureCallback(image As Image) As TextureRegion
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.Image
commentId: T:MLEM.Ui.Elements.Image
parent: MLEM.Ui.Elements
name: Image
nameWithType: Image
fullName: MLEM.Ui.Elements.Image
- uid: MLEM.Textures.TextureRegion
commentId: T:MLEM.Textures.TextureRegion
parent: MLEM.Textures
name: TextureRegion
nameWithType: TextureRegion
fullName: MLEM.Textures.TextureRegion
- uid: MLEM.Textures
commentId: N:MLEM.Textures
name: MLEM.Textures
nameWithType: MLEM.Textures
fullName: MLEM.Textures