105 lines
2.6 KiB
YAML
105 lines
2.6 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Ghost.Entities.ForEachWithEntity`3
|
|
commentId: T:Ghost.Entities.ForEachWithEntity`3
|
|
id: ForEachWithEntity`3
|
|
parent: Ghost.Entities
|
|
children: []
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ForEachWithEntity<T0, T1, T2>
|
|
nameWithType: ForEachWithEntity<T0, T1, T2>
|
|
fullName: Ghost.Entities.ForEachWithEntity<T0, T1, T2>
|
|
type: Delegate
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: ForEachWithEntity
|
|
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
|
|
startLine: 24
|
|
assemblies:
|
|
- Ghost.Entities
|
|
namespace: Ghost.Entities
|
|
syntax:
|
|
content: 'public delegate void ForEachWithEntity<T0, T1, T2>(Entity entity, ref T0 component0, ref T1 component1, ref T2 component2) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent'
|
|
parameters:
|
|
- id: entity
|
|
type: Ghost.Entities.Entity
|
|
- id: component0
|
|
type: '{T0}'
|
|
- id: component1
|
|
type: '{T1}'
|
|
- id: component2
|
|
type: '{T2}'
|
|
typeParameters:
|
|
- id: T0
|
|
- id: T1
|
|
- id: T2
|
|
content.vb: Public Delegate Sub ForEachWithEntity(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent})(entity As Entity, component0 As T0, component1 As T1, component2 As T2)
|
|
nameWithType.vb: ForEachWithEntity(Of T0, T1, T2)
|
|
fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2)
|
|
name.vb: ForEachWithEntity(Of T0, T1, T2)
|
|
references:
|
|
- uid: Ghost.Entities
|
|
commentId: N:Ghost.Entities
|
|
href: Ghost.html
|
|
name: Ghost.Entities
|
|
nameWithType: Ghost.Entities
|
|
fullName: Ghost.Entities
|
|
spec.csharp:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
href: Ghost.html
|
|
- name: .
|
|
- uid: Ghost.Entities
|
|
name: Entities
|
|
href: Ghost.Entities.html
|
|
spec.vb:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
href: Ghost.html
|
|
- name: .
|
|
- uid: Ghost.Entities
|
|
name: Entities
|
|
href: Ghost.Entities.html
|
|
- uid: Ghost.Entities.Entity
|
|
commentId: T:Ghost.Entities.Entity
|
|
parent: Ghost.Entities
|
|
href: Ghost.Entities.Entity.html
|
|
name: Entity
|
|
nameWithType: Entity
|
|
fullName: Ghost.Entities.Entity
|
|
- uid: '{T0}'
|
|
commentId: '!:T0'
|
|
definition: T0
|
|
name: T0
|
|
nameWithType: T0
|
|
fullName: T0
|
|
- uid: '{T1}'
|
|
commentId: '!:T1'
|
|
definition: T1
|
|
name: T1
|
|
nameWithType: T1
|
|
fullName: T1
|
|
- uid: '{T2}'
|
|
commentId: '!:T2'
|
|
definition: T2
|
|
name: T2
|
|
nameWithType: T2
|
|
fullName: T2
|
|
- uid: T0
|
|
name: T0
|
|
nameWithType: T0
|
|
fullName: T0
|
|
- uid: T1
|
|
name: T1
|
|
nameWithType: T1
|
|
fullName: T1
|
|
- uid: T2
|
|
name: T2
|
|
nameWithType: T2
|
|
fullName: T2
|