1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-09 16:19:16 +02:00
MLEM/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth.yml
2020-05-21 01:08:36 +02:00

105 lines
3.1 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
id: IndividualTiledMapRenderer.GetDepth
parent: MLEM.Extended.Tiled
children: []
langs:
- csharp
- vb
name: IndividualTiledMapRenderer.GetDepth
nameWithType: IndividualTiledMapRenderer.GetDepth
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
type: Delegate
source:
remote:
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: GetDepth
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
startLine: 86
assemblies:
- MLEM.Extended
namespace: MLEM.Extended.Tiled
syntax:
content: public delegate float GetDepth(TiledMapTile tile, TiledMapTileLayer layer, int layerIndex, Point position);
parameters:
- id: tile
type: MonoGame.Extended.Tiled.TiledMapTile
- id: layer
type: MonoGame.Extended.Tiled.TiledMapTileLayer
- id: layerIndex
type: System.Int32
- id: position
type: Microsoft.Xna.Framework.Point
return:
type: System.Single
content.vb: Public Delegate Function GetDepth(tile As TiledMapTile, layer As TiledMapTileLayer, layerIndex As Integer, position As Point) As Single
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references:
- uid: MLEM.Extended.Tiled
commentId: N:MLEM.Extended.Tiled
name: MLEM.Extended.Tiled
nameWithType: MLEM.Extended.Tiled
fullName: MLEM.Extended.Tiled
- uid: MonoGame.Extended.Tiled.TiledMapTile
commentId: T:MonoGame.Extended.Tiled.TiledMapTile
parent: MonoGame.Extended.Tiled
isExternal: true
name: TiledMapTile
nameWithType: TiledMapTile
fullName: MonoGame.Extended.Tiled.TiledMapTile
- uid: MonoGame.Extended.Tiled.TiledMapTileLayer
commentId: T:MonoGame.Extended.Tiled.TiledMapTileLayer
parent: MonoGame.Extended.Tiled
isExternal: true
name: TiledMapTileLayer
nameWithType: TiledMapTileLayer
fullName: MonoGame.Extended.Tiled.TiledMapTileLayer
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
name: Int32
nameWithType: Int32
fullName: System.Int32
- uid: Microsoft.Xna.Framework.Point
commentId: T:Microsoft.Xna.Framework.Point
parent: Microsoft.Xna.Framework
isExternal: true
name: Point
nameWithType: Point
fullName: Microsoft.Xna.Framework.Point
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: MonoGame.Extended.Tiled
commentId: N:MonoGame.Extended.Tiled
isExternal: true
name: MonoGame.Extended.Tiled
nameWithType: MonoGame.Extended.Tiled
fullName: MonoGame.Extended.Tiled
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework