docs: refactor document folder structure.

This commit is contained in:
2026-03-28 14:35:37 +09:00
parent 1cd0971b4d
commit b194b57e4e
475 changed files with 558 additions and 50790 deletions

View File

@@ -0,0 +1,82 @@
### YamlMime:ManagedReference
items:
- uid: Ghost.Entities.ForEach`2
commentId: T:Ghost.Entities.ForEach`2
id: ForEach`2
parent: Ghost.Entities
children: []
langs:
- csharp
- vb
name: ForEach<T0, T1>
nameWithType: ForEach<T0, T1>
fullName: Ghost.Entities.ForEach<T0, T1>
type: Delegate
source:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 5
assemblies:
- Ghost.Entities
namespace: Ghost.Entities
syntax:
content: 'public delegate void ForEach<T0, T1>(ref T0 component0, ref T1 component1) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent'
parameters:
- id: component0
type: '{T0}'
- id: component1
type: '{T1}'
typeParameters:
- id: T0
- id: T1
content.vb: Public Delegate Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent})(component0 As T0, component1 As T1)
nameWithType.vb: ForEach(Of T0, T1)
fullName.vb: Ghost.Entities.ForEach(Of T0, T1)
name.vb: ForEach(Of T0, T1)
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: '{T0}'
commentId: '!:T0'
definition: T0
name: T0
nameWithType: T0
fullName: T0
- uid: '{T1}'
commentId: '!:T1'
definition: T1
name: T1
nameWithType: T1
fullName: T1
- uid: T0
name: T0
nameWithType: T0
fullName: T0
- uid: T1
name: T1
nameWithType: T1
fullName: T1