Files
GhostEngine/doc/api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.QueryItem.yml
Misaki d8a7b07624 feat(graphics): improve rendering pipeline and docs
- Refactor D3D12 backend and RenderGraph module
- Update graphics RHI and core rendering components
- Add Random.hlsl shader include
- Regenerate API documentation and update user guides
2026-03-27 22:23:44 +09:00

468 lines
16 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem
id: EntityQuery.EntityComponentIterator`1.QueryItem
parent: Ghost.Entities
children:
- Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@)
- Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.component0
- Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.entity
langs:
- csharp
- vb
name: EntityQuery.EntityComponentIterator<T0>.QueryItem
nameWithType: EntityQuery.EntityComponentIterator<T0>.QueryItem
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.QueryItem
type: Struct
source:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 13
assemblies:
- Ghost.Entities
namespace: Ghost.Entities
syntax:
content: public ref struct EntityQuery.EntityComponentIterator<T0>.QueryItem
content.vb: Public Structure EntityQuery.EntityComponentIterator(Of T0).QueryItem
inheritedMembers:
- System.ValueType.Equals(System.Object)
- System.ValueType.GetHashCode
- System.ValueType.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).QueryItem
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).QueryItem
name.vb: EntityQuery.EntityComponentIterator(Of T0).QueryItem
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.entity
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.entity
id: entity
parent: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem
langs:
- csharp
- vb
name: entity
nameWithType: EntityQuery.EntityComponentIterator<T0>.QueryItem.entity
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.QueryItem.entity
type: Field
source:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: entity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 15
assemblies:
- Ghost.Entities
namespace: Ghost.Entities
syntax:
content: public Entity entity
return:
type: Ghost.Entities.Entity
content.vb: Public entity As Entity
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).QueryItem.entity
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).QueryItem.entity
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.component0
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.component0
id: component0
parent: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem
langs:
- csharp
- vb
name: component0
nameWithType: EntityQuery.EntityComponentIterator<T0>.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.QueryItem.component0
type: Field
source:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 17
assemblies:
- Ghost.Entities
namespace: Ghost.Entities
syntax:
content: public ref T0 component0
return:
type: '{T0}'
content.vb: Public component0 As T0
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@)
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@)
id: Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@)
parent: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem
langs:
- csharp
- vb
name: Deconstruct(out Entity, out Ref<T0>)
nameWithType: EntityQuery.EntityComponentIterator<T0>.QueryItem.Deconstruct(out Entity, out Ref<T0>)
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.QueryItem.Deconstruct(out Ghost.Entities.Entity, out Misaki.HighPerformance.LowLevel.Ref<T0>)
type: Method
source:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 25
assemblies:
- Ghost.Entities
namespace: Ghost.Entities
syntax:
content: public void Deconstruct(out Entity entity, out Ref<T0> component0)
parameters:
- id: entity
type: Ghost.Entities.Entity
- id: component0
type: Misaki.HighPerformance.LowLevel.Ref{{T0}}
content.vb: Public Sub Deconstruct(entity As Entity, component0 As Ref(Of T0))
overload: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.Deconstruct*
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).QueryItem.Deconstruct(Entity, Ref(Of T0))
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).QueryItem.Deconstruct(Ghost.Entities.Entity, Misaki.HighPerformance.LowLevel.Ref(Of T0))
name.vb: Deconstruct(Entity, Ref(Of T0))
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: System.ValueType.Equals(System.Object)
commentId: M:System.ValueType.Equals(System.Object)
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
name: Equals(object)
nameWithType: ValueType.Equals(object)
fullName: System.ValueType.Equals(object)
nameWithType.vb: ValueType.Equals(Object)
fullName.vb: System.ValueType.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.ValueType.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.ValueType.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.ValueType.GetHashCode
commentId: M:System.ValueType.GetHashCode
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
name: GetHashCode()
nameWithType: ValueType.GetHashCode()
fullName: System.ValueType.GetHashCode()
spec.csharp:
- uid: System.ValueType.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.ValueType.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: (
- name: )
- uid: System.ValueType.ToString
commentId: M:System.ValueType.ToString
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
name: ToString()
nameWithType: ValueType.ToString()
fullName: System.ValueType.ToString()
spec.csharp:
- uid: System.ValueType.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: (
- name: )
spec.vb:
- uid: System.ValueType.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: (
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.ValueType
commentId: T:System.ValueType
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype
name: ValueType
nameWithType: ValueType
fullName: System.ValueType
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- 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: T0
name: T0
nameWithType: T0
fullName: T0
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.Deconstruct*
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.Deconstruct
href: Ghost.Entities.EntityQuery.EntityComponentIterator-1.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_QueryItem_Deconstruct_Ghost_Entities_Entity__Misaki_HighPerformance_LowLevel_Ref__0___
name: Deconstruct
nameWithType: EntityQuery.EntityComponentIterator<T0>.QueryItem.Deconstruct
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).QueryItem.Deconstruct
- uid: Misaki.HighPerformance.LowLevel.Ref{{T0}}
commentId: T:Misaki.HighPerformance.LowLevel.Ref{`0}
parent: Misaki.HighPerformance.LowLevel
definition: Misaki.HighPerformance.LowLevel.Ref`1
name: Ref<T0>
nameWithType: Ref<T0>
fullName: Misaki.HighPerformance.LowLevel.Ref<T0>
nameWithType.vb: Ref(Of T0)
fullName.vb: Misaki.HighPerformance.LowLevel.Ref(Of T0)
name.vb: Ref(Of T0)
spec.csharp:
- uid: Misaki.HighPerformance.LowLevel.Ref`1
name: Ref
- name: <
- name: T0
- name: '>'
spec.vb:
- uid: Misaki.HighPerformance.LowLevel.Ref`1
name: Ref
- name: (
- name: Of
- name: " "
- name: T0
- name: )
- uid: Misaki.HighPerformance.LowLevel.Ref`1
commentId: T:Misaki.HighPerformance.LowLevel.Ref`1
name: Ref<T>
nameWithType: Ref<T>
fullName: Misaki.HighPerformance.LowLevel.Ref<T>
nameWithType.vb: Ref(Of T)
fullName.vb: Misaki.HighPerformance.LowLevel.Ref(Of T)
name.vb: Ref(Of T)
spec.csharp:
- uid: Misaki.HighPerformance.LowLevel.Ref`1
name: Ref
- name: <
- name: T
- name: '>'
spec.vb:
- uid: Misaki.HighPerformance.LowLevel.Ref`1
name: Ref
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: Misaki.HighPerformance.LowLevel
commentId: N:Misaki.HighPerformance.LowLevel
name: Misaki.HighPerformance.LowLevel
nameWithType: Misaki.HighPerformance.LowLevel
fullName: Misaki.HighPerformance.LowLevel
spec.csharp:
- uid: Misaki
name: Misaki
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
- name: .
- uid: Misaki.HighPerformance.LowLevel
name: LowLevel
spec.vb:
- uid: Misaki
name: Misaki
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
- name: .
- uid: Misaki.HighPerformance.LowLevel
name: LowLevel