mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
67 lines
1.5 KiB
YAML
67 lines
1.5 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: MLEM.Misc.AutoTiling.ConnectsTo
|
|
commentId: T:MLEM.Misc.AutoTiling.ConnectsTo
|
|
id: AutoTiling.ConnectsTo
|
|
parent: MLEM.Misc
|
|
children: []
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AutoTiling.ConnectsTo
|
|
nameWithType: AutoTiling.ConnectsTo
|
|
fullName: MLEM.Misc.AutoTiling.ConnectsTo
|
|
type: Delegate
|
|
source:
|
|
remote:
|
|
path: MLEM/Misc/AutoTiling.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: ConnectsTo
|
|
path: ../MLEM/Misc/AutoTiling.cs
|
|
startLine: 28
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Misc
|
|
syntax:
|
|
content: public delegate bool ConnectsTo(int xOff, int yOff);
|
|
parameters:
|
|
- id: xOff
|
|
type: System.Int32
|
|
- id: yOff
|
|
type: System.Int32
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: Public Delegate Function ConnectsTo(xOff As Integer, yOff As Integer) As Boolean
|
|
modifiers.csharp:
|
|
- public
|
|
- delegate
|
|
modifiers.vb:
|
|
- Public
|
|
- Delegate
|
|
references:
|
|
- uid: MLEM.Misc
|
|
commentId: N:MLEM.Misc
|
|
name: MLEM.Misc
|
|
nameWithType: MLEM.Misc
|
|
fullName: MLEM.Misc
|
|
- uid: System.Int32
|
|
commentId: T:System.Int32
|
|
parent: System
|
|
isExternal: true
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|