Files
GhostEngine/doc/_site/xrefmap.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

6240 lines
450 KiB
YAML

### YamlMime:XRefMap
sorted: true
references:
- uid: Ghost.Entities
name: Ghost.Entities
href: api/Ghost.Entities.html
commentId: N:Ghost.Entities
fullName: Ghost.Entities
nameWithType: Ghost.Entities
- uid: Ghost.Entities.ChunkView
name: ChunkView
href: api/Ghost.Entities.ChunkView.html
commentId: T:Ghost.Entities.ChunkView
fullName: Ghost.Entities.ChunkView
nameWithType: ChunkView
- uid: Ghost.Entities.ChunkView.EntityCount
name: EntityCount
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_EntityCount
commentId: P:Ghost.Entities.ChunkView.EntityCount
fullName: Ghost.Entities.ChunkView.EntityCount
nameWithType: ChunkView.EntityCount
- uid: Ghost.Entities.ChunkView.EntityCount*
name: EntityCount
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_EntityCount_
commentId: Overload:Ghost.Entities.ChunkView.EntityCount
isSpec: "True"
fullName: Ghost.Entities.ChunkView.EntityCount
nameWithType: ChunkView.EntityCount
- uid: Ghost.Entities.ChunkView.GetComponentData*
name: GetComponentData
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_GetComponentData_
commentId: Overload:Ghost.Entities.ChunkView.GetComponentData
isSpec: "True"
fullName: Ghost.Entities.ChunkView.GetComponentData
nameWithType: ChunkView.GetComponentData
- uid: Ghost.Entities.ChunkView.GetComponentDataRW*
name: GetComponentDataRW
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_GetComponentDataRW_
commentId: Overload:Ghost.Entities.ChunkView.GetComponentDataRW
isSpec: "True"
fullName: Ghost.Entities.ChunkView.GetComponentDataRW
nameWithType: ChunkView.GetComponentDataRW
- uid: Ghost.Entities.ChunkView.GetComponentDataRW``1
name: GetComponentDataRW<T>()
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_GetComponentDataRW__1
commentId: M:Ghost.Entities.ChunkView.GetComponentDataRW``1
name.vb: GetComponentDataRW(Of T)()
fullName: Ghost.Entities.ChunkView.GetComponentDataRW<T>()
fullName.vb: Ghost.Entities.ChunkView.GetComponentDataRW(Of T)()
nameWithType: ChunkView.GetComponentDataRW<T>()
nameWithType.vb: ChunkView.GetComponentDataRW(Of T)()
- uid: Ghost.Entities.ChunkView.GetComponentData``1
name: GetComponentData<T>()
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_GetComponentData__1
commentId: M:Ghost.Entities.ChunkView.GetComponentData``1
name.vb: GetComponentData(Of T)()
fullName: Ghost.Entities.ChunkView.GetComponentData<T>()
fullName.vb: Ghost.Entities.ChunkView.GetComponentData(Of T)()
nameWithType: ChunkView.GetComponentData<T>()
nameWithType.vb: ChunkView.GetComponentData(Of T)()
- uid: Ghost.Entities.ChunkView.GetComponentVersion(Ghost.Core.Identifier{Ghost.Entities.IComponent})
name: GetComponentVersion(Identifier<IComponent>)
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_GetComponentVersion_Ghost_Core_Identifier_Ghost_Entities_IComponent__
commentId: M:Ghost.Entities.ChunkView.GetComponentVersion(Ghost.Core.Identifier{Ghost.Entities.IComponent})
name.vb: GetComponentVersion(Identifier(Of IComponent))
fullName: Ghost.Entities.ChunkView.GetComponentVersion(Ghost.Core.Identifier<Ghost.Entities.IComponent>)
fullName.vb: Ghost.Entities.ChunkView.GetComponentVersion(Ghost.Core.Identifier(Of Ghost.Entities.IComponent))
nameWithType: ChunkView.GetComponentVersion(Identifier<IComponent>)
nameWithType.vb: ChunkView.GetComponentVersion(Identifier(Of IComponent))
- uid: Ghost.Entities.ChunkView.GetComponentVersion*
name: GetComponentVersion
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_GetComponentVersion_
commentId: Overload:Ghost.Entities.ChunkView.GetComponentVersion
isSpec: "True"
fullName: Ghost.Entities.ChunkView.GetComponentVersion
nameWithType: ChunkView.GetComponentVersion
- uid: Ghost.Entities.ChunkView.GetComponentVersion``1
name: GetComponentVersion<T>()
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_GetComponentVersion__1
commentId: M:Ghost.Entities.ChunkView.GetComponentVersion``1
name.vb: GetComponentVersion(Of T)()
fullName: Ghost.Entities.ChunkView.GetComponentVersion<T>()
fullName.vb: Ghost.Entities.ChunkView.GetComponentVersion(Of T)()
nameWithType: ChunkView.GetComponentVersion<T>()
nameWithType.vb: ChunkView.GetComponentVersion(Of T)()
- uid: Ghost.Entities.ChunkView.GetEnableBits*
name: GetEnableBits
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_GetEnableBits_
commentId: Overload:Ghost.Entities.ChunkView.GetEnableBits
isSpec: "True"
fullName: Ghost.Entities.ChunkView.GetEnableBits
nameWithType: ChunkView.GetEnableBits
- uid: Ghost.Entities.ChunkView.GetEnableBits``1
name: GetEnableBits<T>()
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_GetEnableBits__1
commentId: M:Ghost.Entities.ChunkView.GetEnableBits``1
name.vb: GetEnableBits(Of T)()
fullName: Ghost.Entities.ChunkView.GetEnableBits<T>()
fullName.vb: Ghost.Entities.ChunkView.GetEnableBits(Of T)()
nameWithType: ChunkView.GetEnableBits<T>()
nameWithType.vb: ChunkView.GetEnableBits(Of T)()
- uid: Ghost.Entities.ChunkView.GetEntities
name: GetEntities()
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_GetEntities
commentId: M:Ghost.Entities.ChunkView.GetEntities
fullName: Ghost.Entities.ChunkView.GetEntities()
nameWithType: ChunkView.GetEntities()
- uid: Ghost.Entities.ChunkView.GetEntities*
name: GetEntities
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_GetEntities_
commentId: Overload:Ghost.Entities.ChunkView.GetEntities
isSpec: "True"
fullName: Ghost.Entities.ChunkView.GetEntities
nameWithType: ChunkView.GetEntities
- uid: Ghost.Entities.ChunkView.HasChanged(Ghost.Core.Identifier{Ghost.Entities.IComponent},System.Int32)
name: HasChanged(Identifier<IComponent>, int)
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_HasChanged_Ghost_Core_Identifier_Ghost_Entities_IComponent__System_Int32_
commentId: M:Ghost.Entities.ChunkView.HasChanged(Ghost.Core.Identifier{Ghost.Entities.IComponent},System.Int32)
name.vb: HasChanged(Identifier(Of IComponent), Integer)
fullName: Ghost.Entities.ChunkView.HasChanged(Ghost.Core.Identifier<Ghost.Entities.IComponent>, int)
fullName.vb: Ghost.Entities.ChunkView.HasChanged(Ghost.Core.Identifier(Of Ghost.Entities.IComponent), Integer)
nameWithType: ChunkView.HasChanged(Identifier<IComponent>, int)
nameWithType.vb: ChunkView.HasChanged(Identifier(Of IComponent), Integer)
- uid: Ghost.Entities.ChunkView.HasChanged*
name: HasChanged
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_HasChanged_
commentId: Overload:Ghost.Entities.ChunkView.HasChanged
isSpec: "True"
fullName: Ghost.Entities.ChunkView.HasChanged
nameWithType: ChunkView.HasChanged
- uid: Ghost.Entities.ChunkView.HasChanged``1(System.Int32)
name: HasChanged<T>(int)
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_HasChanged__1_System_Int32_
commentId: M:Ghost.Entities.ChunkView.HasChanged``1(System.Int32)
name.vb: HasChanged(Of T)(Integer)
fullName: Ghost.Entities.ChunkView.HasChanged<T>(int)
fullName.vb: Ghost.Entities.ChunkView.HasChanged(Of T)(Integer)
nameWithType: ChunkView.HasChanged<T>(int)
nameWithType.vb: ChunkView.HasChanged(Of T)(Integer)
- uid: Ghost.Entities.ChunkView.HasStructuralChanged(System.Int32)
name: HasStructuralChanged(int)
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_HasStructuralChanged_System_Int32_
commentId: M:Ghost.Entities.ChunkView.HasStructuralChanged(System.Int32)
name.vb: HasStructuralChanged(Integer)
fullName: Ghost.Entities.ChunkView.HasStructuralChanged(int)
fullName.vb: Ghost.Entities.ChunkView.HasStructuralChanged(Integer)
nameWithType: ChunkView.HasStructuralChanged(int)
nameWithType.vb: ChunkView.HasStructuralChanged(Integer)
- uid: Ghost.Entities.ChunkView.HasStructuralChanged*
name: HasStructuralChanged
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_HasStructuralChanged_
commentId: Overload:Ghost.Entities.ChunkView.HasStructuralChanged
isSpec: "True"
fullName: Ghost.Entities.ChunkView.HasStructuralChanged
nameWithType: ChunkView.HasStructuralChanged
- uid: Ghost.Entities.ChunkView.IsComponentEnabled*
name: IsComponentEnabled
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_IsComponentEnabled_
commentId: Overload:Ghost.Entities.ChunkView.IsComponentEnabled
isSpec: "True"
fullName: Ghost.Entities.ChunkView.IsComponentEnabled
nameWithType: ChunkView.IsComponentEnabled
- uid: Ghost.Entities.ChunkView.IsComponentEnabled``1(System.Int32)
name: IsComponentEnabled<T>(int)
href: api/Ghost.Entities.ChunkView.html#Ghost_Entities_ChunkView_IsComponentEnabled__1_System_Int32_
commentId: M:Ghost.Entities.ChunkView.IsComponentEnabled``1(System.Int32)
name.vb: IsComponentEnabled(Of T)(Integer)
fullName: Ghost.Entities.ChunkView.IsComponentEnabled<T>(int)
fullName.vb: Ghost.Entities.ChunkView.IsComponentEnabled(Of T)(Integer)
nameWithType: ChunkView.IsComponentEnabled<T>(int)
nameWithType.vb: ChunkView.IsComponentEnabled(Of T)(Integer)
- uid: Ghost.Entities.ComponentManager
name: ComponentManager
href: api/Ghost.Entities.ComponentManager.html
commentId: T:Ghost.Entities.ComponentManager
fullName: Ghost.Entities.ComponentManager
nameWithType: ComponentManager
- uid: Ghost.Entities.ComponentManager.ArchetypeCount
name: ArchetypeCount
href: api/Ghost.Entities.ComponentManager.html#Ghost_Entities_ComponentManager_ArchetypeCount
commentId: P:Ghost.Entities.ComponentManager.ArchetypeCount
fullName: Ghost.Entities.ComponentManager.ArchetypeCount
nameWithType: ComponentManager.ArchetypeCount
- uid: Ghost.Entities.ComponentManager.ArchetypeCount*
name: ArchetypeCount
href: api/Ghost.Entities.ComponentManager.html#Ghost_Entities_ComponentManager_ArchetypeCount_
commentId: Overload:Ghost.Entities.ComponentManager.ArchetypeCount
isSpec: "True"
fullName: Ghost.Entities.ComponentManager.ArchetypeCount
nameWithType: ComponentManager.ArchetypeCount
- uid: Ghost.Entities.ComponentManager.Dispose
name: Dispose()
href: api/Ghost.Entities.ComponentManager.html#Ghost_Entities_ComponentManager_Dispose
commentId: M:Ghost.Entities.ComponentManager.Dispose
fullName: Ghost.Entities.ComponentManager.Dispose()
nameWithType: ComponentManager.Dispose()
- uid: Ghost.Entities.ComponentManager.Dispose*
name: Dispose
href: api/Ghost.Entities.ComponentManager.html#Ghost_Entities_ComponentManager_Dispose_
commentId: Overload:Ghost.Entities.ComponentManager.Dispose
isSpec: "True"
fullName: Ghost.Entities.ComponentManager.Dispose
nameWithType: ComponentManager.Dispose
- uid: Ghost.Entities.ComponentManager.Finalize
name: ~ComponentManager()
href: api/Ghost.Entities.ComponentManager.html#Ghost_Entities_ComponentManager_Finalize
commentId: M:Ghost.Entities.ComponentManager.Finalize
name.vb: ''
fullName: Ghost.Entities.ComponentManager.~ComponentManager()
fullName.vb: ''
nameWithType: ComponentManager.~ComponentManager()
nameWithType.vb: ''
- uid: Ghost.Entities.ComponentManager.Finalize*
name: ~ComponentManager
href: api/Ghost.Entities.ComponentManager.html#Ghost_Entities_ComponentManager_Finalize_
commentId: Overload:Ghost.Entities.ComponentManager.Finalize
isSpec: "True"
fullName: Ghost.Entities.ComponentManager.~ComponentManager
nameWithType: ComponentManager.~ComponentManager
- uid: Ghost.Entities.ComponentManager.GetEntityQueryReference(Ghost.Core.Identifier{Ghost.Entities.EntityQuery})
name: GetEntityQueryReference(Identifier<EntityQuery>)
href: api/Ghost.Entities.ComponentManager.html#Ghost_Entities_ComponentManager_GetEntityQueryReference_Ghost_Core_Identifier_Ghost_Entities_EntityQuery__
commentId: M:Ghost.Entities.ComponentManager.GetEntityQueryReference(Ghost.Core.Identifier{Ghost.Entities.EntityQuery})
name.vb: GetEntityQueryReference(Identifier(Of EntityQuery))
fullName: Ghost.Entities.ComponentManager.GetEntityQueryReference(Ghost.Core.Identifier<Ghost.Entities.EntityQuery>)
fullName.vb: Ghost.Entities.ComponentManager.GetEntityQueryReference(Ghost.Core.Identifier(Of Ghost.Entities.EntityQuery))
nameWithType: ComponentManager.GetEntityQueryReference(Identifier<EntityQuery>)
nameWithType.vb: ComponentManager.GetEntityQueryReference(Identifier(Of EntityQuery))
- uid: Ghost.Entities.ComponentManager.GetEntityQueryReference*
name: GetEntityQueryReference
href: api/Ghost.Entities.ComponentManager.html#Ghost_Entities_ComponentManager_GetEntityQueryReference_
commentId: Overload:Ghost.Entities.ComponentManager.GetEntityQueryReference
isSpec: "True"
fullName: Ghost.Entities.ComponentManager.GetEntityQueryReference
nameWithType: ComponentManager.GetEntityQueryReference
- uid: Ghost.Entities.ComponentSet
name: ComponentSet
href: api/Ghost.Entities.ComponentSet.html
commentId: T:Ghost.Entities.ComponentSet
fullName: Ghost.Entities.ComponentSet
nameWithType: ComponentSet
- uid: Ghost.Entities.ComponentSet.#ctor(Misaki.HighPerformance.LowLevel.Buffer.AllocationHandle,System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name: ComponentSet(AllocationHandle, params ReadOnlySpan<Identifier<IComponent>>)
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet__ctor_Misaki_HighPerformance_LowLevel_Buffer_AllocationHandle_System_ReadOnlySpan_Ghost_Core_Identifier_Ghost_Entities_IComponent___
commentId: M:Ghost.Entities.ComponentSet.#ctor(Misaki.HighPerformance.LowLevel.Buffer.AllocationHandle,System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name.vb: New(AllocationHandle, ReadOnlySpan(Of Identifier(Of IComponent)))
fullName: Ghost.Entities.ComponentSet.ComponentSet(Misaki.HighPerformance.LowLevel.Buffer.AllocationHandle, params System.ReadOnlySpan<Ghost.Core.Identifier<Ghost.Entities.IComponent>>)
fullName.vb: Ghost.Entities.ComponentSet.New(Misaki.HighPerformance.LowLevel.Buffer.AllocationHandle, System.ReadOnlySpan(Of Ghost.Core.Identifier(Of Ghost.Entities.IComponent)))
nameWithType: ComponentSet.ComponentSet(AllocationHandle, params ReadOnlySpan<Identifier<IComponent>>)
nameWithType.vb: ComponentSet.New(AllocationHandle, ReadOnlySpan(Of Identifier(Of IComponent)))
- uid: Ghost.Entities.ComponentSet.#ctor(Misaki.HighPerformance.LowLevel.Buffer.Allocator,System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name: ComponentSet(Allocator, params ReadOnlySpan<Identifier<IComponent>>)
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet__ctor_Misaki_HighPerformance_LowLevel_Buffer_Allocator_System_ReadOnlySpan_Ghost_Core_Identifier_Ghost_Entities_IComponent___
commentId: M:Ghost.Entities.ComponentSet.#ctor(Misaki.HighPerformance.LowLevel.Buffer.Allocator,System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name.vb: New(Allocator, ReadOnlySpan(Of Identifier(Of IComponent)))
fullName: Ghost.Entities.ComponentSet.ComponentSet(Misaki.HighPerformance.LowLevel.Buffer.Allocator, params System.ReadOnlySpan<Ghost.Core.Identifier<Ghost.Entities.IComponent>>)
fullName.vb: Ghost.Entities.ComponentSet.New(Misaki.HighPerformance.LowLevel.Buffer.Allocator, System.ReadOnlySpan(Of Ghost.Core.Identifier(Of Ghost.Entities.IComponent)))
nameWithType: ComponentSet.ComponentSet(Allocator, params ReadOnlySpan<Identifier<IComponent>>)
nameWithType.vb: ComponentSet.New(Allocator, ReadOnlySpan(Of Identifier(Of IComponent)))
- uid: Ghost.Entities.ComponentSet.#ctor*
name: ComponentSet
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet__ctor_
commentId: Overload:Ghost.Entities.ComponentSet.#ctor
isSpec: "True"
name.vb: New
fullName: Ghost.Entities.ComponentSet.ComponentSet
fullName.vb: Ghost.Entities.ComponentSet.New
nameWithType: ComponentSet.ComponentSet
nameWithType.vb: ComponentSet.New
- uid: Ghost.Entities.ComponentSet.Components
name: Components
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_Components
commentId: P:Ghost.Entities.ComponentSet.Components
fullName: Ghost.Entities.ComponentSet.Components
nameWithType: ComponentSet.Components
- uid: Ghost.Entities.ComponentSet.Components*
name: Components
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_Components_
commentId: Overload:Ghost.Entities.ComponentSet.Components
isSpec: "True"
fullName: Ghost.Entities.ComponentSet.Components
nameWithType: ComponentSet.Components
- uid: Ghost.Entities.ComponentSet.Dispose
name: Dispose()
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_Dispose
commentId: M:Ghost.Entities.ComponentSet.Dispose
fullName: Ghost.Entities.ComponentSet.Dispose()
nameWithType: ComponentSet.Dispose()
- uid: Ghost.Entities.ComponentSet.Dispose*
name: Dispose
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_Dispose_
commentId: Overload:Ghost.Entities.ComponentSet.Dispose
isSpec: "True"
fullName: Ghost.Entities.ComponentSet.Dispose
nameWithType: ComponentSet.Dispose
- uid: Ghost.Entities.ComponentSet.Equals(Ghost.Entities.ComponentSet)
name: Equals(ComponentSet)
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_Equals_Ghost_Entities_ComponentSet_
commentId: M:Ghost.Entities.ComponentSet.Equals(Ghost.Entities.ComponentSet)
fullName: Ghost.Entities.ComponentSet.Equals(Ghost.Entities.ComponentSet)
nameWithType: ComponentSet.Equals(ComponentSet)
- uid: Ghost.Entities.ComponentSet.Equals(System.Object)
name: Equals(object?)
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_Equals_System_Object_
commentId: M:Ghost.Entities.ComponentSet.Equals(System.Object)
name.vb: Equals(Object)
fullName: Ghost.Entities.ComponentSet.Equals(object?)
fullName.vb: Ghost.Entities.ComponentSet.Equals(Object)
nameWithType: ComponentSet.Equals(object?)
nameWithType.vb: ComponentSet.Equals(Object)
- uid: Ghost.Entities.ComponentSet.Equals*
name: Equals
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_Equals_
commentId: Overload:Ghost.Entities.ComponentSet.Equals
isSpec: "True"
fullName: Ghost.Entities.ComponentSet.Equals
nameWithType: ComponentSet.Equals
- uid: Ghost.Entities.ComponentSet.GetHashCode
name: GetHashCode()
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_GetHashCode
commentId: M:Ghost.Entities.ComponentSet.GetHashCode
fullName: Ghost.Entities.ComponentSet.GetHashCode()
nameWithType: ComponentSet.GetHashCode()
- uid: Ghost.Entities.ComponentSet.GetHashCode*
name: GetHashCode
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_GetHashCode_
commentId: Overload:Ghost.Entities.ComponentSet.GetHashCode
isSpec: "True"
fullName: Ghost.Entities.ComponentSet.GetHashCode
nameWithType: ComponentSet.GetHashCode
- uid: Ghost.Entities.ComponentSet.op_Equality(Ghost.Entities.ComponentSet,Ghost.Entities.ComponentSet)
name: operator ==(ComponentSet, ComponentSet)
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_op_Equality_Ghost_Entities_ComponentSet_Ghost_Entities_ComponentSet_
commentId: M:Ghost.Entities.ComponentSet.op_Equality(Ghost.Entities.ComponentSet,Ghost.Entities.ComponentSet)
name.vb: =(ComponentSet, ComponentSet)
fullName: Ghost.Entities.ComponentSet.operator ==(Ghost.Entities.ComponentSet, Ghost.Entities.ComponentSet)
fullName.vb: Ghost.Entities.ComponentSet.=(Ghost.Entities.ComponentSet, Ghost.Entities.ComponentSet)
nameWithType: ComponentSet.operator ==(ComponentSet, ComponentSet)
nameWithType.vb: ComponentSet.=(ComponentSet, ComponentSet)
- uid: Ghost.Entities.ComponentSet.op_Equality*
name: operator ==
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_op_Equality_
commentId: Overload:Ghost.Entities.ComponentSet.op_Equality
isSpec: "True"
name.vb: =
fullName: Ghost.Entities.ComponentSet.operator ==
fullName.vb: Ghost.Entities.ComponentSet.=
nameWithType: ComponentSet.operator ==
nameWithType.vb: ComponentSet.=
- uid: Ghost.Entities.ComponentSet.op_Inequality(Ghost.Entities.ComponentSet,Ghost.Entities.ComponentSet)
name: operator !=(ComponentSet, ComponentSet)
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_op_Inequality_Ghost_Entities_ComponentSet_Ghost_Entities_ComponentSet_
commentId: M:Ghost.Entities.ComponentSet.op_Inequality(Ghost.Entities.ComponentSet,Ghost.Entities.ComponentSet)
name.vb: <>(ComponentSet, ComponentSet)
fullName: Ghost.Entities.ComponentSet.operator !=(Ghost.Entities.ComponentSet, Ghost.Entities.ComponentSet)
fullName.vb: Ghost.Entities.ComponentSet.<>(Ghost.Entities.ComponentSet, Ghost.Entities.ComponentSet)
nameWithType: ComponentSet.operator !=(ComponentSet, ComponentSet)
nameWithType.vb: ComponentSet.<>(ComponentSet, ComponentSet)
- uid: Ghost.Entities.ComponentSet.op_Inequality*
name: operator !=
href: api/Ghost.Entities.ComponentSet.html#Ghost_Entities_ComponentSet_op_Inequality_
commentId: Overload:Ghost.Entities.ComponentSet.op_Inequality
isSpec: "True"
name.vb: <>
fullName: Ghost.Entities.ComponentSet.operator !=
fullName.vb: Ghost.Entities.ComponentSet.<>
nameWithType: ComponentSet.operator !=
nameWithType.vb: ComponentSet.<>
- uid: Ghost.Entities.ComponentTypeID`1
name: ComponentTypeID<T>
href: api/Ghost.Entities.ComponentTypeID-1.html
commentId: T:Ghost.Entities.ComponentTypeID`1
name.vb: ComponentTypeID(Of T)
fullName: Ghost.Entities.ComponentTypeID<T>
fullName.vb: Ghost.Entities.ComponentTypeID(Of T)
nameWithType: ComponentTypeID<T>
nameWithType.vb: ComponentTypeID(Of T)
- uid: Ghost.Entities.ComponentTypeID`1.Value
name: Value
href: api/Ghost.Entities.ComponentTypeID-1.html#Ghost_Entities_ComponentTypeID_1_Value
commentId: F:Ghost.Entities.ComponentTypeID`1.Value
fullName: Ghost.Entities.ComponentTypeID<T>.Value
fullName.vb: Ghost.Entities.ComponentTypeID(Of T).Value
nameWithType: ComponentTypeID<T>.Value
nameWithType.vb: ComponentTypeID(Of T).Value
- uid: Ghost.Entities.DefaultSystemGroup
name: DefaultSystemGroup
href: api/Ghost.Entities.DefaultSystemGroup.html
commentId: T:Ghost.Entities.DefaultSystemGroup
fullName: Ghost.Entities.DefaultSystemGroup
nameWithType: DefaultSystemGroup
- uid: Ghost.Entities.Entity
name: Entity
href: api/Ghost.Entities.Entity.html
commentId: T:Ghost.Entities.Entity
fullName: Ghost.Entities.Entity
nameWithType: Entity
- uid: Ghost.Entities.Entity.Generation
name: Generation
href: api/Ghost.Entities.Entity.html#Ghost_Entities_Entity_Generation
commentId: P:Ghost.Entities.Entity.Generation
fullName: Ghost.Entities.Entity.Generation
nameWithType: Entity.Generation
- uid: Ghost.Entities.Entity.Generation*
name: Generation
href: api/Ghost.Entities.Entity.html#Ghost_Entities_Entity_Generation_
commentId: Overload:Ghost.Entities.Entity.Generation
isSpec: "True"
fullName: Ghost.Entities.Entity.Generation
nameWithType: Entity.Generation
- uid: Ghost.Entities.Entity.ID
name: ID
href: api/Ghost.Entities.Entity.html#Ghost_Entities_Entity_ID
commentId: P:Ghost.Entities.Entity.ID
fullName: Ghost.Entities.Entity.ID
nameWithType: Entity.ID
- uid: Ghost.Entities.Entity.ID*
name: ID
href: api/Ghost.Entities.Entity.html#Ghost_Entities_Entity_ID_
commentId: Overload:Ghost.Entities.Entity.ID
isSpec: "True"
fullName: Ghost.Entities.Entity.ID
nameWithType: Entity.ID
- uid: Ghost.Entities.Entity.INVALID_ID
name: INVALID_ID
href: api/Ghost.Entities.Entity.html#Ghost_Entities_Entity_INVALID_ID
commentId: F:Ghost.Entities.Entity.INVALID_ID
fullName: Ghost.Entities.Entity.INVALID_ID
nameWithType: Entity.INVALID_ID
- uid: Ghost.Entities.Entity.Invalid
name: Invalid
href: api/Ghost.Entities.Entity.html#Ghost_Entities_Entity_Invalid
commentId: P:Ghost.Entities.Entity.Invalid
fullName: Ghost.Entities.Entity.Invalid
nameWithType: Entity.Invalid
- uid: Ghost.Entities.Entity.Invalid*
name: Invalid
href: api/Ghost.Entities.Entity.html#Ghost_Entities_Entity_Invalid_
commentId: Overload:Ghost.Entities.Entity.Invalid
isSpec: "True"
fullName: Ghost.Entities.Entity.Invalid
nameWithType: Entity.Invalid
- uid: Ghost.Entities.Entity.IsValid
name: IsValid
href: api/Ghost.Entities.Entity.html#Ghost_Entities_Entity_IsValid
commentId: P:Ghost.Entities.Entity.IsValid
fullName: Ghost.Entities.Entity.IsValid
nameWithType: Entity.IsValid
- uid: Ghost.Entities.Entity.IsValid*
name: IsValid
href: api/Ghost.Entities.Entity.html#Ghost_Entities_Entity_IsValid_
commentId: Overload:Ghost.Entities.Entity.IsValid
isSpec: "True"
fullName: Ghost.Entities.Entity.IsValid
nameWithType: Entity.IsValid
- uid: Ghost.Entities.Entity.ToString
name: ToString()
href: api/Ghost.Entities.Entity.html#Ghost_Entities_Entity_ToString
commentId: M:Ghost.Entities.Entity.ToString
fullName: Ghost.Entities.Entity.ToString()
nameWithType: Entity.ToString()
- uid: Ghost.Entities.Entity.ToString*
name: ToString
href: api/Ghost.Entities.Entity.html#Ghost_Entities_Entity_ToString_
commentId: Overload:Ghost.Entities.Entity.ToString
isSpec: "True"
fullName: Ghost.Entities.Entity.ToString
nameWithType: Entity.ToString
- uid: Ghost.Entities.EntityCommandBuffer
name: EntityCommandBuffer
href: api/Ghost.Entities.EntityCommandBuffer.html
commentId: T:Ghost.Entities.EntityCommandBuffer
fullName: Ghost.Entities.EntityCommandBuffer
nameWithType: EntityCommandBuffer
- uid: Ghost.Entities.EntityCommandBuffer.#ctor(Ghost.Entities.EntityManager)
name: EntityCommandBuffer(EntityManager)
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer__ctor_Ghost_Entities_EntityManager_
commentId: M:Ghost.Entities.EntityCommandBuffer.#ctor(Ghost.Entities.EntityManager)
name.vb: New(EntityManager)
fullName: Ghost.Entities.EntityCommandBuffer.EntityCommandBuffer(Ghost.Entities.EntityManager)
fullName.vb: Ghost.Entities.EntityCommandBuffer.New(Ghost.Entities.EntityManager)
nameWithType: EntityCommandBuffer.EntityCommandBuffer(EntityManager)
nameWithType.vb: EntityCommandBuffer.New(EntityManager)
- uid: Ghost.Entities.EntityCommandBuffer.#ctor*
name: EntityCommandBuffer
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer__ctor_
commentId: Overload:Ghost.Entities.EntityCommandBuffer.#ctor
isSpec: "True"
name.vb: New
fullName: Ghost.Entities.EntityCommandBuffer.EntityCommandBuffer
fullName.vb: Ghost.Entities.EntityCommandBuffer.New
nameWithType: EntityCommandBuffer.EntityCommandBuffer
nameWithType.vb: EntityCommandBuffer.New
- uid: Ghost.Entities.EntityCommandBuffer.AddComponent*
name: AddComponent
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_AddComponent_
commentId: Overload:Ghost.Entities.EntityCommandBuffer.AddComponent
isSpec: "True"
fullName: Ghost.Entities.EntityCommandBuffer.AddComponent
nameWithType: EntityCommandBuffer.AddComponent
- uid: Ghost.Entities.EntityCommandBuffer.AddComponent``1(Ghost.Entities.Entity,``0)
name: AddComponent<T>(Entity, T)
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_AddComponent__1_Ghost_Entities_Entity___0_
commentId: M:Ghost.Entities.EntityCommandBuffer.AddComponent``1(Ghost.Entities.Entity,``0)
name.vb: AddComponent(Of T)(Entity, T)
fullName: Ghost.Entities.EntityCommandBuffer.AddComponent<T>(Ghost.Entities.Entity, T)
fullName.vb: Ghost.Entities.EntityCommandBuffer.AddComponent(Of T)(Ghost.Entities.Entity, T)
nameWithType: EntityCommandBuffer.AddComponent<T>(Entity, T)
nameWithType.vb: EntityCommandBuffer.AddComponent(Of T)(Entity, T)
- uid: Ghost.Entities.EntityCommandBuffer.CreateEntity(System.Int32)
name: CreateEntity(int)
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_CreateEntity_System_Int32_
commentId: M:Ghost.Entities.EntityCommandBuffer.CreateEntity(System.Int32)
name.vb: CreateEntity(Integer)
fullName: Ghost.Entities.EntityCommandBuffer.CreateEntity(int)
fullName.vb: Ghost.Entities.EntityCommandBuffer.CreateEntity(Integer)
nameWithType: EntityCommandBuffer.CreateEntity(int)
nameWithType.vb: EntityCommandBuffer.CreateEntity(Integer)
- uid: Ghost.Entities.EntityCommandBuffer.CreateEntity(System.Int32,Ghost.Entities.ComponentSet)
name: CreateEntity(int, ComponentSet)
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_CreateEntity_System_Int32_Ghost_Entities_ComponentSet_
commentId: M:Ghost.Entities.EntityCommandBuffer.CreateEntity(System.Int32,Ghost.Entities.ComponentSet)
name.vb: CreateEntity(Integer, ComponentSet)
fullName: Ghost.Entities.EntityCommandBuffer.CreateEntity(int, Ghost.Entities.ComponentSet)
fullName.vb: Ghost.Entities.EntityCommandBuffer.CreateEntity(Integer, Ghost.Entities.ComponentSet)
nameWithType: EntityCommandBuffer.CreateEntity(int, ComponentSet)
nameWithType.vb: EntityCommandBuffer.CreateEntity(Integer, ComponentSet)
- uid: Ghost.Entities.EntityCommandBuffer.CreateEntity*
name: CreateEntity
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_CreateEntity_
commentId: Overload:Ghost.Entities.EntityCommandBuffer.CreateEntity
isSpec: "True"
fullName: Ghost.Entities.EntityCommandBuffer.CreateEntity
nameWithType: EntityCommandBuffer.CreateEntity
- uid: Ghost.Entities.EntityCommandBuffer.DestroyEntity(Ghost.Entities.Entity)
name: DestroyEntity(Entity)
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_DestroyEntity_Ghost_Entities_Entity_
commentId: M:Ghost.Entities.EntityCommandBuffer.DestroyEntity(Ghost.Entities.Entity)
fullName: Ghost.Entities.EntityCommandBuffer.DestroyEntity(Ghost.Entities.Entity)
nameWithType: EntityCommandBuffer.DestroyEntity(Entity)
- uid: Ghost.Entities.EntityCommandBuffer.DestroyEntity*
name: DestroyEntity
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_DestroyEntity_
commentId: Overload:Ghost.Entities.EntityCommandBuffer.DestroyEntity
isSpec: "True"
fullName: Ghost.Entities.EntityCommandBuffer.DestroyEntity
nameWithType: EntityCommandBuffer.DestroyEntity
- uid: Ghost.Entities.EntityCommandBuffer.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_Dispose
commentId: M:Ghost.Entities.EntityCommandBuffer.Dispose
fullName: Ghost.Entities.EntityCommandBuffer.Dispose()
nameWithType: EntityCommandBuffer.Dispose()
- uid: Ghost.Entities.EntityCommandBuffer.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_Dispose_
commentId: Overload:Ghost.Entities.EntityCommandBuffer.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityCommandBuffer.Dispose
nameWithType: EntityCommandBuffer.Dispose
- uid: Ghost.Entities.EntityCommandBuffer.Finalize
name: ~EntityCommandBuffer()
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_Finalize
commentId: M:Ghost.Entities.EntityCommandBuffer.Finalize
name.vb: ''
fullName: Ghost.Entities.EntityCommandBuffer.~EntityCommandBuffer()
fullName.vb: ''
nameWithType: EntityCommandBuffer.~EntityCommandBuffer()
nameWithType.vb: ''
- uid: Ghost.Entities.EntityCommandBuffer.Finalize*
name: ~EntityCommandBuffer
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_Finalize_
commentId: Overload:Ghost.Entities.EntityCommandBuffer.Finalize
isSpec: "True"
fullName: Ghost.Entities.EntityCommandBuffer.~EntityCommandBuffer
nameWithType: EntityCommandBuffer.~EntityCommandBuffer
- uid: Ghost.Entities.EntityCommandBuffer.RemoveComponent*
name: RemoveComponent
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_RemoveComponent_
commentId: Overload:Ghost.Entities.EntityCommandBuffer.RemoveComponent
isSpec: "True"
fullName: Ghost.Entities.EntityCommandBuffer.RemoveComponent
nameWithType: EntityCommandBuffer.RemoveComponent
- uid: Ghost.Entities.EntityCommandBuffer.RemoveComponent``1(Ghost.Entities.Entity)
name: RemoveComponent<T>(Entity)
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_RemoveComponent__1_Ghost_Entities_Entity_
commentId: M:Ghost.Entities.EntityCommandBuffer.RemoveComponent``1(Ghost.Entities.Entity)
name.vb: RemoveComponent(Of T)(Entity)
fullName: Ghost.Entities.EntityCommandBuffer.RemoveComponent<T>(Ghost.Entities.Entity)
fullName.vb: Ghost.Entities.EntityCommandBuffer.RemoveComponent(Of T)(Ghost.Entities.Entity)
nameWithType: EntityCommandBuffer.RemoveComponent<T>(Entity)
nameWithType.vb: EntityCommandBuffer.RemoveComponent(Of T)(Entity)
- uid: Ghost.Entities.EntityCommandBuffer.SetComponent*
name: SetComponent
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_SetComponent_
commentId: Overload:Ghost.Entities.EntityCommandBuffer.SetComponent
isSpec: "True"
fullName: Ghost.Entities.EntityCommandBuffer.SetComponent
nameWithType: EntityCommandBuffer.SetComponent
- uid: Ghost.Entities.EntityCommandBuffer.SetComponent``1(Ghost.Entities.Entity,``0)
name: SetComponent<T>(Entity, T)
href: api/Ghost.Entities.EntityCommandBuffer.html#Ghost_Entities_EntityCommandBuffer_SetComponent__1_Ghost_Entities_Entity___0_
commentId: M:Ghost.Entities.EntityCommandBuffer.SetComponent``1(Ghost.Entities.Entity,``0)
name.vb: SetComponent(Of T)(Entity, T)
fullName: Ghost.Entities.EntityCommandBuffer.SetComponent<T>(Ghost.Entities.Entity, T)
fullName.vb: Ghost.Entities.EntityCommandBuffer.SetComponent(Of T)(Ghost.Entities.Entity, T)
nameWithType: EntityCommandBuffer.SetComponent<T>(Entity, T)
nameWithType.vb: EntityCommandBuffer.SetComponent(Of T)(Entity, T)
- uid: Ghost.Entities.EntityManager
name: EntityManager
href: api/Ghost.Entities.EntityManager.html
commentId: T:Ghost.Entities.EntityManager
fullName: Ghost.Entities.EntityManager
nameWithType: EntityManager
- uid: Ghost.Entities.EntityManager.AddComponent(Ghost.Entities.Entity,Ghost.Core.Identifier{Ghost.Entities.IComponent},System.Void*)
name: AddComponent(Entity, Identifier<IComponent>, void*)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_AddComponent_Ghost_Entities_Entity_Ghost_Core_Identifier_Ghost_Entities_IComponent__System_Void__
commentId: M:Ghost.Entities.EntityManager.AddComponent(Ghost.Entities.Entity,Ghost.Core.Identifier{Ghost.Entities.IComponent},System.Void*)
name.vb: AddComponent(Entity, Identifier(Of IComponent), Void*)
fullName: Ghost.Entities.EntityManager.AddComponent(Ghost.Entities.Entity, Ghost.Core.Identifier<Ghost.Entities.IComponent>, void*)
fullName.vb: Ghost.Entities.EntityManager.AddComponent(Ghost.Entities.Entity, Ghost.Core.Identifier(Of Ghost.Entities.IComponent), Void*)
nameWithType: EntityManager.AddComponent(Entity, Identifier<IComponent>, void*)
nameWithType.vb: EntityManager.AddComponent(Entity, Identifier(Of IComponent), Void*)
- uid: Ghost.Entities.EntityManager.AddComponent*
name: AddComponent
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_AddComponent_
commentId: Overload:Ghost.Entities.EntityManager.AddComponent
isSpec: "True"
fullName: Ghost.Entities.EntityManager.AddComponent
nameWithType: EntityManager.AddComponent
- uid: Ghost.Entities.EntityManager.AddComponent``1(Ghost.Entities.Entity,``0)
name: AddComponent<T>(Entity, T)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_AddComponent__1_Ghost_Entities_Entity___0_
commentId: M:Ghost.Entities.EntityManager.AddComponent``1(Ghost.Entities.Entity,``0)
name.vb: AddComponent(Of T)(Entity, T)
fullName: Ghost.Entities.EntityManager.AddComponent<T>(Ghost.Entities.Entity, T)
fullName.vb: Ghost.Entities.EntityManager.AddComponent(Of T)(Ghost.Entities.Entity, T)
nameWithType: EntityManager.AddComponent<T>(Entity, T)
nameWithType.vb: EntityManager.AddComponent(Of T)(Entity, T)
- uid: Ghost.Entities.EntityManager.AddScriptComponent*
name: AddScriptComponent
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_AddScriptComponent_
commentId: Overload:Ghost.Entities.EntityManager.AddScriptComponent
isSpec: "True"
fullName: Ghost.Entities.EntityManager.AddScriptComponent
nameWithType: EntityManager.AddScriptComponent
- uid: Ghost.Entities.EntityManager.AddScriptComponent``1(Ghost.Entities.Entity)
name: AddScriptComponent<T>(Entity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_AddScriptComponent__1_Ghost_Entities_Entity_
commentId: M:Ghost.Entities.EntityManager.AddScriptComponent``1(Ghost.Entities.Entity)
name.vb: AddScriptComponent(Of T)(Entity)
fullName: Ghost.Entities.EntityManager.AddScriptComponent<T>(Ghost.Entities.Entity)
fullName.vb: Ghost.Entities.EntityManager.AddScriptComponent(Of T)(Ghost.Entities.Entity)
nameWithType: EntityManager.AddScriptComponent<T>(Entity)
nameWithType.vb: EntityManager.AddScriptComponent(Of T)(Entity)
- uid: Ghost.Entities.EntityManager.AddScriptComponent``1(Ghost.Entities.ManagedEntity,Ghost.Entities.Entity)
name: AddScriptComponent<T>(ManagedEntity, Entity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_AddScriptComponent__1_Ghost_Entities_ManagedEntity_Ghost_Entities_Entity_
commentId: M:Ghost.Entities.EntityManager.AddScriptComponent``1(Ghost.Entities.ManagedEntity,Ghost.Entities.Entity)
name.vb: AddScriptComponent(Of T)(ManagedEntity, Entity)
fullName: Ghost.Entities.EntityManager.AddScriptComponent<T>(Ghost.Entities.ManagedEntity, Ghost.Entities.Entity)
fullName.vb: Ghost.Entities.EntityManager.AddScriptComponent(Of T)(Ghost.Entities.ManagedEntity, Ghost.Entities.Entity)
nameWithType: EntityManager.AddScriptComponent<T>(ManagedEntity, Entity)
nameWithType.vb: EntityManager.AddScriptComponent(Of T)(ManagedEntity, Entity)
- uid: Ghost.Entities.EntityManager.CreateEntities(System.Int32)
name: CreateEntities(int)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateEntities_System_Int32_
commentId: M:Ghost.Entities.EntityManager.CreateEntities(System.Int32)
name.vb: CreateEntities(Integer)
fullName: Ghost.Entities.EntityManager.CreateEntities(int)
fullName.vb: Ghost.Entities.EntityManager.CreateEntities(Integer)
nameWithType: EntityManager.CreateEntities(int)
nameWithType.vb: EntityManager.CreateEntities(Integer)
- uid: Ghost.Entities.EntityManager.CreateEntities(System.Int32,Ghost.Entities.ComponentSet)
name: CreateEntities(int, ComponentSet)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateEntities_System_Int32_Ghost_Entities_ComponentSet_
commentId: M:Ghost.Entities.EntityManager.CreateEntities(System.Int32,Ghost.Entities.ComponentSet)
name.vb: CreateEntities(Integer, ComponentSet)
fullName: Ghost.Entities.EntityManager.CreateEntities(int, Ghost.Entities.ComponentSet)
fullName.vb: Ghost.Entities.EntityManager.CreateEntities(Integer, Ghost.Entities.ComponentSet)
nameWithType: EntityManager.CreateEntities(int, ComponentSet)
nameWithType.vb: EntityManager.CreateEntities(Integer, ComponentSet)
- uid: Ghost.Entities.EntityManager.CreateEntities(System.Span{Ghost.Entities.Entity})
name: CreateEntities(Span<Entity>)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateEntities_System_Span_Ghost_Entities_Entity__
commentId: M:Ghost.Entities.EntityManager.CreateEntities(System.Span{Ghost.Entities.Entity})
name.vb: CreateEntities(Span(Of Entity))
fullName: Ghost.Entities.EntityManager.CreateEntities(System.Span<Ghost.Entities.Entity>)
fullName.vb: Ghost.Entities.EntityManager.CreateEntities(System.Span(Of Ghost.Entities.Entity))
nameWithType: EntityManager.CreateEntities(Span<Entity>)
nameWithType.vb: EntityManager.CreateEntities(Span(Of Entity))
- uid: Ghost.Entities.EntityManager.CreateEntities(System.Span{Ghost.Entities.Entity},Ghost.Entities.ComponentSet)
name: CreateEntities(Span<Entity>, ComponentSet)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateEntities_System_Span_Ghost_Entities_Entity__Ghost_Entities_ComponentSet_
commentId: M:Ghost.Entities.EntityManager.CreateEntities(System.Span{Ghost.Entities.Entity},Ghost.Entities.ComponentSet)
name.vb: CreateEntities(Span(Of Entity), ComponentSet)
fullName: Ghost.Entities.EntityManager.CreateEntities(System.Span<Ghost.Entities.Entity>, Ghost.Entities.ComponentSet)
fullName.vb: Ghost.Entities.EntityManager.CreateEntities(System.Span(Of Ghost.Entities.Entity), Ghost.Entities.ComponentSet)
nameWithType: EntityManager.CreateEntities(Span<Entity>, ComponentSet)
nameWithType.vb: EntityManager.CreateEntities(Span(Of Entity), ComponentSet)
- uid: Ghost.Entities.EntityManager.CreateEntities*
name: CreateEntities
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateEntities_
commentId: Overload:Ghost.Entities.EntityManager.CreateEntities
isSpec: "True"
fullName: Ghost.Entities.EntityManager.CreateEntities
nameWithType: EntityManager.CreateEntities
- uid: Ghost.Entities.EntityManager.CreateEntity
name: CreateEntity()
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateEntity
commentId: M:Ghost.Entities.EntityManager.CreateEntity
fullName: Ghost.Entities.EntityManager.CreateEntity()
nameWithType: EntityManager.CreateEntity()
- uid: Ghost.Entities.EntityManager.CreateEntity(Ghost.Entities.ComponentSet)
name: CreateEntity(ComponentSet)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateEntity_Ghost_Entities_ComponentSet_
commentId: M:Ghost.Entities.EntityManager.CreateEntity(Ghost.Entities.ComponentSet)
fullName: Ghost.Entities.EntityManager.CreateEntity(Ghost.Entities.ComponentSet)
nameWithType: EntityManager.CreateEntity(ComponentSet)
- uid: Ghost.Entities.EntityManager.CreateEntity*
name: CreateEntity
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateEntity_
commentId: Overload:Ghost.Entities.EntityManager.CreateEntity
isSpec: "True"
fullName: Ghost.Entities.EntityManager.CreateEntity
nameWithType: EntityManager.CreateEntity
- uid: Ghost.Entities.EntityManager.CreateManagedEntity
name: CreateManagedEntity()
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateManagedEntity
commentId: M:Ghost.Entities.EntityManager.CreateManagedEntity
fullName: Ghost.Entities.EntityManager.CreateManagedEntity()
nameWithType: EntityManager.CreateManagedEntity()
- uid: Ghost.Entities.EntityManager.CreateManagedEntity(Ghost.Entities.Entity)
name: CreateManagedEntity(Entity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateManagedEntity_Ghost_Entities_Entity_
commentId: M:Ghost.Entities.EntityManager.CreateManagedEntity(Ghost.Entities.Entity)
fullName: Ghost.Entities.EntityManager.CreateManagedEntity(Ghost.Entities.Entity)
nameWithType: EntityManager.CreateManagedEntity(Entity)
- uid: Ghost.Entities.EntityManager.CreateManagedEntity*
name: CreateManagedEntity
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateManagedEntity_
commentId: Overload:Ghost.Entities.EntityManager.CreateManagedEntity
isSpec: "True"
fullName: Ghost.Entities.EntityManager.CreateManagedEntity
nameWithType: EntityManager.CreateManagedEntity
- uid: Ghost.Entities.EntityManager.CreateSingleton(Ghost.Core.Identifier{Ghost.Entities.IComponent},System.Void*)
name: CreateSingleton(Identifier<IComponent>, void*)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateSingleton_Ghost_Core_Identifier_Ghost_Entities_IComponent__System_Void__
commentId: M:Ghost.Entities.EntityManager.CreateSingleton(Ghost.Core.Identifier{Ghost.Entities.IComponent},System.Void*)
name.vb: CreateSingleton(Identifier(Of IComponent), Void*)
fullName: Ghost.Entities.EntityManager.CreateSingleton(Ghost.Core.Identifier<Ghost.Entities.IComponent>, void*)
fullName.vb: Ghost.Entities.EntityManager.CreateSingleton(Ghost.Core.Identifier(Of Ghost.Entities.IComponent), Void*)
nameWithType: EntityManager.CreateSingleton(Identifier<IComponent>, void*)
nameWithType.vb: EntityManager.CreateSingleton(Identifier(Of IComponent), Void*)
- uid: Ghost.Entities.EntityManager.CreateSingleton*
name: CreateSingleton
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateSingleton_
commentId: Overload:Ghost.Entities.EntityManager.CreateSingleton
isSpec: "True"
fullName: Ghost.Entities.EntityManager.CreateSingleton
nameWithType: EntityManager.CreateSingleton
- uid: Ghost.Entities.EntityManager.CreateSingleton``1(``0)
name: CreateSingleton<T>(T)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_CreateSingleton__1___0_
commentId: M:Ghost.Entities.EntityManager.CreateSingleton``1(``0)
name.vb: CreateSingleton(Of T)(T)
fullName: Ghost.Entities.EntityManager.CreateSingleton<T>(T)
fullName.vb: Ghost.Entities.EntityManager.CreateSingleton(Of T)(T)
nameWithType: EntityManager.CreateSingleton<T>(T)
nameWithType.vb: EntityManager.CreateSingleton(Of T)(T)
- uid: Ghost.Entities.EntityManager.DestroyEntities(System.ReadOnlySpan{Ghost.Entities.Entity})
name: DestroyEntities(ReadOnlySpan<Entity>)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_DestroyEntities_System_ReadOnlySpan_Ghost_Entities_Entity__
commentId: M:Ghost.Entities.EntityManager.DestroyEntities(System.ReadOnlySpan{Ghost.Entities.Entity})
name.vb: DestroyEntities(ReadOnlySpan(Of Entity))
fullName: Ghost.Entities.EntityManager.DestroyEntities(System.ReadOnlySpan<Ghost.Entities.Entity>)
fullName.vb: Ghost.Entities.EntityManager.DestroyEntities(System.ReadOnlySpan(Of Ghost.Entities.Entity))
nameWithType: EntityManager.DestroyEntities(ReadOnlySpan<Entity>)
nameWithType.vb: EntityManager.DestroyEntities(ReadOnlySpan(Of Entity))
- uid: Ghost.Entities.EntityManager.DestroyEntities*
name: DestroyEntities
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_DestroyEntities_
commentId: Overload:Ghost.Entities.EntityManager.DestroyEntities
isSpec: "True"
fullName: Ghost.Entities.EntityManager.DestroyEntities
nameWithType: EntityManager.DestroyEntities
- uid: Ghost.Entities.EntityManager.DestroyEntity(Ghost.Entities.Entity)
name: DestroyEntity(Entity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_DestroyEntity_Ghost_Entities_Entity_
commentId: M:Ghost.Entities.EntityManager.DestroyEntity(Ghost.Entities.Entity)
fullName: Ghost.Entities.EntityManager.DestroyEntity(Ghost.Entities.Entity)
nameWithType: EntityManager.DestroyEntity(Entity)
- uid: Ghost.Entities.EntityManager.DestroyEntity*
name: DestroyEntity
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_DestroyEntity_
commentId: Overload:Ghost.Entities.EntityManager.DestroyEntity
isSpec: "True"
fullName: Ghost.Entities.EntityManager.DestroyEntity
nameWithType: EntityManager.DestroyEntity
- uid: Ghost.Entities.EntityManager.DestroyManagedEntity(Ghost.Entities.ManagedEntity)
name: DestroyManagedEntity(ManagedEntity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_DestroyManagedEntity_Ghost_Entities_ManagedEntity_
commentId: M:Ghost.Entities.EntityManager.DestroyManagedEntity(Ghost.Entities.ManagedEntity)
fullName: Ghost.Entities.EntityManager.DestroyManagedEntity(Ghost.Entities.ManagedEntity)
nameWithType: EntityManager.DestroyManagedEntity(ManagedEntity)
- uid: Ghost.Entities.EntityManager.DestroyManagedEntity*
name: DestroyManagedEntity
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_DestroyManagedEntity_
commentId: Overload:Ghost.Entities.EntityManager.DestroyManagedEntity
isSpec: "True"
fullName: Ghost.Entities.EntityManager.DestroyManagedEntity
nameWithType: EntityManager.DestroyManagedEntity
- uid: Ghost.Entities.EntityManager.DestroyScriptComponent*
name: DestroyScriptComponent
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_DestroyScriptComponent_
commentId: Overload:Ghost.Entities.EntityManager.DestroyScriptComponent
isSpec: "True"
fullName: Ghost.Entities.EntityManager.DestroyScriptComponent
nameWithType: EntityManager.DestroyScriptComponent
- uid: Ghost.Entities.EntityManager.DestroyScriptComponent``1(Ghost.Entities.ManagedEntity)
name: DestroyScriptComponent<T>(ManagedEntity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_DestroyScriptComponent__1_Ghost_Entities_ManagedEntity_
commentId: M:Ghost.Entities.EntityManager.DestroyScriptComponent``1(Ghost.Entities.ManagedEntity)
name.vb: DestroyScriptComponent(Of T)(ManagedEntity)
fullName: Ghost.Entities.EntityManager.DestroyScriptComponent<T>(Ghost.Entities.ManagedEntity)
fullName.vb: Ghost.Entities.EntityManager.DestroyScriptComponent(Of T)(Ghost.Entities.ManagedEntity)
nameWithType: EntityManager.DestroyScriptComponent<T>(ManagedEntity)
nameWithType.vb: EntityManager.DestroyScriptComponent(Of T)(ManagedEntity)
- uid: Ghost.Entities.EntityManager.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_Dispose
commentId: M:Ghost.Entities.EntityManager.Dispose
fullName: Ghost.Entities.EntityManager.Dispose()
nameWithType: EntityManager.Dispose()
- uid: Ghost.Entities.EntityManager.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_Dispose_
commentId: Overload:Ghost.Entities.EntityManager.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityManager.Dispose
nameWithType: EntityManager.Dispose
- uid: Ghost.Entities.EntityManager.Exists(Ghost.Entities.Entity)
name: Exists(Entity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_Exists_Ghost_Entities_Entity_
commentId: M:Ghost.Entities.EntityManager.Exists(Ghost.Entities.Entity)
fullName: Ghost.Entities.EntityManager.Exists(Ghost.Entities.Entity)
nameWithType: EntityManager.Exists(Entity)
- uid: Ghost.Entities.EntityManager.Exists(Ghost.Entities.ManagedEntity)
name: Exists(ManagedEntity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_Exists_Ghost_Entities_ManagedEntity_
commentId: M:Ghost.Entities.EntityManager.Exists(Ghost.Entities.ManagedEntity)
fullName: Ghost.Entities.EntityManager.Exists(Ghost.Entities.ManagedEntity)
nameWithType: EntityManager.Exists(ManagedEntity)
- uid: Ghost.Entities.EntityManager.Exists*
name: Exists
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_Exists_
commentId: Overload:Ghost.Entities.EntityManager.Exists
isSpec: "True"
fullName: Ghost.Entities.EntityManager.Exists
nameWithType: EntityManager.Exists
- uid: Ghost.Entities.EntityManager.Finalize
name: ~EntityManager()
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_Finalize
commentId: M:Ghost.Entities.EntityManager.Finalize
name.vb: ''
fullName: Ghost.Entities.EntityManager.~EntityManager()
fullName.vb: ''
nameWithType: EntityManager.~EntityManager()
nameWithType.vb: ''
- uid: Ghost.Entities.EntityManager.Finalize*
name: ~EntityManager
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_Finalize_
commentId: Overload:Ghost.Entities.EntityManager.Finalize
isSpec: "True"
fullName: Ghost.Entities.EntityManager.~EntityManager
nameWithType: EntityManager.~EntityManager
- uid: Ghost.Entities.EntityManager.GetComponent(Ghost.Entities.Entity,Ghost.Core.Identifier{Ghost.Entities.IComponent})
name: GetComponent(Entity, Identifier<IComponent>)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_GetComponent_Ghost_Entities_Entity_Ghost_Core_Identifier_Ghost_Entities_IComponent__
commentId: M:Ghost.Entities.EntityManager.GetComponent(Ghost.Entities.Entity,Ghost.Core.Identifier{Ghost.Entities.IComponent})
name.vb: GetComponent(Entity, Identifier(Of IComponent))
fullName: Ghost.Entities.EntityManager.GetComponent(Ghost.Entities.Entity, Ghost.Core.Identifier<Ghost.Entities.IComponent>)
fullName.vb: Ghost.Entities.EntityManager.GetComponent(Ghost.Entities.Entity, Ghost.Core.Identifier(Of Ghost.Entities.IComponent))
nameWithType: EntityManager.GetComponent(Entity, Identifier<IComponent>)
nameWithType.vb: EntityManager.GetComponent(Entity, Identifier(Of IComponent))
- uid: Ghost.Entities.EntityManager.GetComponent*
name: GetComponent
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_GetComponent_
commentId: Overload:Ghost.Entities.EntityManager.GetComponent
isSpec: "True"
fullName: Ghost.Entities.EntityManager.GetComponent
nameWithType: EntityManager.GetComponent
- uid: Ghost.Entities.EntityManager.GetComponent``1(Ghost.Entities.Entity)
name: GetComponent<T>(Entity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_GetComponent__1_Ghost_Entities_Entity_
commentId: M:Ghost.Entities.EntityManager.GetComponent``1(Ghost.Entities.Entity)
name.vb: GetComponent(Of T)(Entity)
fullName: Ghost.Entities.EntityManager.GetComponent<T>(Ghost.Entities.Entity)
fullName.vb: Ghost.Entities.EntityManager.GetComponent(Of T)(Ghost.Entities.Entity)
nameWithType: EntityManager.GetComponent<T>(Entity)
nameWithType.vb: EntityManager.GetComponent(Of T)(Entity)
- uid: Ghost.Entities.EntityManager.GetScriptComponent*
name: GetScriptComponent
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_GetScriptComponent_
commentId: Overload:Ghost.Entities.EntityManager.GetScriptComponent
isSpec: "True"
fullName: Ghost.Entities.EntityManager.GetScriptComponent
nameWithType: EntityManager.GetScriptComponent
- uid: Ghost.Entities.EntityManager.GetScriptComponent``1(Ghost.Entities.ManagedEntity)
name: GetScriptComponent<T>(ManagedEntity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_GetScriptComponent__1_Ghost_Entities_ManagedEntity_
commentId: M:Ghost.Entities.EntityManager.GetScriptComponent``1(Ghost.Entities.ManagedEntity)
name.vb: GetScriptComponent(Of T)(ManagedEntity)
fullName: Ghost.Entities.EntityManager.GetScriptComponent<T>(Ghost.Entities.ManagedEntity)
fullName.vb: Ghost.Entities.EntityManager.GetScriptComponent(Of T)(Ghost.Entities.ManagedEntity)
nameWithType: EntityManager.GetScriptComponent<T>(ManagedEntity)
nameWithType.vb: EntityManager.GetScriptComponent(Of T)(ManagedEntity)
- uid: Ghost.Entities.EntityManager.GetScriptComponents*
name: GetScriptComponents
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_GetScriptComponents_
commentId: Overload:Ghost.Entities.EntityManager.GetScriptComponents
isSpec: "True"
fullName: Ghost.Entities.EntityManager.GetScriptComponents
nameWithType: EntityManager.GetScriptComponents
- uid: Ghost.Entities.EntityManager.GetScriptComponents``1(Ghost.Entities.ManagedEntity)
name: GetScriptComponents<T>(ManagedEntity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_GetScriptComponents__1_Ghost_Entities_ManagedEntity_
commentId: M:Ghost.Entities.EntityManager.GetScriptComponents``1(Ghost.Entities.ManagedEntity)
name.vb: GetScriptComponents(Of T)(ManagedEntity)
fullName: Ghost.Entities.EntityManager.GetScriptComponents<T>(Ghost.Entities.ManagedEntity)
fullName.vb: Ghost.Entities.EntityManager.GetScriptComponents(Of T)(Ghost.Entities.ManagedEntity)
nameWithType: EntityManager.GetScriptComponents<T>(ManagedEntity)
nameWithType.vb: EntityManager.GetScriptComponents(Of T)(ManagedEntity)
- uid: Ghost.Entities.EntityManager.GetSingleton(Ghost.Core.Identifier{Ghost.Entities.IComponent})
name: GetSingleton(Identifier<IComponent>)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_GetSingleton_Ghost_Core_Identifier_Ghost_Entities_IComponent__
commentId: M:Ghost.Entities.EntityManager.GetSingleton(Ghost.Core.Identifier{Ghost.Entities.IComponent})
name.vb: GetSingleton(Identifier(Of IComponent))
fullName: Ghost.Entities.EntityManager.GetSingleton(Ghost.Core.Identifier<Ghost.Entities.IComponent>)
fullName.vb: Ghost.Entities.EntityManager.GetSingleton(Ghost.Core.Identifier(Of Ghost.Entities.IComponent))
nameWithType: EntityManager.GetSingleton(Identifier<IComponent>)
nameWithType.vb: EntityManager.GetSingleton(Identifier(Of IComponent))
- uid: Ghost.Entities.EntityManager.GetSingleton*
name: GetSingleton
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_GetSingleton_
commentId: Overload:Ghost.Entities.EntityManager.GetSingleton
isSpec: "True"
fullName: Ghost.Entities.EntityManager.GetSingleton
nameWithType: EntityManager.GetSingleton
- uid: Ghost.Entities.EntityManager.GetSingleton``1
name: GetSingleton<T>()
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_GetSingleton__1
commentId: M:Ghost.Entities.EntityManager.GetSingleton``1
name.vb: GetSingleton(Of T)()
fullName: Ghost.Entities.EntityManager.GetSingleton<T>()
fullName.vb: Ghost.Entities.EntityManager.GetSingleton(Of T)()
nameWithType: EntityManager.GetSingleton<T>()
nameWithType.vb: EntityManager.GetSingleton(Of T)()
- uid: Ghost.Entities.EntityManager.HasComponent(Ghost.Entities.Entity,Ghost.Core.Identifier{Ghost.Entities.IComponent})
name: HasComponent(Entity, Identifier<IComponent>)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_HasComponent_Ghost_Entities_Entity_Ghost_Core_Identifier_Ghost_Entities_IComponent__
commentId: M:Ghost.Entities.EntityManager.HasComponent(Ghost.Entities.Entity,Ghost.Core.Identifier{Ghost.Entities.IComponent})
name.vb: HasComponent(Entity, Identifier(Of IComponent))
fullName: Ghost.Entities.EntityManager.HasComponent(Ghost.Entities.Entity, Ghost.Core.Identifier<Ghost.Entities.IComponent>)
fullName.vb: Ghost.Entities.EntityManager.HasComponent(Ghost.Entities.Entity, Ghost.Core.Identifier(Of Ghost.Entities.IComponent))
nameWithType: EntityManager.HasComponent(Entity, Identifier<IComponent>)
nameWithType.vb: EntityManager.HasComponent(Entity, Identifier(Of IComponent))
- uid: Ghost.Entities.EntityManager.HasComponent*
name: HasComponent
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_HasComponent_
commentId: Overload:Ghost.Entities.EntityManager.HasComponent
isSpec: "True"
fullName: Ghost.Entities.EntityManager.HasComponent
nameWithType: EntityManager.HasComponent
- uid: Ghost.Entities.EntityManager.HasComponent``1(Ghost.Entities.Entity)
name: HasComponent<T>(Entity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_HasComponent__1_Ghost_Entities_Entity_
commentId: M:Ghost.Entities.EntityManager.HasComponent``1(Ghost.Entities.Entity)
name.vb: HasComponent(Of T)(Entity)
fullName: Ghost.Entities.EntityManager.HasComponent<T>(Ghost.Entities.Entity)
fullName.vb: Ghost.Entities.EntityManager.HasComponent(Of T)(Ghost.Entities.Entity)
nameWithType: EntityManager.HasComponent<T>(Entity)
nameWithType.vb: EntityManager.HasComponent(Of T)(Entity)
- uid: Ghost.Entities.EntityManager.HasScriptComponent*
name: HasScriptComponent
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_HasScriptComponent_
commentId: Overload:Ghost.Entities.EntityManager.HasScriptComponent
isSpec: "True"
fullName: Ghost.Entities.EntityManager.HasScriptComponent
nameWithType: EntityManager.HasScriptComponent
- uid: Ghost.Entities.EntityManager.HasScriptComponent``1(Ghost.Entities.ManagedEntity)
name: HasScriptComponent<T>(ManagedEntity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_HasScriptComponent__1_Ghost_Entities_ManagedEntity_
commentId: M:Ghost.Entities.EntityManager.HasScriptComponent``1(Ghost.Entities.ManagedEntity)
name.vb: HasScriptComponent(Of T)(ManagedEntity)
fullName: Ghost.Entities.EntityManager.HasScriptComponent<T>(Ghost.Entities.ManagedEntity)
fullName.vb: Ghost.Entities.EntityManager.HasScriptComponent(Of T)(Ghost.Entities.ManagedEntity)
nameWithType: EntityManager.HasScriptComponent<T>(ManagedEntity)
nameWithType.vb: EntityManager.HasScriptComponent(Of T)(ManagedEntity)
- uid: Ghost.Entities.EntityManager.RemoveComponent(Ghost.Entities.Entity,Ghost.Core.Identifier{Ghost.Entities.IComponent})
name: RemoveComponent(Entity, Identifier<IComponent>)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_RemoveComponent_Ghost_Entities_Entity_Ghost_Core_Identifier_Ghost_Entities_IComponent__
commentId: M:Ghost.Entities.EntityManager.RemoveComponent(Ghost.Entities.Entity,Ghost.Core.Identifier{Ghost.Entities.IComponent})
name.vb: RemoveComponent(Entity, Identifier(Of IComponent))
fullName: Ghost.Entities.EntityManager.RemoveComponent(Ghost.Entities.Entity, Ghost.Core.Identifier<Ghost.Entities.IComponent>)
fullName.vb: Ghost.Entities.EntityManager.RemoveComponent(Ghost.Entities.Entity, Ghost.Core.Identifier(Of Ghost.Entities.IComponent))
nameWithType: EntityManager.RemoveComponent(Entity, Identifier<IComponent>)
nameWithType.vb: EntityManager.RemoveComponent(Entity, Identifier(Of IComponent))
- uid: Ghost.Entities.EntityManager.RemoveComponent*
name: RemoveComponent
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_RemoveComponent_
commentId: Overload:Ghost.Entities.EntityManager.RemoveComponent
isSpec: "True"
fullName: Ghost.Entities.EntityManager.RemoveComponent
nameWithType: EntityManager.RemoveComponent
- uid: Ghost.Entities.EntityManager.RemoveComponent``1(Ghost.Entities.Entity)
name: RemoveComponent<T>(Entity)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_RemoveComponent__1_Ghost_Entities_Entity_
commentId: M:Ghost.Entities.EntityManager.RemoveComponent``1(Ghost.Entities.Entity)
name.vb: RemoveComponent(Of T)(Entity)
fullName: Ghost.Entities.EntityManager.RemoveComponent<T>(Ghost.Entities.Entity)
fullName.vb: Ghost.Entities.EntityManager.RemoveComponent(Of T)(Ghost.Entities.Entity)
nameWithType: EntityManager.RemoveComponent<T>(Entity)
nameWithType.vb: EntityManager.RemoveComponent(Of T)(Entity)
- uid: Ghost.Entities.EntityManager.SetComponent(Ghost.Entities.Entity,Ghost.Core.Identifier{Ghost.Entities.IComponent},System.Void*)
name: SetComponent(Entity, Identifier<IComponent>, void*)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_SetComponent_Ghost_Entities_Entity_Ghost_Core_Identifier_Ghost_Entities_IComponent__System_Void__
commentId: M:Ghost.Entities.EntityManager.SetComponent(Ghost.Entities.Entity,Ghost.Core.Identifier{Ghost.Entities.IComponent},System.Void*)
name.vb: SetComponent(Entity, Identifier(Of IComponent), Void*)
fullName: Ghost.Entities.EntityManager.SetComponent(Ghost.Entities.Entity, Ghost.Core.Identifier<Ghost.Entities.IComponent>, void*)
fullName.vb: Ghost.Entities.EntityManager.SetComponent(Ghost.Entities.Entity, Ghost.Core.Identifier(Of Ghost.Entities.IComponent), Void*)
nameWithType: EntityManager.SetComponent(Entity, Identifier<IComponent>, void*)
nameWithType.vb: EntityManager.SetComponent(Entity, Identifier(Of IComponent), Void*)
- uid: Ghost.Entities.EntityManager.SetComponent*
name: SetComponent
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_SetComponent_
commentId: Overload:Ghost.Entities.EntityManager.SetComponent
isSpec: "True"
fullName: Ghost.Entities.EntityManager.SetComponent
nameWithType: EntityManager.SetComponent
- uid: Ghost.Entities.EntityManager.SetComponent``1(Ghost.Entities.Entity,``0)
name: SetComponent<T>(Entity, T)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_SetComponent__1_Ghost_Entities_Entity___0_
commentId: M:Ghost.Entities.EntityManager.SetComponent``1(Ghost.Entities.Entity,``0)
name.vb: SetComponent(Of T)(Entity, T)
fullName: Ghost.Entities.EntityManager.SetComponent<T>(Ghost.Entities.Entity, T)
fullName.vb: Ghost.Entities.EntityManager.SetComponent(Of T)(Ghost.Entities.Entity, T)
nameWithType: EntityManager.SetComponent<T>(Entity, T)
nameWithType.vb: EntityManager.SetComponent(Of T)(Entity, T)
- uid: Ghost.Entities.EntityManager.SetEnabled(Ghost.Entities.Entity,Ghost.Core.Identifier{Ghost.Entities.IComponent},System.Boolean)
name: SetEnabled(Entity, Identifier<IComponent>, bool)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_SetEnabled_Ghost_Entities_Entity_Ghost_Core_Identifier_Ghost_Entities_IComponent__System_Boolean_
commentId: M:Ghost.Entities.EntityManager.SetEnabled(Ghost.Entities.Entity,Ghost.Core.Identifier{Ghost.Entities.IComponent},System.Boolean)
name.vb: SetEnabled(Entity, Identifier(Of IComponent), Boolean)
fullName: Ghost.Entities.EntityManager.SetEnabled(Ghost.Entities.Entity, Ghost.Core.Identifier<Ghost.Entities.IComponent>, bool)
fullName.vb: Ghost.Entities.EntityManager.SetEnabled(Ghost.Entities.Entity, Ghost.Core.Identifier(Of Ghost.Entities.IComponent), Boolean)
nameWithType: EntityManager.SetEnabled(Entity, Identifier<IComponent>, bool)
nameWithType.vb: EntityManager.SetEnabled(Entity, Identifier(Of IComponent), Boolean)
- uid: Ghost.Entities.EntityManager.SetEnabled*
name: SetEnabled
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_SetEnabled_
commentId: Overload:Ghost.Entities.EntityManager.SetEnabled
isSpec: "True"
fullName: Ghost.Entities.EntityManager.SetEnabled
nameWithType: EntityManager.SetEnabled
- uid: Ghost.Entities.EntityManager.SetEnabled``1(Ghost.Entities.Entity,System.Boolean)
name: SetEnabled<T>(Entity, bool)
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_SetEnabled__1_Ghost_Entities_Entity_System_Boolean_
commentId: M:Ghost.Entities.EntityManager.SetEnabled``1(Ghost.Entities.Entity,System.Boolean)
name.vb: SetEnabled(Of T)(Entity, Boolean)
fullName: Ghost.Entities.EntityManager.SetEnabled<T>(Ghost.Entities.Entity, bool)
fullName.vb: Ghost.Entities.EntityManager.SetEnabled(Of T)(Ghost.Entities.Entity, Boolean)
nameWithType: EntityManager.SetEnabled<T>(Entity, bool)
nameWithType.vb: EntityManager.SetEnabled(Of T)(Entity, Boolean)
- uid: Ghost.Entities.EntityManager.World
name: World
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_World
commentId: P:Ghost.Entities.EntityManager.World
fullName: Ghost.Entities.EntityManager.World
nameWithType: EntityManager.World
- uid: Ghost.Entities.EntityManager.World*
name: World
href: api/Ghost.Entities.EntityManager.html#Ghost_Entities_EntityManager_World_
commentId: Overload:Ghost.Entities.EntityManager.World
isSpec: "True"
fullName: Ghost.Entities.EntityManager.World
nameWithType: EntityManager.World
- uid: Ghost.Entities.EntityQuery
name: EntityQuery
href: api/Ghost.Entities.EntityQuery.html
commentId: T:Ghost.Entities.EntityQuery
fullName: Ghost.Entities.EntityQuery
nameWithType: EntityQuery
- uid: Ghost.Entities.EntityQuery.CalculateEntityCount
name: CalculateEntityCount()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_CalculateEntityCount
commentId: M:Ghost.Entities.EntityQuery.CalculateEntityCount
fullName: Ghost.Entities.EntityQuery.CalculateEntityCount()
nameWithType: EntityQuery.CalculateEntityCount()
- uid: Ghost.Entities.EntityQuery.CalculateEntityCount*
name: CalculateEntityCount
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_CalculateEntityCount_
commentId: Overload:Ghost.Entities.EntityQuery.CalculateEntityCount
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.CalculateEntityCount
nameWithType: EntityQuery.CalculateEntityCount
- uid: Ghost.Entities.EntityQuery.ChunkIterator
name: EntityQuery.ChunkIterator
href: api/Ghost.Entities.EntityQuery.ChunkIterator.html
commentId: T:Ghost.Entities.EntityQuery.ChunkIterator
fullName: Ghost.Entities.EntityQuery.ChunkIterator
nameWithType: EntityQuery.ChunkIterator
- uid: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator
name: EntityQuery.ChunkIterator.Enumerator
href: api/Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.ChunkIterator.Enumerator
fullName: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator
nameWithType: EntityQuery.ChunkIterator.Enumerator
- uid: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.html#Ghost_Entities_EntityQuery_ChunkIterator_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.Current
nameWithType: EntityQuery.ChunkIterator.Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.html#Ghost_Entities_EntityQuery_ChunkIterator_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.Current
nameWithType: EntityQuery.ChunkIterator.Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.html#Ghost_Entities_EntityQuery_ChunkIterator_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.MoveNext()
nameWithType: EntityQuery.ChunkIterator.Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.html#Ghost_Entities_EntityQuery_ChunkIterator_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.MoveNext
nameWithType: EntityQuery.ChunkIterator.Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.html#Ghost_Entities_EntityQuery_ChunkIterator_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.Reset()
nameWithType: EntityQuery.ChunkIterator.Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.html#Ghost_Entities_EntityQuery_ChunkIterator_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.Reset
nameWithType: EntityQuery.ChunkIterator.Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.ChunkIterator.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.ChunkIterator.html#Ghost_Entities_EntityQuery_ChunkIterator_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.ChunkIterator.GetEnumerator
fullName: Ghost.Entities.EntityQuery.ChunkIterator.GetEnumerator()
nameWithType: EntityQuery.ChunkIterator.GetEnumerator()
- uid: Ghost.Entities.EntityQuery.ChunkIterator.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.ChunkIterator.html#Ghost_Entities_EntityQuery_ChunkIterator_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.ChunkIterator.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ChunkIterator.GetEnumerator
nameWithType: EntityQuery.ChunkIterator.GetEnumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`1
name: EntityQuery.ComponentIterator<T0>
href: api/Ghost.Entities.EntityQuery.ComponentIterator-1.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`1
name.vb: EntityQuery.ComponentIterator(Of T0)
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0>
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0)
nameWithType: EntityQuery.ComponentIterator<T0>
nameWithType.vb: EntityQuery.ComponentIterator(Of T0)
- uid: Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator
name: EntityQuery.ComponentIterator<T0>.Enumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-1.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator
name.vb: EntityQuery.ComponentIterator(Of T0).Enumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0).Enumerator
nameWithType: EntityQuery.ComponentIterator<T0>.Enumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0).Enumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_1_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_1_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_1_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0).Enumerator.Dispose()
nameWithType: EntityQuery.ComponentIterator<T0>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.ComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_1_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0).Enumerator.Dispose
nameWithType: EntityQuery.ComponentIterator<T0>.Enumerator.Dispose
nameWithType.vb: EntityQuery.ComponentIterator(Of T0).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_1_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0).Enumerator.MoveNext()
nameWithType: EntityQuery.ComponentIterator<T0>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.ComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_1_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0).Enumerator.MoveNext
nameWithType: EntityQuery.ComponentIterator<T0>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.ComponentIterator(Of T0).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_1_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0).Enumerator.Reset()
nameWithType: EntityQuery.ComponentIterator<T0>.Enumerator.Reset()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.ComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_1_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`1.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0).Enumerator.Reset
nameWithType: EntityQuery.ComponentIterator<T0>.Enumerator.Reset
nameWithType.vb: EntityQuery.ComponentIterator(Of T0).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.ComponentIterator`1.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-1.html#Ghost_Entities_EntityQuery_ComponentIterator_1_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`1.GetEnumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0).GetEnumerator()
nameWithType: EntityQuery.ComponentIterator<T0>.GetEnumerator()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`1.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-1.html#Ghost_Entities_EntityQuery_ComponentIterator_1_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`1.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0).GetEnumerator
nameWithType: EntityQuery.ComponentIterator<T0>.GetEnumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0).GetEnumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2
name: EntityQuery.ComponentIterator<T0, T1>
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`2
name.vb: EntityQuery.ComponentIterator(Of T0, T1)
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1)
nameWithType: EntityQuery.ComponentIterator<T0, T1>
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1)
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator
name: EntityQuery.ComponentIterator<T0, T1>.Enumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator
name.vb: EntityQuery.ComponentIterator(Of T0, T1).Enumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).Enumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1>.Enumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).Enumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_2_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_2_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_2_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).Enumerator.Dispose()
nameWithType: EntityQuery.ComponentIterator<T0, T1>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_2_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).Enumerator.Dispose
nameWithType: EntityQuery.ComponentIterator<T0, T1>.Enumerator.Dispose
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_2_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).Enumerator.MoveNext()
nameWithType: EntityQuery.ComponentIterator<T0, T1>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_2_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).Enumerator.MoveNext
nameWithType: EntityQuery.ComponentIterator<T0, T1>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_2_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).Enumerator.Reset()
nameWithType: EntityQuery.ComponentIterator<T0, T1>.Enumerator.Reset()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_2_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`2.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).Enumerator.Reset
nameWithType: EntityQuery.ComponentIterator<T0, T1>.Enumerator.Reset
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.html#Ghost_Entities_EntityQuery_ComponentIterator_2_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`2.GetEnumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).GetEnumerator()
nameWithType: EntityQuery.ComponentIterator<T0, T1>.GetEnumerator()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.html#Ghost_Entities_EntityQuery_ComponentIterator_2_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`2.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).GetEnumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1>.GetEnumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).GetEnumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.QueryItem
name: EntityQuery.ComponentIterator<T0, T1>.QueryItem
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`2.QueryItem
name.vb: EntityQuery.ComponentIterator(Of T0, T1).QueryItem
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).QueryItem
nameWithType: EntityQuery.ComponentIterator<T0, T1>.QueryItem
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).QueryItem
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@)
name: Deconstruct(out Ref<T0>, out Ref<T1>)
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_2_QueryItem_Deconstruct_Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`2.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@)
name.vb: Deconstruct(Ref(Of T0), Ref(Of T1))
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.QueryItem.Deconstruct(out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>)
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1))
nameWithType: EntityQuery.ComponentIterator<T0, T1>.QueryItem.Deconstruct(out Ref<T0>, out Ref<T1>)
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).QueryItem.Deconstruct(Ref(Of T0), Ref(Of T1))
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_2_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`2.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).QueryItem.Deconstruct
nameWithType: EntityQuery.ComponentIterator<T0, T1>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_2_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`2.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).QueryItem.component0
nameWithType: EntityQuery.ComponentIterator<T0, T1>.QueryItem.component0
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.ComponentIterator`2.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.ComponentIterator-2.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_2_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`2.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1).QueryItem.component1
nameWithType: EntityQuery.ComponentIterator<T0, T1>.QueryItem.component1
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3
name: EntityQuery.ComponentIterator<T0, T1, T2>
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`3
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2)
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2)
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2)
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator
name: EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_3_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_3_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_3_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.Dispose()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_3_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.Dispose
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.Dispose
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_3_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.MoveNext()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_3_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.MoveNext
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_3_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.Reset()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.Reset()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_3_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`3.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.Reset
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator.Reset
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.html#Ghost_Entities_EntityQuery_ComponentIterator_3_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`3.GetEnumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).GetEnumerator()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.GetEnumerator()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.html#Ghost_Entities_EntityQuery_ComponentIterator_3_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`3.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).GetEnumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.GetEnumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).GetEnumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.QueryItem
name: EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`3.QueryItem
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@)
name: Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>)
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_3_QueryItem_Deconstruct_Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___Misaki_HighPerformance_LowLevel_Ref__2___
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`3.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@)
name.vb: Deconstruct(Ref(Of T0), Ref(Of T1), Ref(Of T2))
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem.Deconstruct(out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>, out Misaki.HighPerformance.LowLevel.Ref<T2>)
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1), Misaki.HighPerformance.LowLevel.Ref(Of T2))
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem.Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>)
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem.Deconstruct(Ref(Of T0), Ref(Of T1), Ref(Of T2))
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_3_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`3.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem.Deconstruct
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_3_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`3.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem.component0
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem.component0
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_3_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`3.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem.component1
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem.component1
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.ComponentIterator`3.QueryItem.component2
name: component2
href: api/Ghost.Entities.EntityQuery.ComponentIterator-3.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_3_QueryItem_component2
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`3.QueryItem.component2
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem.component2
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem.component2
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem.component2
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2).QueryItem.component2
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4
name: EntityQuery.ComponentIterator<T0, T1, T2, T3>
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`4
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3)
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3)
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3)
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator
name: EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_4_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_4_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_4_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.Dispose()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_4_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.Dispose
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.Dispose
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_4_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.MoveNext()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_4_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.MoveNext
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_4_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.Reset()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.Reset()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_4_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`4.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.Reset
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator.Reset
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.html#Ghost_Entities_EntityQuery_ComponentIterator_4_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`4.GetEnumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).GetEnumerator()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.GetEnumerator()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.html#Ghost_Entities_EntityQuery_ComponentIterator_4_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`4.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).GetEnumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.GetEnumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).GetEnumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem
name: EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@)
name: Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>)
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_4_QueryItem_Deconstruct_Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___Misaki_HighPerformance_LowLevel_Ref__2___Misaki_HighPerformance_LowLevel_Ref__3___
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@)
name.vb: Deconstruct(Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3))
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem.Deconstruct(out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>, out Misaki.HighPerformance.LowLevel.Ref<T2>, out Misaki.HighPerformance.LowLevel.Ref<T3>)
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1), Misaki.HighPerformance.LowLevel.Ref(Of T2), Misaki.HighPerformance.LowLevel.Ref(Of T3))
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem.Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>)
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem.Deconstruct(Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3))
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_4_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem.Deconstruct
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_4_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem.component0
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem.component0
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_4_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem.component1
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem.component1
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem.component2
name: component2
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_4_QueryItem_component2
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem.component2
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem.component2
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem.component2
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem.component2
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem.component2
- uid: Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem.component3
name: component3
href: api/Ghost.Entities.EntityQuery.ComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_4_QueryItem_component3
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`4.QueryItem.component3
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem.component3
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem.component3
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem.component3
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3).QueryItem.component3
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5
name: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`5
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4)
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4)
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4)
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator
name: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_5_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_5_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_5_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Dispose()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_5_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Dispose
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Dispose
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_5_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.MoveNext()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_5_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.MoveNext
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_5_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Reset()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Reset()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_5_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`5.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Reset
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Reset
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.html#Ghost_Entities_EntityQuery_ComponentIterator_5_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`5.GetEnumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).GetEnumerator()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.GetEnumerator()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.html#Ghost_Entities_EntityQuery_ComponentIterator_5_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`5.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).GetEnumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.GetEnumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).GetEnumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem
name: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@)
name: Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>)
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_5_QueryItem_Deconstruct_Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___Misaki_HighPerformance_LowLevel_Ref__2___Misaki_HighPerformance_LowLevel_Ref__3___Misaki_HighPerformance_LowLevel_Ref__4___
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@)
name.vb: Deconstruct(Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4))
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.Deconstruct(out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>, out Misaki.HighPerformance.LowLevel.Ref<T2>, out Misaki.HighPerformance.LowLevel.Ref<T3>, out Misaki.HighPerformance.LowLevel.Ref<T4>)
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1), Misaki.HighPerformance.LowLevel.Ref(Of T2), Misaki.HighPerformance.LowLevel.Ref(Of T3), Misaki.HighPerformance.LowLevel.Ref(Of T4))
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>)
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.Deconstruct(Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4))
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_5_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.Deconstruct
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_5_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component0
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component0
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_5_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component1
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component1
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.component2
name: component2
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_5_QueryItem_component2
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.component2
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component2
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component2
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component2
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component2
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.component3
name: component3
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_5_QueryItem_component3
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.component3
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component3
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component3
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component3
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component3
- uid: Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.component4
name: component4
href: api/Ghost.Entities.EntityQuery.ComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_5_QueryItem_component4
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`5.QueryItem.component4
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component4
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component4
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component4
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component4
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6
name: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`6
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5)
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5)
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5)
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator
name: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_6_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_6_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_6_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Dispose()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_6_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Dispose
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Dispose
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_6_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.MoveNext()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_6_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.MoveNext
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_6_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Reset()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Reset()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_6_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`6.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Reset
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Reset
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.html#Ghost_Entities_EntityQuery_ComponentIterator_6_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`6.GetEnumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).GetEnumerator()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.GetEnumerator()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.html#Ghost_Entities_EntityQuery_ComponentIterator_6_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`6.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).GetEnumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.GetEnumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).GetEnumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem
name: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@,Misaki.HighPerformance.LowLevel.Ref{`5}@)
name: Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>, out Ref<T5>)
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_6_QueryItem_Deconstruct_Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___Misaki_HighPerformance_LowLevel_Ref__2___Misaki_HighPerformance_LowLevel_Ref__3___Misaki_HighPerformance_LowLevel_Ref__4___Misaki_HighPerformance_LowLevel_Ref__5___
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@,Misaki.HighPerformance.LowLevel.Ref{`5}@)
name.vb: Deconstruct(Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4), Ref(Of T5))
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.Deconstruct(out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>, out Misaki.HighPerformance.LowLevel.Ref<T2>, out Misaki.HighPerformance.LowLevel.Ref<T3>, out Misaki.HighPerformance.LowLevel.Ref<T4>, out Misaki.HighPerformance.LowLevel.Ref<T5>)
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1), Misaki.HighPerformance.LowLevel.Ref(Of T2), Misaki.HighPerformance.LowLevel.Ref(Of T3), Misaki.HighPerformance.LowLevel.Ref(Of T4), Misaki.HighPerformance.LowLevel.Ref(Of T5))
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>, out Ref<T5>)
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.Deconstruct(Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4), Ref(Of T5))
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_6_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.Deconstruct
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_6_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component0
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component0
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_6_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component1
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component1
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.component2
name: component2
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_6_QueryItem_component2
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.component2
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component2
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component2
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component2
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component2
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.component3
name: component3
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_6_QueryItem_component3
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.component3
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component3
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component3
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component3
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component3
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.component4
name: component4
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_6_QueryItem_component4
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.component4
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component4
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component4
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component4
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component4
- uid: Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.component5
name: component5
href: api/Ghost.Entities.EntityQuery.ComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_6_QueryItem_component5
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`6.QueryItem.component5
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component5
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component5
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component5
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component5
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7
name: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`7
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator
name: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_7_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_7_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_7_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Dispose()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_7_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Dispose
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Dispose
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_7_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.MoveNext()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_7_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.MoveNext
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_7_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Reset()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Reset()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_7_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`7.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Reset
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Reset
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.html#Ghost_Entities_EntityQuery_ComponentIterator_7_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`7.GetEnumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).GetEnumerator()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.GetEnumerator()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.html#Ghost_Entities_EntityQuery_ComponentIterator_7_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`7.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).GetEnumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.GetEnumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).GetEnumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem
name: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@,Misaki.HighPerformance.LowLevel.Ref{`5}@,Misaki.HighPerformance.LowLevel.Ref{`6}@)
name: Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>, out Ref<T5>, out Ref<T6>)
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_7_QueryItem_Deconstruct_Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___Misaki_HighPerformance_LowLevel_Ref__2___Misaki_HighPerformance_LowLevel_Ref__3___Misaki_HighPerformance_LowLevel_Ref__4___Misaki_HighPerformance_LowLevel_Ref__5___Misaki_HighPerformance_LowLevel_Ref__6___
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@,Misaki.HighPerformance.LowLevel.Ref{`5}@,Misaki.HighPerformance.LowLevel.Ref{`6}@)
name.vb: Deconstruct(Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4), Ref(Of T5), Ref(Of T6))
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.Deconstruct(out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>, out Misaki.HighPerformance.LowLevel.Ref<T2>, out Misaki.HighPerformance.LowLevel.Ref<T3>, out Misaki.HighPerformance.LowLevel.Ref<T4>, out Misaki.HighPerformance.LowLevel.Ref<T5>, out Misaki.HighPerformance.LowLevel.Ref<T6>)
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1), Misaki.HighPerformance.LowLevel.Ref(Of T2), Misaki.HighPerformance.LowLevel.Ref(Of T3), Misaki.HighPerformance.LowLevel.Ref(Of T4), Misaki.HighPerformance.LowLevel.Ref(Of T5), Misaki.HighPerformance.LowLevel.Ref(Of T6))
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>, out Ref<T5>, out Ref<T6>)
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.Deconstruct(Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4), Ref(Of T5), Ref(Of T6))
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_7_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.Deconstruct
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_7_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component0
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component0
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_7_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component1
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component1
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component2
name: component2
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_7_QueryItem_component2
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component2
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component2
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component2
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component2
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component2
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component3
name: component3
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_7_QueryItem_component3
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component3
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component3
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component3
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component3
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component3
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component4
name: component4
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_7_QueryItem_component4
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component4
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component4
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component4
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component4
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component4
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component5
name: component5
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_7_QueryItem_component5
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component5
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component5
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component5
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component5
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component5
- uid: Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component6
name: component6
href: api/Ghost.Entities.EntityQuery.ComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_7_QueryItem_component6
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`7.QueryItem.component6
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component6
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component6
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component6
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component6
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8
name: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`8
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator
name: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_8_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_8_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Current
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Current
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_8_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Dispose()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_8_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Dispose
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Dispose
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_8_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.MoveNext()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_8_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.MoveNext
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_8_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Reset()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Reset()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_ComponentIterator_8_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`8.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Reset
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Reset
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.html#Ghost_Entities_EntityQuery_ComponentIterator_8_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`8.GetEnumerator
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).GetEnumerator()
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.GetEnumerator()
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.html#Ghost_Entities_EntityQuery_ComponentIterator_8_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`8.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).GetEnumerator
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.GetEnumerator
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).GetEnumerator
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem
name: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem
name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@,Misaki.HighPerformance.LowLevel.Ref{`5}@,Misaki.HighPerformance.LowLevel.Ref{`6}@,Misaki.HighPerformance.LowLevel.Ref{`7}@)
name: Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>, out Ref<T5>, out Ref<T6>, out Ref<T7>)
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_8_QueryItem_Deconstruct_Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___Misaki_HighPerformance_LowLevel_Ref__2___Misaki_HighPerformance_LowLevel_Ref__3___Misaki_HighPerformance_LowLevel_Ref__4___Misaki_HighPerformance_LowLevel_Ref__5___Misaki_HighPerformance_LowLevel_Ref__6___Misaki_HighPerformance_LowLevel_Ref__7___
commentId: M:Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@,Misaki.HighPerformance.LowLevel.Ref{`5}@,Misaki.HighPerformance.LowLevel.Ref{`6}@,Misaki.HighPerformance.LowLevel.Ref{`7}@)
name.vb: Deconstruct(Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4), Ref(Of T5), Ref(Of T6), Ref(Of T7))
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.Deconstruct(out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>, out Misaki.HighPerformance.LowLevel.Ref<T2>, out Misaki.HighPerformance.LowLevel.Ref<T3>, out Misaki.HighPerformance.LowLevel.Ref<T4>, out Misaki.HighPerformance.LowLevel.Ref<T5>, out Misaki.HighPerformance.LowLevel.Ref<T6>, out Misaki.HighPerformance.LowLevel.Ref<T7>)
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.Deconstruct(Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1), Misaki.HighPerformance.LowLevel.Ref(Of T2), Misaki.HighPerformance.LowLevel.Ref(Of T3), Misaki.HighPerformance.LowLevel.Ref(Of T4), Misaki.HighPerformance.LowLevel.Ref(Of T5), Misaki.HighPerformance.LowLevel.Ref(Of T6), Misaki.HighPerformance.LowLevel.Ref(Of T7))
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>, out Ref<T5>, out Ref<T6>, out Ref<T7>)
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.Deconstruct(Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4), Ref(Of T5), Ref(Of T6), Ref(Of T7))
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_8_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.Deconstruct
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_8_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component0
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component0
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_8_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component1
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component1
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component2
name: component2
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_8_QueryItem_component2
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component2
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component2
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component2
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component2
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component2
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component3
name: component3
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_8_QueryItem_component3
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component3
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component3
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component3
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component3
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component3
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component4
name: component4
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_8_QueryItem_component4
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component4
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component4
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component4
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component4
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component4
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component5
name: component5
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_8_QueryItem_component5
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component5
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component5
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component5
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component5
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component5
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component6
name: component6
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_8_QueryItem_component6
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component6
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component6
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component6
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component6
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component6
- uid: Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component7
name: component7
href: api/Ghost.Entities.EntityQuery.ComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_ComponentIterator_8_QueryItem_component7
commentId: F:Ghost.Entities.EntityQuery.ComponentIterator`8.QueryItem.component7
fullName: Ghost.Entities.EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component7
fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component7
nameWithType: EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component7
nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component7
- uid: Ghost.Entities.EntityQuery.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_Dispose
commentId: M:Ghost.Entities.EntityQuery.Dispose
fullName: Ghost.Entities.EntityQuery.Dispose()
nameWithType: EntityQuery.Dispose()
- uid: Ghost.Entities.EntityQuery.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.Dispose
nameWithType: EntityQuery.Dispose
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1
name: EntityQuery.EntityComponentIterator<T0>
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`1
name.vb: EntityQuery.EntityComponentIterator(Of T0)
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0)
nameWithType: EntityQuery.EntityComponentIterator<T0>
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0)
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator
name: EntityQuery.EntityComponentIterator<T0>.Enumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator
name.vb: EntityQuery.EntityComponentIterator(Of T0).Enumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).Enumerator
nameWithType: EntityQuery.EntityComponentIterator<T0>.Enumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).Enumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).Enumerator.Dispose()
nameWithType: EntityQuery.EntityComponentIterator<T0>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).Enumerator.Dispose
nameWithType: EntityQuery.EntityComponentIterator<T0>.Enumerator.Dispose
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).Enumerator.MoveNext()
nameWithType: EntityQuery.EntityComponentIterator<T0>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).Enumerator.MoveNext
nameWithType: EntityQuery.EntityComponentIterator<T0>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).Enumerator.Reset()
nameWithType: EntityQuery.EntityComponentIterator<T0>.Enumerator.Reset()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`1.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).Enumerator.Reset
nameWithType: EntityQuery.EntityComponentIterator<T0>.Enumerator.Reset
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`1.GetEnumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).GetEnumerator()
nameWithType: EntityQuery.EntityComponentIterator<T0>.GetEnumerator()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`1.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).GetEnumerator
nameWithType: EntityQuery.EntityComponentIterator<T0>.GetEnumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).GetEnumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem
name: EntityQuery.EntityComponentIterator<T0>.QueryItem
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem
name.vb: EntityQuery.EntityComponentIterator(Of T0).QueryItem
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).QueryItem
nameWithType: EntityQuery.EntityComponentIterator<T0>.QueryItem
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).QueryItem
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@)
name: Deconstruct(out Entity, out Ref<T0>)
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.QueryItem.html#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}@)
name.vb: Deconstruct(Entity, Ref(Of T0))
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.QueryItem.Deconstruct(out Ghost.Entities.Entity, out Misaki.HighPerformance.LowLevel.Ref<T0>)
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).QueryItem.Deconstruct(Ghost.Entities.Entity, Misaki.HighPerformance.LowLevel.Ref(Of T0))
nameWithType: EntityQuery.EntityComponentIterator<T0>.QueryItem.Deconstruct(out Entity, out Ref<T0>)
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).QueryItem.Deconstruct(Entity, Ref(Of T0))
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).QueryItem.Deconstruct
nameWithType: EntityQuery.EntityComponentIterator<T0>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).QueryItem.component0
nameWithType: EntityQuery.EntityComponentIterator<T0>.QueryItem.component0
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.entity
name: entity
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-1.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_1_QueryItem_entity
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`1.QueryItem.entity
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0>.QueryItem.entity
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0).QueryItem.entity
nameWithType: EntityQuery.EntityComponentIterator<T0>.QueryItem.entity
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0).QueryItem.entity
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2
name: EntityQuery.EntityComponentIterator<T0, T1>
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`2
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1)
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1)
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1)
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator
name: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Dispose()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Dispose
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Dispose
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.MoveNext()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.MoveNext
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Reset()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Reset()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Reset
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Reset
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`2.GetEnumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).GetEnumerator()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.GetEnumerator()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`2.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).GetEnumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.GetEnumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).GetEnumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem
name: EntityQuery.EntityComponentIterator<T0, T1>.QueryItem
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.QueryItem
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@)
name: Deconstruct(out Entity, out Ref<T0>, out Ref<T1>)
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_QueryItem_Deconstruct_Ghost_Entities_Entity__Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@)
name.vb: Deconstruct(Entity, Ref(Of T0), Ref(Of T1))
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.QueryItem.Deconstruct(out Ghost.Entities.Entity, out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>)
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem.Deconstruct(Ghost.Entities.Entity, Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1))
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.QueryItem.Deconstruct(out Entity, out Ref<T0>, out Ref<T1>)
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem.Deconstruct(Entity, Ref(Of T0), Ref(Of T1))
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem.Deconstruct
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem.component0
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.QueryItem.component0
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem.component1
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.QueryItem.component1
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem.entity
name: entity
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-2.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_QueryItem_entity
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem.entity
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.QueryItem.entity
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem.entity
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.QueryItem.entity
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem.entity
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3
name: EntityQuery.EntityComponentIterator<T0, T1, T2>
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`3
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2)
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2)
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2)
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator
name: EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.Dispose()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.Dispose
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.Dispose
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.MoveNext()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.MoveNext
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.Reset()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.Reset()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`3.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.Reset
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator.Reset
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`3.GetEnumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).GetEnumerator()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.GetEnumerator()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`3.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).GetEnumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.GetEnumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).GetEnumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem
name: EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@)
name: Deconstruct(out Entity, out Ref<T0>, out Ref<T1>, out Ref<T2>)
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_QueryItem_Deconstruct_Ghost_Entities_Entity__Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___Misaki_HighPerformance_LowLevel_Ref__2___
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@)
name.vb: Deconstruct(Entity, Ref(Of T0), Ref(Of T1), Ref(Of T2))
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem.Deconstruct(out Ghost.Entities.Entity, out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>, out Misaki.HighPerformance.LowLevel.Ref<T2>)
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem.Deconstruct(Ghost.Entities.Entity, Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1), Misaki.HighPerformance.LowLevel.Ref(Of T2))
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem.Deconstruct(out Entity, out Ref<T0>, out Ref<T1>, out Ref<T2>)
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem.Deconstruct(Entity, Ref(Of T0), Ref(Of T1), Ref(Of T2))
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem.Deconstruct
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem.component0
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem.component0
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem.component1
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem.component1
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem.component2
name: component2
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_QueryItem_component2
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem.component2
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem.component2
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem.component2
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem.component2
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem.component2
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem.entity
name: entity
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-3.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_3_QueryItem_entity
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`3.QueryItem.entity
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem.entity
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem.entity
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem.entity
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2).QueryItem.entity
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`4
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3)
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3)
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3)
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.Dispose()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.Dispose
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.Dispose
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.MoveNext()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.MoveNext
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.Reset()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.Reset()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`4.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.Reset
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator.Reset
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`4.GetEnumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).GetEnumerator()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.GetEnumerator()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`4.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).GetEnumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.GetEnumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).GetEnumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@)
name: Deconstruct(out Entity, out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>)
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_QueryItem_Deconstruct_Ghost_Entities_Entity__Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___Misaki_HighPerformance_LowLevel_Ref__2___Misaki_HighPerformance_LowLevel_Ref__3___
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@)
name.vb: Deconstruct(Entity, Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3))
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.Deconstruct(out Ghost.Entities.Entity, out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>, out Misaki.HighPerformance.LowLevel.Ref<T2>, out Misaki.HighPerformance.LowLevel.Ref<T3>)
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.Deconstruct(Ghost.Entities.Entity, Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1), Misaki.HighPerformance.LowLevel.Ref(Of T2), Misaki.HighPerformance.LowLevel.Ref(Of T3))
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.Deconstruct(out Entity, out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>)
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.Deconstruct(Entity, Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3))
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.Deconstruct
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.component0
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.component0
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.component1
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.component1
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.component2
name: component2
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_QueryItem_component2
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.component2
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.component2
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.component2
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.component2
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.component2
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.component3
name: component3
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_QueryItem_component3
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.component3
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.component3
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.component3
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.component3
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.component3
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.entity
name: entity
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-4.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_4_QueryItem_entity
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`4.QueryItem.entity
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.entity
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.entity
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem.entity
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3).QueryItem.entity
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`5
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4)
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4)
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4)
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Dispose()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Dispose
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Dispose
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.MoveNext()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.MoveNext
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Reset()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Reset()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`5.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Reset
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator.Reset
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`5.GetEnumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).GetEnumerator()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.GetEnumerator()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`5.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).GetEnumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.GetEnumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).GetEnumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@)
name: Deconstruct(out Entity, out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>)
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_QueryItem_Deconstruct_Ghost_Entities_Entity__Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___Misaki_HighPerformance_LowLevel_Ref__2___Misaki_HighPerformance_LowLevel_Ref__3___Misaki_HighPerformance_LowLevel_Ref__4___
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@)
name.vb: Deconstruct(Entity, Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4))
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.Deconstruct(out Ghost.Entities.Entity, out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>, out Misaki.HighPerformance.LowLevel.Ref<T2>, out Misaki.HighPerformance.LowLevel.Ref<T3>, out Misaki.HighPerformance.LowLevel.Ref<T4>)
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.Deconstruct(Ghost.Entities.Entity, Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1), Misaki.HighPerformance.LowLevel.Ref(Of T2), Misaki.HighPerformance.LowLevel.Ref(Of T3), Misaki.HighPerformance.LowLevel.Ref(Of T4))
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.Deconstruct(out Entity, out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>)
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.Deconstruct(Entity, Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4))
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.Deconstruct
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component0
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component0
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component1
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component1
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.component2
name: component2
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_QueryItem_component2
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.component2
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component2
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component2
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component2
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component2
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.component3
name: component3
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_QueryItem_component3
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.component3
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component3
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component3
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component3
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component3
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.component4
name: component4
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_QueryItem_component4
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.component4
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component4
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component4
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.component4
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.component4
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.entity
name: entity
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-5.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_5_QueryItem_entity
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`5.QueryItem.entity
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.entity
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.entity
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem.entity
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4).QueryItem.entity
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`6
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5)
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5)
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5)
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Dispose()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Dispose
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Dispose
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.MoveNext()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.MoveNext
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Reset()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Reset()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`6.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Reset
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator.Reset
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`6.GetEnumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).GetEnumerator()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.GetEnumerator()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`6.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).GetEnumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.GetEnumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).GetEnumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@,Misaki.HighPerformance.LowLevel.Ref{`5}@)
name: Deconstruct(out Entity, out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>, out Ref<T5>)
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_QueryItem_Deconstruct_Ghost_Entities_Entity__Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___Misaki_HighPerformance_LowLevel_Ref__2___Misaki_HighPerformance_LowLevel_Ref__3___Misaki_HighPerformance_LowLevel_Ref__4___Misaki_HighPerformance_LowLevel_Ref__5___
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@,Misaki.HighPerformance.LowLevel.Ref{`5}@)
name.vb: Deconstruct(Entity, Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4), Ref(Of T5))
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.Deconstruct(out Ghost.Entities.Entity, out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>, out Misaki.HighPerformance.LowLevel.Ref<T2>, out Misaki.HighPerformance.LowLevel.Ref<T3>, out Misaki.HighPerformance.LowLevel.Ref<T4>, out Misaki.HighPerformance.LowLevel.Ref<T5>)
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.Deconstruct(Ghost.Entities.Entity, Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1), Misaki.HighPerformance.LowLevel.Ref(Of T2), Misaki.HighPerformance.LowLevel.Ref(Of T3), Misaki.HighPerformance.LowLevel.Ref(Of T4), Misaki.HighPerformance.LowLevel.Ref(Of T5))
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.Deconstruct(out Entity, out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>, out Ref<T5>)
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.Deconstruct(Entity, Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4), Ref(Of T5))
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.Deconstruct
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component0
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component0
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component1
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component1
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.component2
name: component2
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_QueryItem_component2
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.component2
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component2
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component2
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component2
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component2
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.component3
name: component3
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_QueryItem_component3
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.component3
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component3
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component3
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component3
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component3
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.component4
name: component4
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_QueryItem_component4
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.component4
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component4
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component4
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component4
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component4
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.component5
name: component5
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_QueryItem_component5
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.component5
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component5
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component5
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.component5
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.component5
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.entity
name: entity
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-6.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_6_QueryItem_entity
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`6.QueryItem.entity
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.entity
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.entity
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem.entity
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5).QueryItem.entity
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`7
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Dispose()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Dispose
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Dispose
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.MoveNext()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.MoveNext
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Reset()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Reset()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`7.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Reset
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator.Reset
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`7.GetEnumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).GetEnumerator()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.GetEnumerator()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`7.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).GetEnumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.GetEnumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).GetEnumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@,Misaki.HighPerformance.LowLevel.Ref{`5}@,Misaki.HighPerformance.LowLevel.Ref{`6}@)
name: Deconstruct(out Entity, out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>, out Ref<T5>, out Ref<T6>)
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_QueryItem_Deconstruct_Ghost_Entities_Entity__Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___Misaki_HighPerformance_LowLevel_Ref__2___Misaki_HighPerformance_LowLevel_Ref__3___Misaki_HighPerformance_LowLevel_Ref__4___Misaki_HighPerformance_LowLevel_Ref__5___Misaki_HighPerformance_LowLevel_Ref__6___
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@,Misaki.HighPerformance.LowLevel.Ref{`5}@,Misaki.HighPerformance.LowLevel.Ref{`6}@)
name.vb: Deconstruct(Entity, Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4), Ref(Of T5), Ref(Of T6))
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.Deconstruct(out Ghost.Entities.Entity, out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>, out Misaki.HighPerformance.LowLevel.Ref<T2>, out Misaki.HighPerformance.LowLevel.Ref<T3>, out Misaki.HighPerformance.LowLevel.Ref<T4>, out Misaki.HighPerformance.LowLevel.Ref<T5>, out Misaki.HighPerformance.LowLevel.Ref<T6>)
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.Deconstruct(Ghost.Entities.Entity, Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1), Misaki.HighPerformance.LowLevel.Ref(Of T2), Misaki.HighPerformance.LowLevel.Ref(Of T3), Misaki.HighPerformance.LowLevel.Ref(Of T4), Misaki.HighPerformance.LowLevel.Ref(Of T5), Misaki.HighPerformance.LowLevel.Ref(Of T6))
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.Deconstruct(out Entity, out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>, out Ref<T5>, out Ref<T6>)
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.Deconstruct(Entity, Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4), Ref(Of T5), Ref(Of T6))
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.Deconstruct
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component0
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component0
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component1
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component1
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component2
name: component2
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_QueryItem_component2
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component2
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component2
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component2
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component2
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component2
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component3
name: component3
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_QueryItem_component3
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component3
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component3
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component3
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component3
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component3
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component4
name: component4
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_QueryItem_component4
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component4
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component4
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component4
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component4
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component4
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component5
name: component5
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_QueryItem_component5
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component5
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component5
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component5
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component5
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component5
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component6
name: component6
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_QueryItem_component6
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.component6
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component6
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component6
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.component6
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.component6
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.entity
name: entity
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-7.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_7_QueryItem_entity
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`7.QueryItem.entity
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.entity
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.entity
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem.entity
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6).QueryItem.entity
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`8
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.Enumerator.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.Current
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_Enumerator_Current
commentId: P:Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.Current
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.Current*
name: Current
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_Enumerator_Current_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.Current
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Current
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Current
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Current
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Current
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.Dispose
name: Dispose()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_Enumerator_Dispose
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.Dispose
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Dispose()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Dispose()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Dispose()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Dispose()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.Dispose*
name: Dispose
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_Enumerator_Dispose_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.Dispose
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Dispose
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Dispose
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Dispose
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Dispose
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.MoveNext
name: MoveNext()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_Enumerator_MoveNext
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.MoveNext
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.MoveNext()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.MoveNext()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.MoveNext()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.MoveNext()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.MoveNext*
name: MoveNext
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_Enumerator_MoveNext_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.MoveNext
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.MoveNext
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.MoveNext
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.MoveNext
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.MoveNext
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.Reset
name: Reset()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_Enumerator_Reset
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.Reset
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Reset()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Reset()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Reset()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Reset()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.Reset*
name: Reset
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_Enumerator_Reset_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`8.Enumerator.Reset
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Reset
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Reset
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator.Reset
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).Enumerator.Reset
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.GetEnumerator
name: GetEnumerator()
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_GetEnumerator
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`8.GetEnumerator
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.GetEnumerator()
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).GetEnumerator()
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.GetEnumerator()
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).GetEnumerator()
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.GetEnumerator*
name: GetEnumerator
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_GetEnumerator_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`8.GetEnumerator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.GetEnumerator
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).GetEnumerator
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.GetEnumerator
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).GetEnumerator
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem
name: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@,Misaki.HighPerformance.LowLevel.Ref{`5}@,Misaki.HighPerformance.LowLevel.Ref{`6}@,Misaki.HighPerformance.LowLevel.Ref{`7}@)
name: Deconstruct(out Entity, out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>, out Ref<T5>, out Ref<T6>, out Ref<T7>)
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_QueryItem_Deconstruct_Ghost_Entities_Entity__Misaki_HighPerformance_LowLevel_Ref__0___Misaki_HighPerformance_LowLevel_Ref__1___Misaki_HighPerformance_LowLevel_Ref__2___Misaki_HighPerformance_LowLevel_Ref__3___Misaki_HighPerformance_LowLevel_Ref__4___Misaki_HighPerformance_LowLevel_Ref__5___Misaki_HighPerformance_LowLevel_Ref__6___Misaki_HighPerformance_LowLevel_Ref__7___
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.Deconstruct(Ghost.Entities.Entity@,Misaki.HighPerformance.LowLevel.Ref{`0}@,Misaki.HighPerformance.LowLevel.Ref{`1}@,Misaki.HighPerformance.LowLevel.Ref{`2}@,Misaki.HighPerformance.LowLevel.Ref{`3}@,Misaki.HighPerformance.LowLevel.Ref{`4}@,Misaki.HighPerformance.LowLevel.Ref{`5}@,Misaki.HighPerformance.LowLevel.Ref{`6}@,Misaki.HighPerformance.LowLevel.Ref{`7}@)
name.vb: Deconstruct(Entity, Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4), Ref(Of T5), Ref(Of T6), Ref(Of T7))
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.Deconstruct(out Ghost.Entities.Entity, out Misaki.HighPerformance.LowLevel.Ref<T0>, out Misaki.HighPerformance.LowLevel.Ref<T1>, out Misaki.HighPerformance.LowLevel.Ref<T2>, out Misaki.HighPerformance.LowLevel.Ref<T3>, out Misaki.HighPerformance.LowLevel.Ref<T4>, out Misaki.HighPerformance.LowLevel.Ref<T5>, out Misaki.HighPerformance.LowLevel.Ref<T6>, out Misaki.HighPerformance.LowLevel.Ref<T7>)
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.Deconstruct(Ghost.Entities.Entity, Misaki.HighPerformance.LowLevel.Ref(Of T0), Misaki.HighPerformance.LowLevel.Ref(Of T1), Misaki.HighPerformance.LowLevel.Ref(Of T2), Misaki.HighPerformance.LowLevel.Ref(Of T3), Misaki.HighPerformance.LowLevel.Ref(Of T4), Misaki.HighPerformance.LowLevel.Ref(Of T5), Misaki.HighPerformance.LowLevel.Ref(Of T6), Misaki.HighPerformance.LowLevel.Ref(Of T7))
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.Deconstruct(out Entity, out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>, out Ref<T4>, out Ref<T5>, out Ref<T6>, out Ref<T7>)
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.Deconstruct(Entity, Ref(Of T0), Ref(Of T1), Ref(Of T2), Ref(Of T3), Ref(Of T4), Ref(Of T5), Ref(Of T6), Ref(Of T7))
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.Deconstruct*
name: Deconstruct
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_QueryItem_Deconstruct_
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.Deconstruct
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.Deconstruct
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.Deconstruct
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.Deconstruct
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.Deconstruct
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component0
name: component0
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_QueryItem_component0
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component0
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component0
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component0
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component0
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component0
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component1
name: component1
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_QueryItem_component1
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component1
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component1
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component1
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component1
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component1
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component2
name: component2
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_QueryItem_component2
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component2
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component2
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component2
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component2
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component2
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component3
name: component3
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_QueryItem_component3
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component3
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component3
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component3
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component3
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component3
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component4
name: component4
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_QueryItem_component4
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component4
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component4
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component4
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component4
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component4
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component5
name: component5
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_QueryItem_component5
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component5
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component5
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component5
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component5
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component5
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component6
name: component6
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_QueryItem_component6
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component6
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component6
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component6
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component6
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component6
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component7
name: component7
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_QueryItem_component7
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.component7
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component7
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component7
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.component7
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.component7
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.entity
name: entity
href: api/Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html#Ghost_Entities_EntityQuery_EntityComponentIterator_8_QueryItem_entity
commentId: F:Ghost.Entities.EntityQuery.EntityComponentIterator`8.QueryItem.entity
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.entity
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.entity
nameWithType: EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem.entity
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7).QueryItem.entity
- uid: Ghost.Entities.EntityQuery.ForEach*
name: ForEach
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach_
commentId: Overload:Ghost.Entities.EntityQuery.ForEach
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ForEach
nameWithType: EntityQuery.ForEach
- uid: Ghost.Entities.EntityQuery.ForEach``1(Ghost.Entities.ForEachWithEntity{``0})
name: ForEach<T0>(ForEachWithEntity<T0>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__1_Ghost_Entities_ForEachWithEntity___0__
commentId: M:Ghost.Entities.EntityQuery.ForEach``1(Ghost.Entities.ForEachWithEntity{``0})
name.vb: ForEach(Of T0)(ForEachWithEntity(Of T0))
fullName: Ghost.Entities.EntityQuery.ForEach<T0>(Ghost.Entities.ForEachWithEntity<T0>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0)(Ghost.Entities.ForEachWithEntity(Of T0))
nameWithType: EntityQuery.ForEach<T0>(ForEachWithEntity<T0>)
nameWithType.vb: EntityQuery.ForEach(Of T0)(ForEachWithEntity(Of T0))
- uid: Ghost.Entities.EntityQuery.ForEach``1(Ghost.Entities.ForEach{``0})
name: ForEach<T0>(ForEach<T0>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__1_Ghost_Entities_ForEach___0__
commentId: M:Ghost.Entities.EntityQuery.ForEach``1(Ghost.Entities.ForEach{``0})
name.vb: ForEach(Of T0)(ForEach(Of T0))
fullName: Ghost.Entities.EntityQuery.ForEach<T0>(Ghost.Entities.ForEach<T0>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0)(Ghost.Entities.ForEach(Of T0))
nameWithType: EntityQuery.ForEach<T0>(ForEach<T0>)
nameWithType.vb: EntityQuery.ForEach(Of T0)(ForEach(Of T0))
- uid: Ghost.Entities.EntityQuery.ForEach``2(Ghost.Entities.ForEachWithEntity{``0,``1})
name: ForEach<T0, T1>(ForEachWithEntity<T0, T1>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__2_Ghost_Entities_ForEachWithEntity___0___1__
commentId: M:Ghost.Entities.EntityQuery.ForEach``2(Ghost.Entities.ForEachWithEntity{``0,``1})
name.vb: ForEach(Of T0, T1)(ForEachWithEntity(Of T0, T1))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1>(Ghost.Entities.ForEachWithEntity<T0, T1>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1)(Ghost.Entities.ForEachWithEntity(Of T0, T1))
nameWithType: EntityQuery.ForEach<T0, T1>(ForEachWithEntity<T0, T1>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1)(ForEachWithEntity(Of T0, T1))
- uid: Ghost.Entities.EntityQuery.ForEach``2(Ghost.Entities.ForEach{``0,``1})
name: ForEach<T0, T1>(ForEach<T0, T1>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__2_Ghost_Entities_ForEach___0___1__
commentId: M:Ghost.Entities.EntityQuery.ForEach``2(Ghost.Entities.ForEach{``0,``1})
name.vb: ForEach(Of T0, T1)(ForEach(Of T0, T1))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1>(Ghost.Entities.ForEach<T0, T1>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1)(Ghost.Entities.ForEach(Of T0, T1))
nameWithType: EntityQuery.ForEach<T0, T1>(ForEach<T0, T1>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1)(ForEach(Of T0, T1))
- uid: Ghost.Entities.EntityQuery.ForEach``3(Ghost.Entities.ForEachWithEntity{``0,``1,``2})
name: ForEach<T0, T1, T2>(ForEachWithEntity<T0, T1, T2>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__3_Ghost_Entities_ForEachWithEntity___0___1___2__
commentId: M:Ghost.Entities.EntityQuery.ForEach``3(Ghost.Entities.ForEachWithEntity{``0,``1,``2})
name.vb: ForEach(Of T0, T1, T2)(ForEachWithEntity(Of T0, T1, T2))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1, T2>(Ghost.Entities.ForEachWithEntity<T0, T1, T2>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2)(Ghost.Entities.ForEachWithEntity(Of T0, T1, T2))
nameWithType: EntityQuery.ForEach<T0, T1, T2>(ForEachWithEntity<T0, T1, T2>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2)(ForEachWithEntity(Of T0, T1, T2))
- uid: Ghost.Entities.EntityQuery.ForEach``3(Ghost.Entities.ForEach{``0,``1,``2})
name: ForEach<T0, T1, T2>(ForEach<T0, T1, T2>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__3_Ghost_Entities_ForEach___0___1___2__
commentId: M:Ghost.Entities.EntityQuery.ForEach``3(Ghost.Entities.ForEach{``0,``1,``2})
name.vb: ForEach(Of T0, T1, T2)(ForEach(Of T0, T1, T2))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1, T2>(Ghost.Entities.ForEach<T0, T1, T2>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2)(Ghost.Entities.ForEach(Of T0, T1, T2))
nameWithType: EntityQuery.ForEach<T0, T1, T2>(ForEach<T0, T1, T2>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2)(ForEach(Of T0, T1, T2))
- uid: Ghost.Entities.EntityQuery.ForEach``4(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3})
name: ForEach<T0, T1, T2, T3>(ForEachWithEntity<T0, T1, T2, T3>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__4_Ghost_Entities_ForEachWithEntity___0___1___2___3__
commentId: M:Ghost.Entities.EntityQuery.ForEach``4(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3})
name.vb: ForEach(Of T0, T1, T2, T3)(ForEachWithEntity(Of T0, T1, T2, T3))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1, T2, T3>(Ghost.Entities.ForEachWithEntity<T0, T1, T2, T3>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3)(Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3))
nameWithType: EntityQuery.ForEach<T0, T1, T2, T3>(ForEachWithEntity<T0, T1, T2, T3>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3)(ForEachWithEntity(Of T0, T1, T2, T3))
- uid: Ghost.Entities.EntityQuery.ForEach``4(Ghost.Entities.ForEach{``0,``1,``2,``3})
name: ForEach<T0, T1, T2, T3>(ForEach<T0, T1, T2, T3>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__4_Ghost_Entities_ForEach___0___1___2___3__
commentId: M:Ghost.Entities.EntityQuery.ForEach``4(Ghost.Entities.ForEach{``0,``1,``2,``3})
name.vb: ForEach(Of T0, T1, T2, T3)(ForEach(Of T0, T1, T2, T3))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1, T2, T3>(Ghost.Entities.ForEach<T0, T1, T2, T3>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3)(Ghost.Entities.ForEach(Of T0, T1, T2, T3))
nameWithType: EntityQuery.ForEach<T0, T1, T2, T3>(ForEach<T0, T1, T2, T3>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3)(ForEach(Of T0, T1, T2, T3))
- uid: Ghost.Entities.EntityQuery.ForEach``5(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4})
name: ForEach<T0, T1, T2, T3, T4>(ForEachWithEntity<T0, T1, T2, T3, T4>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__5_Ghost_Entities_ForEachWithEntity___0___1___2___3___4__
commentId: M:Ghost.Entities.EntityQuery.ForEach``5(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4})
name.vb: ForEach(Of T0, T1, T2, T3, T4)(ForEachWithEntity(Of T0, T1, T2, T3, T4))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1, T2, T3, T4>(Ghost.Entities.ForEachWithEntity<T0, T1, T2, T3, T4>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4)(Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4))
nameWithType: EntityQuery.ForEach<T0, T1, T2, T3, T4>(ForEachWithEntity<T0, T1, T2, T3, T4>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4)(ForEachWithEntity(Of T0, T1, T2, T3, T4))
- uid: Ghost.Entities.EntityQuery.ForEach``5(Ghost.Entities.ForEach{``0,``1,``2,``3,``4})
name: ForEach<T0, T1, T2, T3, T4>(ForEach<T0, T1, T2, T3, T4>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__5_Ghost_Entities_ForEach___0___1___2___3___4__
commentId: M:Ghost.Entities.EntityQuery.ForEach``5(Ghost.Entities.ForEach{``0,``1,``2,``3,``4})
name.vb: ForEach(Of T0, T1, T2, T3, T4)(ForEach(Of T0, T1, T2, T3, T4))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1, T2, T3, T4>(Ghost.Entities.ForEach<T0, T1, T2, T3, T4>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4)(Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4))
nameWithType: EntityQuery.ForEach<T0, T1, T2, T3, T4>(ForEach<T0, T1, T2, T3, T4>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4)(ForEach(Of T0, T1, T2, T3, T4))
- uid: Ghost.Entities.EntityQuery.ForEach``6(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5})
name: ForEach<T0, T1, T2, T3, T4, T5>(ForEachWithEntity<T0, T1, T2, T3, T4, T5>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__6_Ghost_Entities_ForEachWithEntity___0___1___2___3___4___5__
commentId: M:Ghost.Entities.EntityQuery.ForEach``6(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5})
name.vb: ForEach(Of T0, T1, T2, T3, T4, T5)(ForEachWithEntity(Of T0, T1, T2, T3, T4, T5))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1, T2, T3, T4, T5>(Ghost.Entities.ForEachWithEntity<T0, T1, T2, T3, T4, T5>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5)(Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5))
nameWithType: EntityQuery.ForEach<T0, T1, T2, T3, T4, T5>(ForEachWithEntity<T0, T1, T2, T3, T4, T5>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5)(ForEachWithEntity(Of T0, T1, T2, T3, T4, T5))
- uid: Ghost.Entities.EntityQuery.ForEach``6(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5})
name: ForEach<T0, T1, T2, T3, T4, T5>(ForEach<T0, T1, T2, T3, T4, T5>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__6_Ghost_Entities_ForEach___0___1___2___3___4___5__
commentId: M:Ghost.Entities.EntityQuery.ForEach``6(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5})
name.vb: ForEach(Of T0, T1, T2, T3, T4, T5)(ForEach(Of T0, T1, T2, T3, T4, T5))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1, T2, T3, T4, T5>(Ghost.Entities.ForEach<T0, T1, T2, T3, T4, T5>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5)(Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5))
nameWithType: EntityQuery.ForEach<T0, T1, T2, T3, T4, T5>(ForEach<T0, T1, T2, T3, T4, T5>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5)(ForEach(Of T0, T1, T2, T3, T4, T5))
- uid: Ghost.Entities.EntityQuery.ForEach``7(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6})
name: ForEach<T0, T1, T2, T3, T4, T5, T6>(ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__7_Ghost_Entities_ForEachWithEntity___0___1___2___3___4___5___6__
commentId: M:Ghost.Entities.EntityQuery.ForEach``7(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6})
name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6)(ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1, T2, T3, T4, T5, T6>(Ghost.Entities.ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6)(Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6))
nameWithType: EntityQuery.ForEach<T0, T1, T2, T3, T4, T5, T6>(ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6)(ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6))
- uid: Ghost.Entities.EntityQuery.ForEach``7(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6})
name: ForEach<T0, T1, T2, T3, T4, T5, T6>(ForEach<T0, T1, T2, T3, T4, T5, T6>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__7_Ghost_Entities_ForEach___0___1___2___3___4___5___6__
commentId: M:Ghost.Entities.EntityQuery.ForEach``7(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6})
name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6)(ForEach(Of T0, T1, T2, T3, T4, T5, T6))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1, T2, T3, T4, T5, T6>(Ghost.Entities.ForEach<T0, T1, T2, T3, T4, T5, T6>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6)(Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5, T6))
nameWithType: EntityQuery.ForEach<T0, T1, T2, T3, T4, T5, T6>(ForEach<T0, T1, T2, T3, T4, T5, T6>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6)(ForEach(Of T0, T1, T2, T3, T4, T5, T6))
- uid: Ghost.Entities.EntityQuery.ForEach``8(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6,``7})
name: ForEach<T0, T1, T2, T3, T4, T5, T6, T7>(ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6, T7>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__8_Ghost_Entities_ForEachWithEntity___0___1___2___3___4___5___6___7__
commentId: M:Ghost.Entities.EntityQuery.ForEach``8(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6,``7})
name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)(ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1, T2, T3, T4, T5, T6, T7>(Ghost.Entities.ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6, T7>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)(Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7))
nameWithType: EntityQuery.ForEach<T0, T1, T2, T3, T4, T5, T6, T7>(ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6, T7>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)(ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7))
- uid: Ghost.Entities.EntityQuery.ForEach``8(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6,``7})
name: ForEach<T0, T1, T2, T3, T4, T5, T6, T7>(ForEach<T0, T1, T2, T3, T4, T5, T6, T7>)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__8_Ghost_Entities_ForEach___0___1___2___3___4___5___6___7__
commentId: M:Ghost.Entities.EntityQuery.ForEach``8(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6,``7})
name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)(ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7))
fullName: Ghost.Entities.EntityQuery.ForEach<T0, T1, T2, T3, T4, T5, T6, T7>(Ghost.Entities.ForEach<T0, T1, T2, T3, T4, T5, T6, T7>)
fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)(Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7))
nameWithType: EntityQuery.ForEach<T0, T1, T2, T3, T4, T5, T6, T7>(ForEach<T0, T1, T2, T3, T4, T5, T6, T7>)
nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)(ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7))
- uid: Ghost.Entities.EntityQuery.GetChunkIterator
name: GetChunkIterator()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetChunkIterator
commentId: M:Ghost.Entities.EntityQuery.GetChunkIterator
fullName: Ghost.Entities.EntityQuery.GetChunkIterator()
nameWithType: EntityQuery.GetChunkIterator()
- uid: Ghost.Entities.EntityQuery.GetChunkIterator*
name: GetChunkIterator
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetChunkIterator_
commentId: Overload:Ghost.Entities.EntityQuery.GetChunkIterator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.GetChunkIterator
nameWithType: EntityQuery.GetChunkIterator
- uid: Ghost.Entities.EntityQuery.GetComponentIterator*
name: GetComponentIterator
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetComponentIterator_
commentId: Overload:Ghost.Entities.EntityQuery.GetComponentIterator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.GetComponentIterator
nameWithType: EntityQuery.GetComponentIterator
- uid: Ghost.Entities.EntityQuery.GetComponentIterator``1
name: GetComponentIterator<T0>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetComponentIterator__1
commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``1
name.vb: GetComponentIterator(Of T0)()
fullName: Ghost.Entities.EntityQuery.GetComponentIterator<T0>()
fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0)()
nameWithType: EntityQuery.GetComponentIterator<T0>()
nameWithType.vb: EntityQuery.GetComponentIterator(Of T0)()
- uid: Ghost.Entities.EntityQuery.GetComponentIterator``2
name: GetComponentIterator<T0, T1>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetComponentIterator__2
commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``2
name.vb: GetComponentIterator(Of T0, T1)()
fullName: Ghost.Entities.EntityQuery.GetComponentIterator<T0, T1>()
fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1)()
nameWithType: EntityQuery.GetComponentIterator<T0, T1>()
nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1)()
- uid: Ghost.Entities.EntityQuery.GetComponentIterator``3
name: GetComponentIterator<T0, T1, T2>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetComponentIterator__3
commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``3
name.vb: GetComponentIterator(Of T0, T1, T2)()
fullName: Ghost.Entities.EntityQuery.GetComponentIterator<T0, T1, T2>()
fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1, T2)()
nameWithType: EntityQuery.GetComponentIterator<T0, T1, T2>()
nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1, T2)()
- uid: Ghost.Entities.EntityQuery.GetComponentIterator``4
name: GetComponentIterator<T0, T1, T2, T3>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetComponentIterator__4
commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``4
name.vb: GetComponentIterator(Of T0, T1, T2, T3)()
fullName: Ghost.Entities.EntityQuery.GetComponentIterator<T0, T1, T2, T3>()
fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1, T2, T3)()
nameWithType: EntityQuery.GetComponentIterator<T0, T1, T2, T3>()
nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1, T2, T3)()
- uid: Ghost.Entities.EntityQuery.GetComponentIterator``5
name: GetComponentIterator<T0, T1, T2, T3, T4>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetComponentIterator__5
commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``5
name.vb: GetComponentIterator(Of T0, T1, T2, T3, T4)()
fullName: Ghost.Entities.EntityQuery.GetComponentIterator<T0, T1, T2, T3, T4>()
fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4)()
nameWithType: EntityQuery.GetComponentIterator<T0, T1, T2, T3, T4>()
nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4)()
- uid: Ghost.Entities.EntityQuery.GetComponentIterator``6
name: GetComponentIterator<T0, T1, T2, T3, T4, T5>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetComponentIterator__6
commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``6
name.vb: GetComponentIterator(Of T0, T1, T2, T3, T4, T5)()
fullName: Ghost.Entities.EntityQuery.GetComponentIterator<T0, T1, T2, T3, T4, T5>()
fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4, T5)()
nameWithType: EntityQuery.GetComponentIterator<T0, T1, T2, T3, T4, T5>()
nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4, T5)()
- uid: Ghost.Entities.EntityQuery.GetComponentIterator``7
name: GetComponentIterator<T0, T1, T2, T3, T4, T5, T6>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetComponentIterator__7
commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``7
name.vb: GetComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)()
fullName: Ghost.Entities.EntityQuery.GetComponentIterator<T0, T1, T2, T3, T4, T5, T6>()
fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)()
nameWithType: EntityQuery.GetComponentIterator<T0, T1, T2, T3, T4, T5, T6>()
nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)()
- uid: Ghost.Entities.EntityQuery.GetComponentIterator``8
name: GetComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetComponentIterator__8
commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``8
name.vb: GetComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)()
fullName: Ghost.Entities.EntityQuery.GetComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>()
fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)()
nameWithType: EntityQuery.GetComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>()
nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)()
- uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator*
name: GetEntityComponentIterator
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetEntityComponentIterator_
commentId: Overload:Ghost.Entities.EntityQuery.GetEntityComponentIterator
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator
nameWithType: EntityQuery.GetEntityComponentIterator
- uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``1
name: GetEntityComponentIterator<T0>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetEntityComponentIterator__1
commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``1
name.vb: GetEntityComponentIterator(Of T0)()
fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator<T0>()
fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0)()
nameWithType: EntityQuery.GetEntityComponentIterator<T0>()
nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0)()
- uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``2
name: GetEntityComponentIterator<T0, T1>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetEntityComponentIterator__2
commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``2
name.vb: GetEntityComponentIterator(Of T0, T1)()
fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator<T0, T1>()
fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1)()
nameWithType: EntityQuery.GetEntityComponentIterator<T0, T1>()
nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1)()
- uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``3
name: GetEntityComponentIterator<T0, T1, T2>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetEntityComponentIterator__3
commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``3
name.vb: GetEntityComponentIterator(Of T0, T1, T2)()
fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator<T0, T1, T2>()
fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1, T2)()
nameWithType: EntityQuery.GetEntityComponentIterator<T0, T1, T2>()
nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1, T2)()
- uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``4
name: GetEntityComponentIterator<T0, T1, T2, T3>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetEntityComponentIterator__4
commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``4
name.vb: GetEntityComponentIterator(Of T0, T1, T2, T3)()
fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator<T0, T1, T2, T3>()
fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3)()
nameWithType: EntityQuery.GetEntityComponentIterator<T0, T1, T2, T3>()
nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3)()
- uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``5
name: GetEntityComponentIterator<T0, T1, T2, T3, T4>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetEntityComponentIterator__5
commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``5
name.vb: GetEntityComponentIterator(Of T0, T1, T2, T3, T4)()
fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator<T0, T1, T2, T3, T4>()
fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4)()
nameWithType: EntityQuery.GetEntityComponentIterator<T0, T1, T2, T3, T4>()
nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4)()
- uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``6
name: GetEntityComponentIterator<T0, T1, T2, T3, T4, T5>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetEntityComponentIterator__6
commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``6
name.vb: GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5)()
fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator<T0, T1, T2, T3, T4, T5>()
fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5)()
nameWithType: EntityQuery.GetEntityComponentIterator<T0, T1, T2, T3, T4, T5>()
nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5)()
- uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``7
name: GetEntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetEntityComponentIterator__7
commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``7
name.vb: GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)()
fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>()
fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)()
nameWithType: EntityQuery.GetEntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>()
nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)()
- uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``8
name: GetEntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>()
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetEntityComponentIterator__8
commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``8
name.vb: GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)()
fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>()
fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)()
nameWithType: EntityQuery.GetEntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>()
nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)()
- uid: Ghost.Entities.EntityQuery.ScheduleChunkParallel*
name: ScheduleChunkParallel
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleChunkParallel_
commentId: Overload:Ghost.Entities.EntityQuery.ScheduleChunkParallel
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ScheduleChunkParallel
nameWithType: EntityQuery.ScheduleChunkParallel
- uid: Ghost.Entities.EntityQuery.ScheduleChunkParallel``1(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name: ScheduleChunkParallel<TJob>(TJob, int, JobHandle)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleChunkParallel__1___0_System_Int32_Misaki_HighPerformance_Jobs_JobHandle_
commentId: M:Ghost.Entities.EntityQuery.ScheduleChunkParallel``1(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name.vb: ScheduleChunkParallel(Of TJob)(TJob, Integer, JobHandle)
fullName: Ghost.Entities.EntityQuery.ScheduleChunkParallel<TJob>(TJob, int, Misaki.HighPerformance.Jobs.JobHandle)
fullName.vb: Ghost.Entities.EntityQuery.ScheduleChunkParallel(Of TJob)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle)
nameWithType: EntityQuery.ScheduleChunkParallel<TJob>(TJob, int, JobHandle)
nameWithType.vb: EntityQuery.ScheduleChunkParallel(Of TJob)(TJob, Integer, JobHandle)
- uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel*
name: ScheduleEntityParallel
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleEntityParallel_
commentId: Overload:Ghost.Entities.EntityQuery.ScheduleEntityParallel
isSpec: "True"
fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel
nameWithType: EntityQuery.ScheduleEntityParallel
- uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``2(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name: ScheduleEntityParallel<TJob, T0>(TJob, int, JobHandle)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleEntityParallel__2___0_System_Int32_Misaki_HighPerformance_Jobs_JobHandle_
commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``2(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name.vb: ScheduleEntityParallel(Of TJob, T0)(TJob, Integer, JobHandle)
fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel<TJob, T0>(TJob, int, Misaki.HighPerformance.Jobs.JobHandle)
fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle)
nameWithType: EntityQuery.ScheduleEntityParallel<TJob, T0>(TJob, int, JobHandle)
nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0)(TJob, Integer, JobHandle)
- uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``3(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name: ScheduleEntityParallel<TJob, T0, T1>(TJob, int, JobHandle)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleEntityParallel__3___0_System_Int32_Misaki_HighPerformance_Jobs_JobHandle_
commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``3(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name.vb: ScheduleEntityParallel(Of TJob, T0, T1)(TJob, Integer, JobHandle)
fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel<TJob, T0, T1>(TJob, int, Misaki.HighPerformance.Jobs.JobHandle)
fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle)
nameWithType: EntityQuery.ScheduleEntityParallel<TJob, T0, T1>(TJob, int, JobHandle)
nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1)(TJob, Integer, JobHandle)
- uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``4(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name: ScheduleEntityParallel<TJob, T0, T1, T2>(TJob, int, JobHandle)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleEntityParallel__4___0_System_Int32_Misaki_HighPerformance_Jobs_JobHandle_
commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``4(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name.vb: ScheduleEntityParallel(Of TJob, T0, T1, T2)(TJob, Integer, JobHandle)
fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel<TJob, T0, T1, T2>(TJob, int, Misaki.HighPerformance.Jobs.JobHandle)
fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle)
nameWithType: EntityQuery.ScheduleEntityParallel<TJob, T0, T1, T2>(TJob, int, JobHandle)
nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2)(TJob, Integer, JobHandle)
- uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``5(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name: ScheduleEntityParallel<TJob, T0, T1, T2, T3>(TJob, int, JobHandle)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleEntityParallel__5___0_System_Int32_Misaki_HighPerformance_Jobs_JobHandle_
commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``5(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name.vb: ScheduleEntityParallel(Of TJob, T0, T1, T2, T3)(TJob, Integer, JobHandle)
fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel<TJob, T0, T1, T2, T3>(TJob, int, Misaki.HighPerformance.Jobs.JobHandle)
fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle)
nameWithType: EntityQuery.ScheduleEntityParallel<TJob, T0, T1, T2, T3>(TJob, int, JobHandle)
nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3)(TJob, Integer, JobHandle)
- uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``6(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name: ScheduleEntityParallel<TJob, T0, T1, T2, T3, T4>(TJob, int, JobHandle)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleEntityParallel__6___0_System_Int32_Misaki_HighPerformance_Jobs_JobHandle_
commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``6(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name.vb: ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4)(TJob, Integer, JobHandle)
fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel<TJob, T0, T1, T2, T3, T4>(TJob, int, Misaki.HighPerformance.Jobs.JobHandle)
fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle)
nameWithType: EntityQuery.ScheduleEntityParallel<TJob, T0, T1, T2, T3, T4>(TJob, int, JobHandle)
nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4)(TJob, Integer, JobHandle)
- uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``7(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name: ScheduleEntityParallel<TJob, T0, T1, T2, T3, T4, T5>(TJob, int, JobHandle)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleEntityParallel__7___0_System_Int32_Misaki_HighPerformance_Jobs_JobHandle_
commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``7(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name.vb: ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5)(TJob, Integer, JobHandle)
fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel<TJob, T0, T1, T2, T3, T4, T5>(TJob, int, Misaki.HighPerformance.Jobs.JobHandle)
fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle)
nameWithType: EntityQuery.ScheduleEntityParallel<TJob, T0, T1, T2, T3, T4, T5>(TJob, int, JobHandle)
nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5)(TJob, Integer, JobHandle)
- uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``8(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name: ScheduleEntityParallel<TJob, T0, T1, T2, T3, T4, T5, T6>(TJob, int, JobHandle)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleEntityParallel__8___0_System_Int32_Misaki_HighPerformance_Jobs_JobHandle_
commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``8(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name.vb: ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5, T6)(TJob, Integer, JobHandle)
fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel<TJob, T0, T1, T2, T3, T4, T5, T6>(TJob, int, Misaki.HighPerformance.Jobs.JobHandle)
fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5, T6)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle)
nameWithType: EntityQuery.ScheduleEntityParallel<TJob, T0, T1, T2, T3, T4, T5, T6>(TJob, int, JobHandle)
nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5, T6)(TJob, Integer, JobHandle)
- uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``9(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name: ScheduleEntityParallel<TJob, T0, T1, T2, T3, T4, T5, T6, T7>(TJob, int, JobHandle)
href: api/Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleEntityParallel__9___0_System_Int32_Misaki_HighPerformance_Jobs_JobHandle_
commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``9(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle)
name.vb: ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5, T6, T7)(TJob, Integer, JobHandle)
fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel<TJob, T0, T1, T2, T3, T4, T5, T6, T7>(TJob, int, Misaki.HighPerformance.Jobs.JobHandle)
fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5, T6, T7)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle)
nameWithType: EntityQuery.ScheduleEntityParallel<TJob, T0, T1, T2, T3, T4, T5, T6, T7>(TJob, int, JobHandle)
nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5, T6, T7)(TJob, Integer, JobHandle)
- uid: Ghost.Entities.ForEachWithEntity`1
name: ForEachWithEntity<T0>
href: api/Ghost.Entities.ForEachWithEntity-1.html
commentId: T:Ghost.Entities.ForEachWithEntity`1
name.vb: ForEachWithEntity(Of T0)
fullName: Ghost.Entities.ForEachWithEntity<T0>
fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0)
nameWithType: ForEachWithEntity<T0>
nameWithType.vb: ForEachWithEntity(Of T0)
- uid: Ghost.Entities.ForEachWithEntity`2
name: ForEachWithEntity<T0, T1>
href: api/Ghost.Entities.ForEachWithEntity-2.html
commentId: T:Ghost.Entities.ForEachWithEntity`2
name.vb: ForEachWithEntity(Of T0, T1)
fullName: Ghost.Entities.ForEachWithEntity<T0, T1>
fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1)
nameWithType: ForEachWithEntity<T0, T1>
nameWithType.vb: ForEachWithEntity(Of T0, T1)
- uid: Ghost.Entities.ForEachWithEntity`3
name: ForEachWithEntity<T0, T1, T2>
href: api/Ghost.Entities.ForEachWithEntity-3.html
commentId: T:Ghost.Entities.ForEachWithEntity`3
name.vb: ForEachWithEntity(Of T0, T1, T2)
fullName: Ghost.Entities.ForEachWithEntity<T0, T1, T2>
fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2)
nameWithType: ForEachWithEntity<T0, T1, T2>
nameWithType.vb: ForEachWithEntity(Of T0, T1, T2)
- uid: Ghost.Entities.ForEachWithEntity`4
name: ForEachWithEntity<T0, T1, T2, T3>
href: api/Ghost.Entities.ForEachWithEntity-4.html
commentId: T:Ghost.Entities.ForEachWithEntity`4
name.vb: ForEachWithEntity(Of T0, T1, T2, T3)
fullName: Ghost.Entities.ForEachWithEntity<T0, T1, T2, T3>
fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3)
nameWithType: ForEachWithEntity<T0, T1, T2, T3>
nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3)
- uid: Ghost.Entities.ForEachWithEntity`5
name: ForEachWithEntity<T0, T1, T2, T3, T4>
href: api/Ghost.Entities.ForEachWithEntity-5.html
commentId: T:Ghost.Entities.ForEachWithEntity`5
name.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4)
fullName: Ghost.Entities.ForEachWithEntity<T0, T1, T2, T3, T4>
fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4)
nameWithType: ForEachWithEntity<T0, T1, T2, T3, T4>
nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4)
- uid: Ghost.Entities.ForEachWithEntity`6
name: ForEachWithEntity<T0, T1, T2, T3, T4, T5>
href: api/Ghost.Entities.ForEachWithEntity-6.html
commentId: T:Ghost.Entities.ForEachWithEntity`6
name.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5)
fullName: Ghost.Entities.ForEachWithEntity<T0, T1, T2, T3, T4, T5>
fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5)
nameWithType: ForEachWithEntity<T0, T1, T2, T3, T4, T5>
nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5)
- uid: Ghost.Entities.ForEachWithEntity`7
name: ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6>
href: api/Ghost.Entities.ForEachWithEntity-7.html
commentId: T:Ghost.Entities.ForEachWithEntity`7
name.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6)
fullName: Ghost.Entities.ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6>
fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6)
nameWithType: ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6>
nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6)
- uid: Ghost.Entities.ForEachWithEntity`8
name: ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6, T7>
href: api/Ghost.Entities.ForEachWithEntity-8.html
commentId: T:Ghost.Entities.ForEachWithEntity`8
name.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7)
fullName: Ghost.Entities.ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6, T7>
fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7)
nameWithType: ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6, T7>
nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7)
- uid: Ghost.Entities.ForEach`1
name: ForEach<T0>
href: api/Ghost.Entities.ForEach-1.html
commentId: T:Ghost.Entities.ForEach`1
name.vb: ForEach(Of T0)
fullName: Ghost.Entities.ForEach<T0>
fullName.vb: Ghost.Entities.ForEach(Of T0)
nameWithType: ForEach<T0>
nameWithType.vb: ForEach(Of T0)
- uid: Ghost.Entities.ForEach`2
name: ForEach<T0, T1>
href: api/Ghost.Entities.ForEach-2.html
commentId: T:Ghost.Entities.ForEach`2
name.vb: ForEach(Of T0, T1)
fullName: Ghost.Entities.ForEach<T0, T1>
fullName.vb: Ghost.Entities.ForEach(Of T0, T1)
nameWithType: ForEach<T0, T1>
nameWithType.vb: ForEach(Of T0, T1)
- uid: Ghost.Entities.ForEach`3
name: ForEach<T0, T1, T2>
href: api/Ghost.Entities.ForEach-3.html
commentId: T:Ghost.Entities.ForEach`3
name.vb: ForEach(Of T0, T1, T2)
fullName: Ghost.Entities.ForEach<T0, T1, T2>
fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2)
nameWithType: ForEach<T0, T1, T2>
nameWithType.vb: ForEach(Of T0, T1, T2)
- uid: Ghost.Entities.ForEach`4
name: ForEach<T0, T1, T2, T3>
href: api/Ghost.Entities.ForEach-4.html
commentId: T:Ghost.Entities.ForEach`4
name.vb: ForEach(Of T0, T1, T2, T3)
fullName: Ghost.Entities.ForEach<T0, T1, T2, T3>
fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3)
nameWithType: ForEach<T0, T1, T2, T3>
nameWithType.vb: ForEach(Of T0, T1, T2, T3)
- uid: Ghost.Entities.ForEach`5
name: ForEach<T0, T1, T2, T3, T4>
href: api/Ghost.Entities.ForEach-5.html
commentId: T:Ghost.Entities.ForEach`5
name.vb: ForEach(Of T0, T1, T2, T3, T4)
fullName: Ghost.Entities.ForEach<T0, T1, T2, T3, T4>
fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4)
nameWithType: ForEach<T0, T1, T2, T3, T4>
nameWithType.vb: ForEach(Of T0, T1, T2, T3, T4)
- uid: Ghost.Entities.ForEach`6
name: ForEach<T0, T1, T2, T3, T4, T5>
href: api/Ghost.Entities.ForEach-6.html
commentId: T:Ghost.Entities.ForEach`6
name.vb: ForEach(Of T0, T1, T2, T3, T4, T5)
fullName: Ghost.Entities.ForEach<T0, T1, T2, T3, T4, T5>
fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5)
nameWithType: ForEach<T0, T1, T2, T3, T4, T5>
nameWithType.vb: ForEach(Of T0, T1, T2, T3, T4, T5)
- uid: Ghost.Entities.ForEach`7
name: ForEach<T0, T1, T2, T3, T4, T5, T6>
href: api/Ghost.Entities.ForEach-7.html
commentId: T:Ghost.Entities.ForEach`7
name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6)
fullName: Ghost.Entities.ForEach<T0, T1, T2, T3, T4, T5, T6>
fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5, T6)
nameWithType: ForEach<T0, T1, T2, T3, T4, T5, T6>
nameWithType.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6)
- uid: Ghost.Entities.ForEach`8
name: ForEach<T0, T1, T2, T3, T4, T5, T6, T7>
href: api/Ghost.Entities.ForEach-8.html
commentId: T:Ghost.Entities.ForEach`8
name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)
fullName: Ghost.Entities.ForEach<T0, T1, T2, T3, T4, T5, T6, T7>
fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)
nameWithType: ForEach<T0, T1, T2, T3, T4, T5, T6, T7>
nameWithType.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)
- uid: Ghost.Entities.IComponent
name: IComponent
href: api/Ghost.Entities.IComponent.html
commentId: T:Ghost.Entities.IComponent
fullName: Ghost.Entities.IComponent
nameWithType: IComponent
- uid: Ghost.Entities.IEnableableComponent
name: IEnableableComponent
href: api/Ghost.Entities.IEnableableComponent.html
commentId: T:Ghost.Entities.IEnableableComponent
fullName: Ghost.Entities.IEnableableComponent
nameWithType: IEnableableComponent
- uid: Ghost.Entities.IJobChunk
name: IJobChunk
href: api/Ghost.Entities.IJobChunk.html
commentId: T:Ghost.Entities.IJobChunk
fullName: Ghost.Entities.IJobChunk
nameWithType: IJobChunk
- uid: Ghost.Entities.IJobChunk.Execute(Ghost.Entities.ChunkView,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name: Execute(ChunkView, ref readonly JobExecutionContext)
href: api/Ghost.Entities.IJobChunk.html#Ghost_Entities_IJobChunk_Execute_Ghost_Entities_ChunkView_Misaki_HighPerformance_Jobs_JobExecutionContext__
commentId: M:Ghost.Entities.IJobChunk.Execute(Ghost.Entities.ChunkView,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name.vb: Execute(ChunkView, JobExecutionContext)
fullName: Ghost.Entities.IJobChunk.Execute(Ghost.Entities.ChunkView, ref readonly Misaki.HighPerformance.Jobs.JobExecutionContext)
fullName.vb: Ghost.Entities.IJobChunk.Execute(Ghost.Entities.ChunkView, Misaki.HighPerformance.Jobs.JobExecutionContext)
nameWithType: IJobChunk.Execute(ChunkView, ref readonly JobExecutionContext)
nameWithType.vb: IJobChunk.Execute(ChunkView, JobExecutionContext)
- uid: Ghost.Entities.IJobChunk.Execute*
name: Execute
href: api/Ghost.Entities.IJobChunk.html#Ghost_Entities_IJobChunk_Execute_
commentId: Overload:Ghost.Entities.IJobChunk.Execute
isSpec: "True"
fullName: Ghost.Entities.IJobChunk.Execute
nameWithType: IJobChunk.Execute
- uid: Ghost.Entities.IJobEntity`1
name: IJobEntity<T0>
href: api/Ghost.Entities.IJobEntity-1.html
commentId: T:Ghost.Entities.IJobEntity`1
name.vb: IJobEntity(Of T0)
fullName: Ghost.Entities.IJobEntity<T0>
fullName.vb: Ghost.Entities.IJobEntity(Of T0)
nameWithType: IJobEntity<T0>
nameWithType.vb: IJobEntity(Of T0)
- uid: Ghost.Entities.IJobEntity`1.Execute(Ghost.Entities.Entity,`0@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name: Execute(Entity, ref T0, ref readonly JobExecutionContext)
href: api/Ghost.Entities.IJobEntity-1.html#Ghost_Entities_IJobEntity_1_Execute_Ghost_Entities_Entity__0__Misaki_HighPerformance_Jobs_JobExecutionContext__
commentId: M:Ghost.Entities.IJobEntity`1.Execute(Ghost.Entities.Entity,`0@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name.vb: Execute(Entity, T0, JobExecutionContext)
fullName: Ghost.Entities.IJobEntity<T0>.Execute(Ghost.Entities.Entity, ref T0, ref readonly Misaki.HighPerformance.Jobs.JobExecutionContext)
fullName.vb: Ghost.Entities.IJobEntity(Of T0).Execute(Ghost.Entities.Entity, T0, Misaki.HighPerformance.Jobs.JobExecutionContext)
nameWithType: IJobEntity<T0>.Execute(Entity, ref T0, ref readonly JobExecutionContext)
nameWithType.vb: IJobEntity(Of T0).Execute(Entity, T0, JobExecutionContext)
- uid: Ghost.Entities.IJobEntity`1.Execute*
name: Execute
href: api/Ghost.Entities.IJobEntity-1.html#Ghost_Entities_IJobEntity_1_Execute_
commentId: Overload:Ghost.Entities.IJobEntity`1.Execute
isSpec: "True"
fullName: Ghost.Entities.IJobEntity<T0>.Execute
fullName.vb: Ghost.Entities.IJobEntity(Of T0).Execute
nameWithType: IJobEntity<T0>.Execute
nameWithType.vb: IJobEntity(Of T0).Execute
- uid: Ghost.Entities.IJobEntity`2
name: IJobEntity<T0, T1>
href: api/Ghost.Entities.IJobEntity-2.html
commentId: T:Ghost.Entities.IJobEntity`2
name.vb: IJobEntity(Of T0, T1)
fullName: Ghost.Entities.IJobEntity<T0, T1>
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1)
nameWithType: IJobEntity<T0, T1>
nameWithType.vb: IJobEntity(Of T0, T1)
- uid: Ghost.Entities.IJobEntity`2.Execute(Ghost.Entities.Entity,`0@,`1@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name: Execute(Entity, ref T0, ref T1, ref readonly JobExecutionContext)
href: api/Ghost.Entities.IJobEntity-2.html#Ghost_Entities_IJobEntity_2_Execute_Ghost_Entities_Entity__0___1__Misaki_HighPerformance_Jobs_JobExecutionContext__
commentId: M:Ghost.Entities.IJobEntity`2.Execute(Ghost.Entities.Entity,`0@,`1@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name.vb: Execute(Entity, T0, T1, JobExecutionContext)
fullName: Ghost.Entities.IJobEntity<T0, T1>.Execute(Ghost.Entities.Entity, ref T0, ref T1, ref readonly Misaki.HighPerformance.Jobs.JobExecutionContext)
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1).Execute(Ghost.Entities.Entity, T0, T1, Misaki.HighPerformance.Jobs.JobExecutionContext)
nameWithType: IJobEntity<T0, T1>.Execute(Entity, ref T0, ref T1, ref readonly JobExecutionContext)
nameWithType.vb: IJobEntity(Of T0, T1).Execute(Entity, T0, T1, JobExecutionContext)
- uid: Ghost.Entities.IJobEntity`2.Execute*
name: Execute
href: api/Ghost.Entities.IJobEntity-2.html#Ghost_Entities_IJobEntity_2_Execute_
commentId: Overload:Ghost.Entities.IJobEntity`2.Execute
isSpec: "True"
fullName: Ghost.Entities.IJobEntity<T0, T1>.Execute
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1).Execute
nameWithType: IJobEntity<T0, T1>.Execute
nameWithType.vb: IJobEntity(Of T0, T1).Execute
- uid: Ghost.Entities.IJobEntity`3
name: IJobEntity<T0, T1, T2>
href: api/Ghost.Entities.IJobEntity-3.html
commentId: T:Ghost.Entities.IJobEntity`3
name.vb: IJobEntity(Of T0, T1, T2)
fullName: Ghost.Entities.IJobEntity<T0, T1, T2>
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2)
nameWithType: IJobEntity<T0, T1, T2>
nameWithType.vb: IJobEntity(Of T0, T1, T2)
- uid: Ghost.Entities.IJobEntity`3.Execute(Ghost.Entities.Entity,`0@,`1@,`2@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name: Execute(Entity, ref T0, ref T1, ref T2, ref readonly JobExecutionContext)
href: api/Ghost.Entities.IJobEntity-3.html#Ghost_Entities_IJobEntity_3_Execute_Ghost_Entities_Entity__0___1___2__Misaki_HighPerformance_Jobs_JobExecutionContext__
commentId: M:Ghost.Entities.IJobEntity`3.Execute(Ghost.Entities.Entity,`0@,`1@,`2@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name.vb: Execute(Entity, T0, T1, T2, JobExecutionContext)
fullName: Ghost.Entities.IJobEntity<T0, T1, T2>.Execute(Ghost.Entities.Entity, ref T0, ref T1, ref T2, ref readonly Misaki.HighPerformance.Jobs.JobExecutionContext)
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2).Execute(Ghost.Entities.Entity, T0, T1, T2, Misaki.HighPerformance.Jobs.JobExecutionContext)
nameWithType: IJobEntity<T0, T1, T2>.Execute(Entity, ref T0, ref T1, ref T2, ref readonly JobExecutionContext)
nameWithType.vb: IJobEntity(Of T0, T1, T2).Execute(Entity, T0, T1, T2, JobExecutionContext)
- uid: Ghost.Entities.IJobEntity`3.Execute*
name: Execute
href: api/Ghost.Entities.IJobEntity-3.html#Ghost_Entities_IJobEntity_3_Execute_
commentId: Overload:Ghost.Entities.IJobEntity`3.Execute
isSpec: "True"
fullName: Ghost.Entities.IJobEntity<T0, T1, T2>.Execute
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2).Execute
nameWithType: IJobEntity<T0, T1, T2>.Execute
nameWithType.vb: IJobEntity(Of T0, T1, T2).Execute
- uid: Ghost.Entities.IJobEntity`4
name: IJobEntity<T0, T1, T2, T3>
href: api/Ghost.Entities.IJobEntity-4.html
commentId: T:Ghost.Entities.IJobEntity`4
name.vb: IJobEntity(Of T0, T1, T2, T3)
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3>
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3)
nameWithType: IJobEntity<T0, T1, T2, T3>
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3)
- uid: Ghost.Entities.IJobEntity`4.Execute(Ghost.Entities.Entity,`0@,`1@,`2@,`3@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name: Execute(Entity, ref T0, ref T1, ref T2, ref T3, ref readonly JobExecutionContext)
href: api/Ghost.Entities.IJobEntity-4.html#Ghost_Entities_IJobEntity_4_Execute_Ghost_Entities_Entity__0___1___2___3__Misaki_HighPerformance_Jobs_JobExecutionContext__
commentId: M:Ghost.Entities.IJobEntity`4.Execute(Ghost.Entities.Entity,`0@,`1@,`2@,`3@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name.vb: Execute(Entity, T0, T1, T2, T3, JobExecutionContext)
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3>.Execute(Ghost.Entities.Entity, ref T0, ref T1, ref T2, ref T3, ref readonly Misaki.HighPerformance.Jobs.JobExecutionContext)
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3).Execute(Ghost.Entities.Entity, T0, T1, T2, T3, Misaki.HighPerformance.Jobs.JobExecutionContext)
nameWithType: IJobEntity<T0, T1, T2, T3>.Execute(Entity, ref T0, ref T1, ref T2, ref T3, ref readonly JobExecutionContext)
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3).Execute(Entity, T0, T1, T2, T3, JobExecutionContext)
- uid: Ghost.Entities.IJobEntity`4.Execute*
name: Execute
href: api/Ghost.Entities.IJobEntity-4.html#Ghost_Entities_IJobEntity_4_Execute_
commentId: Overload:Ghost.Entities.IJobEntity`4.Execute
isSpec: "True"
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3>.Execute
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3).Execute
nameWithType: IJobEntity<T0, T1, T2, T3>.Execute
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3).Execute
- uid: Ghost.Entities.IJobEntity`5
name: IJobEntity<T0, T1, T2, T3, T4>
href: api/Ghost.Entities.IJobEntity-5.html
commentId: T:Ghost.Entities.IJobEntity`5
name.vb: IJobEntity(Of T0, T1, T2, T3, T4)
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3, T4>
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3, T4)
nameWithType: IJobEntity<T0, T1, T2, T3, T4>
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3, T4)
- uid: Ghost.Entities.IJobEntity`5.Execute(Ghost.Entities.Entity,`0@,`1@,`2@,`3@,`4@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name: Execute(Entity, ref T0, ref T1, ref T2, ref T3, ref T4, ref readonly JobExecutionContext)
href: api/Ghost.Entities.IJobEntity-5.html#Ghost_Entities_IJobEntity_5_Execute_Ghost_Entities_Entity__0___1___2___3___4__Misaki_HighPerformance_Jobs_JobExecutionContext__
commentId: M:Ghost.Entities.IJobEntity`5.Execute(Ghost.Entities.Entity,`0@,`1@,`2@,`3@,`4@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name.vb: Execute(Entity, T0, T1, T2, T3, T4, JobExecutionContext)
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3, T4>.Execute(Ghost.Entities.Entity, ref T0, ref T1, ref T2, ref T3, ref T4, ref readonly Misaki.HighPerformance.Jobs.JobExecutionContext)
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3, T4).Execute(Ghost.Entities.Entity, T0, T1, T2, T3, T4, Misaki.HighPerformance.Jobs.JobExecutionContext)
nameWithType: IJobEntity<T0, T1, T2, T3, T4>.Execute(Entity, ref T0, ref T1, ref T2, ref T3, ref T4, ref readonly JobExecutionContext)
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3, T4).Execute(Entity, T0, T1, T2, T3, T4, JobExecutionContext)
- uid: Ghost.Entities.IJobEntity`5.Execute*
name: Execute
href: api/Ghost.Entities.IJobEntity-5.html#Ghost_Entities_IJobEntity_5_Execute_
commentId: Overload:Ghost.Entities.IJobEntity`5.Execute
isSpec: "True"
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3, T4>.Execute
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3, T4).Execute
nameWithType: IJobEntity<T0, T1, T2, T3, T4>.Execute
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3, T4).Execute
- uid: Ghost.Entities.IJobEntity`6
name: IJobEntity<T0, T1, T2, T3, T4, T5>
href: api/Ghost.Entities.IJobEntity-6.html
commentId: T:Ghost.Entities.IJobEntity`6
name.vb: IJobEntity(Of T0, T1, T2, T3, T4, T5)
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3, T4, T5>
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3, T4, T5)
nameWithType: IJobEntity<T0, T1, T2, T3, T4, T5>
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3, T4, T5)
- uid: Ghost.Entities.IJobEntity`6.Execute(Ghost.Entities.Entity,`0@,`1@,`2@,`3@,`4@,`5@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name: Execute(Entity, ref T0, ref T1, ref T2, ref T3, ref T4, ref T5, ref readonly JobExecutionContext)
href: api/Ghost.Entities.IJobEntity-6.html#Ghost_Entities_IJobEntity_6_Execute_Ghost_Entities_Entity__0___1___2___3___4___5__Misaki_HighPerformance_Jobs_JobExecutionContext__
commentId: M:Ghost.Entities.IJobEntity`6.Execute(Ghost.Entities.Entity,`0@,`1@,`2@,`3@,`4@,`5@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name.vb: Execute(Entity, T0, T1, T2, T3, T4, T5, JobExecutionContext)
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3, T4, T5>.Execute(Ghost.Entities.Entity, ref T0, ref T1, ref T2, ref T3, ref T4, ref T5, ref readonly Misaki.HighPerformance.Jobs.JobExecutionContext)
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3, T4, T5).Execute(Ghost.Entities.Entity, T0, T1, T2, T3, T4, T5, Misaki.HighPerformance.Jobs.JobExecutionContext)
nameWithType: IJobEntity<T0, T1, T2, T3, T4, T5>.Execute(Entity, ref T0, ref T1, ref T2, ref T3, ref T4, ref T5, ref readonly JobExecutionContext)
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3, T4, T5).Execute(Entity, T0, T1, T2, T3, T4, T5, JobExecutionContext)
- uid: Ghost.Entities.IJobEntity`6.Execute*
name: Execute
href: api/Ghost.Entities.IJobEntity-6.html#Ghost_Entities_IJobEntity_6_Execute_
commentId: Overload:Ghost.Entities.IJobEntity`6.Execute
isSpec: "True"
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3, T4, T5>.Execute
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3, T4, T5).Execute
nameWithType: IJobEntity<T0, T1, T2, T3, T4, T5>.Execute
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3, T4, T5).Execute
- uid: Ghost.Entities.IJobEntity`7
name: IJobEntity<T0, T1, T2, T3, T4, T5, T6>
href: api/Ghost.Entities.IJobEntity-7.html
commentId: T:Ghost.Entities.IJobEntity`7
name.vb: IJobEntity(Of T0, T1, T2, T3, T4, T5, T6)
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3, T4, T5, T6>
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3, T4, T5, T6)
nameWithType: IJobEntity<T0, T1, T2, T3, T4, T5, T6>
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3, T4, T5, T6)
- uid: Ghost.Entities.IJobEntity`7.Execute(Ghost.Entities.Entity,`0@,`1@,`2@,`3@,`4@,`5@,`6@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name: Execute(Entity, ref T0, ref T1, ref T2, ref T3, ref T4, ref T5, ref T6, ref readonly JobExecutionContext)
href: api/Ghost.Entities.IJobEntity-7.html#Ghost_Entities_IJobEntity_7_Execute_Ghost_Entities_Entity__0___1___2___3___4___5___6__Misaki_HighPerformance_Jobs_JobExecutionContext__
commentId: M:Ghost.Entities.IJobEntity`7.Execute(Ghost.Entities.Entity,`0@,`1@,`2@,`3@,`4@,`5@,`6@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name.vb: Execute(Entity, T0, T1, T2, T3, T4, T5, T6, JobExecutionContext)
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3, T4, T5, T6>.Execute(Ghost.Entities.Entity, ref T0, ref T1, ref T2, ref T3, ref T4, ref T5, ref T6, ref readonly Misaki.HighPerformance.Jobs.JobExecutionContext)
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3, T4, T5, T6).Execute(Ghost.Entities.Entity, T0, T1, T2, T3, T4, T5, T6, Misaki.HighPerformance.Jobs.JobExecutionContext)
nameWithType: IJobEntity<T0, T1, T2, T3, T4, T5, T6>.Execute(Entity, ref T0, ref T1, ref T2, ref T3, ref T4, ref T5, ref T6, ref readonly JobExecutionContext)
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3, T4, T5, T6).Execute(Entity, T0, T1, T2, T3, T4, T5, T6, JobExecutionContext)
- uid: Ghost.Entities.IJobEntity`7.Execute*
name: Execute
href: api/Ghost.Entities.IJobEntity-7.html#Ghost_Entities_IJobEntity_7_Execute_
commentId: Overload:Ghost.Entities.IJobEntity`7.Execute
isSpec: "True"
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3, T4, T5, T6>.Execute
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3, T4, T5, T6).Execute
nameWithType: IJobEntity<T0, T1, T2, T3, T4, T5, T6>.Execute
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3, T4, T5, T6).Execute
- uid: Ghost.Entities.IJobEntity`8
name: IJobEntity<T0, T1, T2, T3, T4, T5, T6, T7>
href: api/Ghost.Entities.IJobEntity-8.html
commentId: T:Ghost.Entities.IJobEntity`8
name.vb: IJobEntity(Of T0, T1, T2, T3, T4, T5, T6, T7)
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3, T4, T5, T6, T7>
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3, T4, T5, T6, T7)
nameWithType: IJobEntity<T0, T1, T2, T3, T4, T5, T6, T7>
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3, T4, T5, T6, T7)
- uid: Ghost.Entities.IJobEntity`8.Execute(Ghost.Entities.Entity,`0@,`1@,`2@,`3@,`4@,`5@,`6@,`7@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name: Execute(Entity, ref T0, ref T1, ref T2, ref T3, ref T4, ref T5, ref T6, ref T7, ref readonly JobExecutionContext)
href: api/Ghost.Entities.IJobEntity-8.html#Ghost_Entities_IJobEntity_8_Execute_Ghost_Entities_Entity__0___1___2___3___4___5___6___7__Misaki_HighPerformance_Jobs_JobExecutionContext__
commentId: M:Ghost.Entities.IJobEntity`8.Execute(Ghost.Entities.Entity,`0@,`1@,`2@,`3@,`4@,`5@,`6@,`7@,Misaki.HighPerformance.Jobs.JobExecutionContext@)
name.vb: Execute(Entity, T0, T1, T2, T3, T4, T5, T6, T7, JobExecutionContext)
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3, T4, T5, T6, T7>.Execute(Ghost.Entities.Entity, ref T0, ref T1, ref T2, ref T3, ref T4, ref T5, ref T6, ref T7, ref readonly Misaki.HighPerformance.Jobs.JobExecutionContext)
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3, T4, T5, T6, T7).Execute(Ghost.Entities.Entity, T0, T1, T2, T3, T4, T5, T6, T7, Misaki.HighPerformance.Jobs.JobExecutionContext)
nameWithType: IJobEntity<T0, T1, T2, T3, T4, T5, T6, T7>.Execute(Entity, ref T0, ref T1, ref T2, ref T3, ref T4, ref T5, ref T6, ref T7, ref readonly JobExecutionContext)
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3, T4, T5, T6, T7).Execute(Entity, T0, T1, T2, T3, T4, T5, T6, T7, JobExecutionContext)
- uid: Ghost.Entities.IJobEntity`8.Execute*
name: Execute
href: api/Ghost.Entities.IJobEntity-8.html#Ghost_Entities_IJobEntity_8_Execute_
commentId: Overload:Ghost.Entities.IJobEntity`8.Execute
isSpec: "True"
fullName: Ghost.Entities.IJobEntity<T0, T1, T2, T3, T4, T5, T6, T7>.Execute
fullName.vb: Ghost.Entities.IJobEntity(Of T0, T1, T2, T3, T4, T5, T6, T7).Execute
nameWithType: IJobEntity<T0, T1, T2, T3, T4, T5, T6, T7>.Execute
nameWithType.vb: IJobEntity(Of T0, T1, T2, T3, T4, T5, T6, T7).Execute
- uid: Ghost.Entities.ISharedComponent
name: ISharedComponent
href: api/Ghost.Entities.ISharedComponent.html
commentId: T:Ghost.Entities.ISharedComponent
fullName: Ghost.Entities.ISharedComponent
nameWithType: ISharedComponent
- uid: Ghost.Entities.ISharedWarper
name: ISharedWarper
href: api/Ghost.Entities.ISharedWarper.html
commentId: T:Ghost.Entities.ISharedWarper
fullName: Ghost.Entities.ISharedWarper
nameWithType: ISharedWarper
- uid: Ghost.Entities.ISharedWarper.Index
name: Index
href: api/Ghost.Entities.ISharedWarper.html#Ghost_Entities_ISharedWarper_Index
commentId: P:Ghost.Entities.ISharedWarper.Index
fullName: Ghost.Entities.ISharedWarper.Index
nameWithType: ISharedWarper.Index
- uid: Ghost.Entities.ISharedWarper.Index*
name: Index
href: api/Ghost.Entities.ISharedWarper.html#Ghost_Entities_ISharedWarper_Index_
commentId: Overload:Ghost.Entities.ISharedWarper.Index
isSpec: "True"
fullName: Ghost.Entities.ISharedWarper.Index
nameWithType: ISharedWarper.Index
- uid: Ghost.Entities.ISystem
name: ISystem
href: api/Ghost.Entities.ISystem.html
commentId: T:Ghost.Entities.ISystem
fullName: Ghost.Entities.ISystem
nameWithType: ISystem
- uid: Ghost.Entities.ISystem.Cleanup(Ghost.Entities.SystemAPI@)
name: Cleanup(ref readonly SystemAPI)
href: api/Ghost.Entities.ISystem.html#Ghost_Entities_ISystem_Cleanup_Ghost_Entities_SystemAPI__
commentId: M:Ghost.Entities.ISystem.Cleanup(Ghost.Entities.SystemAPI@)
name.vb: Cleanup(SystemAPI)
fullName: Ghost.Entities.ISystem.Cleanup(ref readonly Ghost.Entities.SystemAPI)
fullName.vb: Ghost.Entities.ISystem.Cleanup(Ghost.Entities.SystemAPI)
nameWithType: ISystem.Cleanup(ref readonly SystemAPI)
nameWithType.vb: ISystem.Cleanup(SystemAPI)
- uid: Ghost.Entities.ISystem.Cleanup*
name: Cleanup
href: api/Ghost.Entities.ISystem.html#Ghost_Entities_ISystem_Cleanup_
commentId: Overload:Ghost.Entities.ISystem.Cleanup
isSpec: "True"
fullName: Ghost.Entities.ISystem.Cleanup
nameWithType: ISystem.Cleanup
- uid: Ghost.Entities.ISystem.Initialize(Ghost.Entities.SystemAPI@)
name: Initialize(ref readonly SystemAPI)
href: api/Ghost.Entities.ISystem.html#Ghost_Entities_ISystem_Initialize_Ghost_Entities_SystemAPI__
commentId: M:Ghost.Entities.ISystem.Initialize(Ghost.Entities.SystemAPI@)
name.vb: Initialize(SystemAPI)
fullName: Ghost.Entities.ISystem.Initialize(ref readonly Ghost.Entities.SystemAPI)
fullName.vb: Ghost.Entities.ISystem.Initialize(Ghost.Entities.SystemAPI)
nameWithType: ISystem.Initialize(ref readonly SystemAPI)
nameWithType.vb: ISystem.Initialize(SystemAPI)
- uid: Ghost.Entities.ISystem.Initialize*
name: Initialize
href: api/Ghost.Entities.ISystem.html#Ghost_Entities_ISystem_Initialize_
commentId: Overload:Ghost.Entities.ISystem.Initialize
isSpec: "True"
fullName: Ghost.Entities.ISystem.Initialize
nameWithType: ISystem.Initialize
- uid: Ghost.Entities.ISystem.Update(Ghost.Entities.SystemAPI@)
name: Update(ref readonly SystemAPI)
href: api/Ghost.Entities.ISystem.html#Ghost_Entities_ISystem_Update_Ghost_Entities_SystemAPI__
commentId: M:Ghost.Entities.ISystem.Update(Ghost.Entities.SystemAPI@)
name.vb: Update(SystemAPI)
fullName: Ghost.Entities.ISystem.Update(ref readonly Ghost.Entities.SystemAPI)
fullName.vb: Ghost.Entities.ISystem.Update(Ghost.Entities.SystemAPI)
nameWithType: ISystem.Update(ref readonly SystemAPI)
nameWithType.vb: ISystem.Update(SystemAPI)
- uid: Ghost.Entities.ISystem.Update*
name: Update
href: api/Ghost.Entities.ISystem.html#Ghost_Entities_ISystem_Update_
commentId: Overload:Ghost.Entities.ISystem.Update
isSpec: "True"
fullName: Ghost.Entities.ISystem.Update
nameWithType: ISystem.Update
- uid: Ghost.Entities.ManagedEntity
name: ManagedEntity
href: api/Ghost.Entities.ManagedEntity.html
commentId: T:Ghost.Entities.ManagedEntity
fullName: Ghost.Entities.ManagedEntity
nameWithType: ManagedEntity
- uid: Ghost.Entities.ManagedEntity.generation
name: generation
href: api/Ghost.Entities.ManagedEntity.html#Ghost_Entities_ManagedEntity_generation
commentId: F:Ghost.Entities.ManagedEntity.generation
fullName: Ghost.Entities.ManagedEntity.generation
nameWithType: ManagedEntity.generation
- uid: Ghost.Entities.ManagedEntity.id
name: id
href: api/Ghost.Entities.ManagedEntity.html#Ghost_Entities_ManagedEntity_id
commentId: F:Ghost.Entities.ManagedEntity.id
fullName: Ghost.Entities.ManagedEntity.id
nameWithType: ManagedEntity.id
- uid: Ghost.Entities.ManagedEntityRef
name: ManagedEntityRef
href: api/Ghost.Entities.ManagedEntityRef.html
commentId: T:Ghost.Entities.ManagedEntityRef
fullName: Ghost.Entities.ManagedEntityRef
nameWithType: ManagedEntityRef
- uid: Ghost.Entities.ManagedEntityRef.entity
name: entity
href: api/Ghost.Entities.ManagedEntityRef.html#Ghost_Entities_ManagedEntityRef_entity
commentId: F:Ghost.Entities.ManagedEntityRef.entity
fullName: Ghost.Entities.ManagedEntityRef.entity
nameWithType: ManagedEntityRef.entity
- uid: Ghost.Entities.QueryBuilder
name: QueryBuilder
href: api/Ghost.Entities.QueryBuilder.html
commentId: T:Ghost.Entities.QueryBuilder
fullName: Ghost.Entities.QueryBuilder
nameWithType: QueryBuilder
- uid: Ghost.Entities.QueryBuilder.#ctor
name: QueryBuilder()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder__ctor
commentId: M:Ghost.Entities.QueryBuilder.#ctor
name.vb: New()
fullName: Ghost.Entities.QueryBuilder.QueryBuilder()
fullName.vb: Ghost.Entities.QueryBuilder.New()
nameWithType: QueryBuilder.QueryBuilder()
nameWithType.vb: QueryBuilder.New()
- uid: Ghost.Entities.QueryBuilder.#ctor*
name: QueryBuilder
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder__ctor_
commentId: Overload:Ghost.Entities.QueryBuilder.#ctor
isSpec: "True"
name.vb: New
fullName: Ghost.Entities.QueryBuilder.QueryBuilder
fullName.vb: Ghost.Entities.QueryBuilder.New
nameWithType: QueryBuilder.QueryBuilder
nameWithType.vb: QueryBuilder.New
- uid: Ghost.Entities.QueryBuilder.Build(Ghost.Entities.World,System.Boolean)
name: Build(World, bool)
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_Build_Ghost_Entities_World_System_Boolean_
commentId: M:Ghost.Entities.QueryBuilder.Build(Ghost.Entities.World,System.Boolean)
name.vb: Build(World, Boolean)
fullName: Ghost.Entities.QueryBuilder.Build(Ghost.Entities.World, bool)
fullName.vb: Ghost.Entities.QueryBuilder.Build(Ghost.Entities.World, Boolean)
nameWithType: QueryBuilder.Build(World, bool)
nameWithType.vb: QueryBuilder.Build(World, Boolean)
- uid: Ghost.Entities.QueryBuilder.Build*
name: Build
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_Build_
commentId: Overload:Ghost.Entities.QueryBuilder.Build
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.Build
nameWithType: QueryBuilder.Build
- uid: Ghost.Entities.QueryBuilder.BuildWithoutCache(Ghost.Entities.World,Misaki.HighPerformance.LowLevel.Buffer.AllocationHandle,System.Boolean)
name: BuildWithoutCache(World, AllocationHandle, bool)
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_BuildWithoutCache_Ghost_Entities_World_Misaki_HighPerformance_LowLevel_Buffer_AllocationHandle_System_Boolean_
commentId: M:Ghost.Entities.QueryBuilder.BuildWithoutCache(Ghost.Entities.World,Misaki.HighPerformance.LowLevel.Buffer.AllocationHandle,System.Boolean)
name.vb: BuildWithoutCache(World, AllocationHandle, Boolean)
fullName: Ghost.Entities.QueryBuilder.BuildWithoutCache(Ghost.Entities.World, Misaki.HighPerformance.LowLevel.Buffer.AllocationHandle, bool)
fullName.vb: Ghost.Entities.QueryBuilder.BuildWithoutCache(Ghost.Entities.World, Misaki.HighPerformance.LowLevel.Buffer.AllocationHandle, Boolean)
nameWithType: QueryBuilder.BuildWithoutCache(World, AllocationHandle, bool)
nameWithType.vb: QueryBuilder.BuildWithoutCache(World, AllocationHandle, Boolean)
- uid: Ghost.Entities.QueryBuilder.BuildWithoutCache*
name: BuildWithoutCache
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_BuildWithoutCache_
commentId: Overload:Ghost.Entities.QueryBuilder.BuildWithoutCache
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.BuildWithoutCache
nameWithType: QueryBuilder.BuildWithoutCache
- uid: Ghost.Entities.QueryBuilder.Clear
name: Clear()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_Clear
commentId: M:Ghost.Entities.QueryBuilder.Clear
fullName: Ghost.Entities.QueryBuilder.Clear()
nameWithType: QueryBuilder.Clear()
- uid: Ghost.Entities.QueryBuilder.Clear*
name: Clear
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_Clear_
commentId: Overload:Ghost.Entities.QueryBuilder.Clear
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.Clear
nameWithType: QueryBuilder.Clear
- uid: Ghost.Entities.QueryBuilder.Create
name: Create()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_Create
commentId: M:Ghost.Entities.QueryBuilder.Create
fullName: Ghost.Entities.QueryBuilder.Create()
nameWithType: QueryBuilder.Create()
- uid: Ghost.Entities.QueryBuilder.Create*
name: Create
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_Create_
commentId: Overload:Ghost.Entities.QueryBuilder.Create
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.Create
nameWithType: QueryBuilder.Create
- uid: Ghost.Entities.QueryBuilder.Dispose
name: Dispose()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_Dispose
commentId: M:Ghost.Entities.QueryBuilder.Dispose
fullName: Ghost.Entities.QueryBuilder.Dispose()
nameWithType: QueryBuilder.Dispose()
- uid: Ghost.Entities.QueryBuilder.Dispose*
name: Dispose
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_Dispose_
commentId: Overload:Ghost.Entities.QueryBuilder.Dispose
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.Dispose
nameWithType: QueryBuilder.Dispose
- uid: Ghost.Entities.QueryBuilder.WithAbsent(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name: WithAbsent(params Span<Identifier<IComponent>>)
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAbsent_System_Span_Ghost_Core_Identifier_Ghost_Entities_IComponent___
commentId: M:Ghost.Entities.QueryBuilder.WithAbsent(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name.vb: WithAbsent(Span(Of Identifier(Of IComponent)))
fullName: Ghost.Entities.QueryBuilder.WithAbsent(params System.Span<Ghost.Core.Identifier<Ghost.Entities.IComponent>>)
fullName.vb: Ghost.Entities.QueryBuilder.WithAbsent(System.Span(Of Ghost.Core.Identifier(Of Ghost.Entities.IComponent)))
nameWithType: QueryBuilder.WithAbsent(params Span<Identifier<IComponent>>)
nameWithType.vb: QueryBuilder.WithAbsent(Span(Of Identifier(Of IComponent)))
- uid: Ghost.Entities.QueryBuilder.WithAbsent*
name: WithAbsent
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAbsent_
commentId: Overload:Ghost.Entities.QueryBuilder.WithAbsent
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.WithAbsent
nameWithType: QueryBuilder.WithAbsent
- uid: Ghost.Entities.QueryBuilder.WithAbsent``1
name: WithAbsent<T0>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAbsent__1
commentId: M:Ghost.Entities.QueryBuilder.WithAbsent``1
name.vb: WithAbsent(Of T0)()
fullName: Ghost.Entities.QueryBuilder.WithAbsent<T0>()
fullName.vb: Ghost.Entities.QueryBuilder.WithAbsent(Of T0)()
nameWithType: QueryBuilder.WithAbsent<T0>()
nameWithType.vb: QueryBuilder.WithAbsent(Of T0)()
- uid: Ghost.Entities.QueryBuilder.WithAbsent``2
name: WithAbsent<T0, T1>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAbsent__2
commentId: M:Ghost.Entities.QueryBuilder.WithAbsent``2
name.vb: WithAbsent(Of T0, T1)()
fullName: Ghost.Entities.QueryBuilder.WithAbsent<T0, T1>()
fullName.vb: Ghost.Entities.QueryBuilder.WithAbsent(Of T0, T1)()
nameWithType: QueryBuilder.WithAbsent<T0, T1>()
nameWithType.vb: QueryBuilder.WithAbsent(Of T0, T1)()
- uid: Ghost.Entities.QueryBuilder.WithAbsent``3
name: WithAbsent<T0, T1, T2>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAbsent__3
commentId: M:Ghost.Entities.QueryBuilder.WithAbsent``3
name.vb: WithAbsent(Of T0, T1, T2)()
fullName: Ghost.Entities.QueryBuilder.WithAbsent<T0, T1, T2>()
fullName.vb: Ghost.Entities.QueryBuilder.WithAbsent(Of T0, T1, T2)()
nameWithType: QueryBuilder.WithAbsent<T0, T1, T2>()
nameWithType.vb: QueryBuilder.WithAbsent(Of T0, T1, T2)()
- uid: Ghost.Entities.QueryBuilder.WithAll(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name: WithAll(params Span<Identifier<IComponent>>)
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAll_System_Span_Ghost_Core_Identifier_Ghost_Entities_IComponent___
commentId: M:Ghost.Entities.QueryBuilder.WithAll(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name.vb: WithAll(Span(Of Identifier(Of IComponent)))
fullName: Ghost.Entities.QueryBuilder.WithAll(params System.Span<Ghost.Core.Identifier<Ghost.Entities.IComponent>>)
fullName.vb: Ghost.Entities.QueryBuilder.WithAll(System.Span(Of Ghost.Core.Identifier(Of Ghost.Entities.IComponent)))
nameWithType: QueryBuilder.WithAll(params Span<Identifier<IComponent>>)
nameWithType.vb: QueryBuilder.WithAll(Span(Of Identifier(Of IComponent)))
- uid: Ghost.Entities.QueryBuilder.WithAll*
name: WithAll
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAll_
commentId: Overload:Ghost.Entities.QueryBuilder.WithAll
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.WithAll
nameWithType: QueryBuilder.WithAll
- uid: Ghost.Entities.QueryBuilder.WithAllRW*
name: WithAllRW
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAllRW_
commentId: Overload:Ghost.Entities.QueryBuilder.WithAllRW
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.WithAllRW
nameWithType: QueryBuilder.WithAllRW
- uid: Ghost.Entities.QueryBuilder.WithAllRW``1
name: WithAllRW<T0>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAllRW__1
commentId: M:Ghost.Entities.QueryBuilder.WithAllRW``1
name.vb: WithAllRW(Of T0)()
fullName: Ghost.Entities.QueryBuilder.WithAllRW<T0>()
fullName.vb: Ghost.Entities.QueryBuilder.WithAllRW(Of T0)()
nameWithType: QueryBuilder.WithAllRW<T0>()
nameWithType.vb: QueryBuilder.WithAllRW(Of T0)()
- uid: Ghost.Entities.QueryBuilder.WithAllRW``2
name: WithAllRW<T0, T1>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAllRW__2
commentId: M:Ghost.Entities.QueryBuilder.WithAllRW``2
name.vb: WithAllRW(Of T0, T1)()
fullName: Ghost.Entities.QueryBuilder.WithAllRW<T0, T1>()
fullName.vb: Ghost.Entities.QueryBuilder.WithAllRW(Of T0, T1)()
nameWithType: QueryBuilder.WithAllRW<T0, T1>()
nameWithType.vb: QueryBuilder.WithAllRW(Of T0, T1)()
- uid: Ghost.Entities.QueryBuilder.WithAllRW``3
name: WithAllRW<T0, T1, T2>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAllRW__3
commentId: M:Ghost.Entities.QueryBuilder.WithAllRW``3
name.vb: WithAllRW(Of T0, T1, T2)()
fullName: Ghost.Entities.QueryBuilder.WithAllRW<T0, T1, T2>()
fullName.vb: Ghost.Entities.QueryBuilder.WithAllRW(Of T0, T1, T2)()
nameWithType: QueryBuilder.WithAllRW<T0, T1, T2>()
nameWithType.vb: QueryBuilder.WithAllRW(Of T0, T1, T2)()
- uid: Ghost.Entities.QueryBuilder.WithAll``1
name: WithAll<T0>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAll__1
commentId: M:Ghost.Entities.QueryBuilder.WithAll``1
name.vb: WithAll(Of T0)()
fullName: Ghost.Entities.QueryBuilder.WithAll<T0>()
fullName.vb: Ghost.Entities.QueryBuilder.WithAll(Of T0)()
nameWithType: QueryBuilder.WithAll<T0>()
nameWithType.vb: QueryBuilder.WithAll(Of T0)()
- uid: Ghost.Entities.QueryBuilder.WithAll``2
name: WithAll<T0, T1>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAll__2
commentId: M:Ghost.Entities.QueryBuilder.WithAll``2
name.vb: WithAll(Of T0, T1)()
fullName: Ghost.Entities.QueryBuilder.WithAll<T0, T1>()
fullName.vb: Ghost.Entities.QueryBuilder.WithAll(Of T0, T1)()
nameWithType: QueryBuilder.WithAll<T0, T1>()
nameWithType.vb: QueryBuilder.WithAll(Of T0, T1)()
- uid: Ghost.Entities.QueryBuilder.WithAll``3
name: WithAll<T0, T1, T2>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAll__3
commentId: M:Ghost.Entities.QueryBuilder.WithAll``3
name.vb: WithAll(Of T0, T1, T2)()
fullName: Ghost.Entities.QueryBuilder.WithAll<T0, T1, T2>()
fullName.vb: Ghost.Entities.QueryBuilder.WithAll(Of T0, T1, T2)()
nameWithType: QueryBuilder.WithAll<T0, T1, T2>()
nameWithType.vb: QueryBuilder.WithAll(Of T0, T1, T2)()
- uid: Ghost.Entities.QueryBuilder.WithAny(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name: WithAny(params Span<Identifier<IComponent>>)
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAny_System_Span_Ghost_Core_Identifier_Ghost_Entities_IComponent___
commentId: M:Ghost.Entities.QueryBuilder.WithAny(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name.vb: WithAny(Span(Of Identifier(Of IComponent)))
fullName: Ghost.Entities.QueryBuilder.WithAny(params System.Span<Ghost.Core.Identifier<Ghost.Entities.IComponent>>)
fullName.vb: Ghost.Entities.QueryBuilder.WithAny(System.Span(Of Ghost.Core.Identifier(Of Ghost.Entities.IComponent)))
nameWithType: QueryBuilder.WithAny(params Span<Identifier<IComponent>>)
nameWithType.vb: QueryBuilder.WithAny(Span(Of Identifier(Of IComponent)))
- uid: Ghost.Entities.QueryBuilder.WithAny*
name: WithAny
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAny_
commentId: Overload:Ghost.Entities.QueryBuilder.WithAny
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.WithAny
nameWithType: QueryBuilder.WithAny
- uid: Ghost.Entities.QueryBuilder.WithAny``1
name: WithAny<T0>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAny__1
commentId: M:Ghost.Entities.QueryBuilder.WithAny``1
name.vb: WithAny(Of T0)()
fullName: Ghost.Entities.QueryBuilder.WithAny<T0>()
fullName.vb: Ghost.Entities.QueryBuilder.WithAny(Of T0)()
nameWithType: QueryBuilder.WithAny<T0>()
nameWithType.vb: QueryBuilder.WithAny(Of T0)()
- uid: Ghost.Entities.QueryBuilder.WithAny``2
name: WithAny<T0, T1>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAny__2
commentId: M:Ghost.Entities.QueryBuilder.WithAny``2
name.vb: WithAny(Of T0, T1)()
fullName: Ghost.Entities.QueryBuilder.WithAny<T0, T1>()
fullName.vb: Ghost.Entities.QueryBuilder.WithAny(Of T0, T1)()
nameWithType: QueryBuilder.WithAny<T0, T1>()
nameWithType.vb: QueryBuilder.WithAny(Of T0, T1)()
- uid: Ghost.Entities.QueryBuilder.WithAny``3
name: WithAny<T0, T1, T2>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithAny__3
commentId: M:Ghost.Entities.QueryBuilder.WithAny``3
name.vb: WithAny(Of T0, T1, T2)()
fullName: Ghost.Entities.QueryBuilder.WithAny<T0, T1, T2>()
fullName.vb: Ghost.Entities.QueryBuilder.WithAny(Of T0, T1, T2)()
nameWithType: QueryBuilder.WithAny<T0, T1, T2>()
nameWithType.vb: QueryBuilder.WithAny(Of T0, T1, T2)()
- uid: Ghost.Entities.QueryBuilder.WithDisabled(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name: WithDisabled(params Span<Identifier<IComponent>>)
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithDisabled_System_Span_Ghost_Core_Identifier_Ghost_Entities_IComponent___
commentId: M:Ghost.Entities.QueryBuilder.WithDisabled(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name.vb: WithDisabled(Span(Of Identifier(Of IComponent)))
fullName: Ghost.Entities.QueryBuilder.WithDisabled(params System.Span<Ghost.Core.Identifier<Ghost.Entities.IComponent>>)
fullName.vb: Ghost.Entities.QueryBuilder.WithDisabled(System.Span(Of Ghost.Core.Identifier(Of Ghost.Entities.IComponent)))
nameWithType: QueryBuilder.WithDisabled(params Span<Identifier<IComponent>>)
nameWithType.vb: QueryBuilder.WithDisabled(Span(Of Identifier(Of IComponent)))
- uid: Ghost.Entities.QueryBuilder.WithDisabled*
name: WithDisabled
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithDisabled_
commentId: Overload:Ghost.Entities.QueryBuilder.WithDisabled
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.WithDisabled
nameWithType: QueryBuilder.WithDisabled
- uid: Ghost.Entities.QueryBuilder.WithDisabled``1
name: WithDisabled<T0>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithDisabled__1
commentId: M:Ghost.Entities.QueryBuilder.WithDisabled``1
name.vb: WithDisabled(Of T0)()
fullName: Ghost.Entities.QueryBuilder.WithDisabled<T0>()
fullName.vb: Ghost.Entities.QueryBuilder.WithDisabled(Of T0)()
nameWithType: QueryBuilder.WithDisabled<T0>()
nameWithType.vb: QueryBuilder.WithDisabled(Of T0)()
- uid: Ghost.Entities.QueryBuilder.WithDisabled``2
name: WithDisabled<T0, T1>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithDisabled__2
commentId: M:Ghost.Entities.QueryBuilder.WithDisabled``2
name.vb: WithDisabled(Of T0, T1)()
fullName: Ghost.Entities.QueryBuilder.WithDisabled<T0, T1>()
fullName.vb: Ghost.Entities.QueryBuilder.WithDisabled(Of T0, T1)()
nameWithType: QueryBuilder.WithDisabled<T0, T1>()
nameWithType.vb: QueryBuilder.WithDisabled(Of T0, T1)()
- uid: Ghost.Entities.QueryBuilder.WithDisabled``3
name: WithDisabled<T0, T1, T2>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithDisabled__3
commentId: M:Ghost.Entities.QueryBuilder.WithDisabled``3
name.vb: WithDisabled(Of T0, T1, T2)()
fullName: Ghost.Entities.QueryBuilder.WithDisabled<T0, T1, T2>()
fullName.vb: Ghost.Entities.QueryBuilder.WithDisabled(Of T0, T1, T2)()
nameWithType: QueryBuilder.WithDisabled<T0, T1, T2>()
nameWithType.vb: QueryBuilder.WithDisabled(Of T0, T1, T2)()
- uid: Ghost.Entities.QueryBuilder.WithNone(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name: WithNone(params Span<Identifier<IComponent>>)
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithNone_System_Span_Ghost_Core_Identifier_Ghost_Entities_IComponent___
commentId: M:Ghost.Entities.QueryBuilder.WithNone(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name.vb: WithNone(Span(Of Identifier(Of IComponent)))
fullName: Ghost.Entities.QueryBuilder.WithNone(params System.Span<Ghost.Core.Identifier<Ghost.Entities.IComponent>>)
fullName.vb: Ghost.Entities.QueryBuilder.WithNone(System.Span(Of Ghost.Core.Identifier(Of Ghost.Entities.IComponent)))
nameWithType: QueryBuilder.WithNone(params Span<Identifier<IComponent>>)
nameWithType.vb: QueryBuilder.WithNone(Span(Of Identifier(Of IComponent)))
- uid: Ghost.Entities.QueryBuilder.WithNone*
name: WithNone
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithNone_
commentId: Overload:Ghost.Entities.QueryBuilder.WithNone
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.WithNone
nameWithType: QueryBuilder.WithNone
- uid: Ghost.Entities.QueryBuilder.WithNone``1
name: WithNone<T0>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithNone__1
commentId: M:Ghost.Entities.QueryBuilder.WithNone``1
name.vb: WithNone(Of T0)()
fullName: Ghost.Entities.QueryBuilder.WithNone<T0>()
fullName.vb: Ghost.Entities.QueryBuilder.WithNone(Of T0)()
nameWithType: QueryBuilder.WithNone<T0>()
nameWithType.vb: QueryBuilder.WithNone(Of T0)()
- uid: Ghost.Entities.QueryBuilder.WithNone``2
name: WithNone<T0, T1>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithNone__2
commentId: M:Ghost.Entities.QueryBuilder.WithNone``2
name.vb: WithNone(Of T0, T1)()
fullName: Ghost.Entities.QueryBuilder.WithNone<T0, T1>()
fullName.vb: Ghost.Entities.QueryBuilder.WithNone(Of T0, T1)()
nameWithType: QueryBuilder.WithNone<T0, T1>()
nameWithType.vb: QueryBuilder.WithNone(Of T0, T1)()
- uid: Ghost.Entities.QueryBuilder.WithNone``3
name: WithNone<T0, T1, T2>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithNone__3
commentId: M:Ghost.Entities.QueryBuilder.WithNone``3
name.vb: WithNone(Of T0, T1, T2)()
fullName: Ghost.Entities.QueryBuilder.WithNone<T0, T1, T2>()
fullName.vb: Ghost.Entities.QueryBuilder.WithNone(Of T0, T1, T2)()
nameWithType: QueryBuilder.WithNone<T0, T1, T2>()
nameWithType.vb: QueryBuilder.WithNone(Of T0, T1, T2)()
- uid: Ghost.Entities.QueryBuilder.WithPresent(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name: WithPresent(params Span<Identifier<IComponent>>)
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithPresent_System_Span_Ghost_Core_Identifier_Ghost_Entities_IComponent___
commentId: M:Ghost.Entities.QueryBuilder.WithPresent(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name.vb: WithPresent(Span(Of Identifier(Of IComponent)))
fullName: Ghost.Entities.QueryBuilder.WithPresent(params System.Span<Ghost.Core.Identifier<Ghost.Entities.IComponent>>)
fullName.vb: Ghost.Entities.QueryBuilder.WithPresent(System.Span(Of Ghost.Core.Identifier(Of Ghost.Entities.IComponent)))
nameWithType: QueryBuilder.WithPresent(params Span<Identifier<IComponent>>)
nameWithType.vb: QueryBuilder.WithPresent(Span(Of Identifier(Of IComponent)))
- uid: Ghost.Entities.QueryBuilder.WithPresent*
name: WithPresent
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithPresent_
commentId: Overload:Ghost.Entities.QueryBuilder.WithPresent
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.WithPresent
nameWithType: QueryBuilder.WithPresent
- uid: Ghost.Entities.QueryBuilder.WithPresentRW(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name: WithPresentRW(params Span<Identifier<IComponent>>)
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithPresentRW_System_Span_Ghost_Core_Identifier_Ghost_Entities_IComponent___
commentId: M:Ghost.Entities.QueryBuilder.WithPresentRW(System.Span{Ghost.Core.Identifier{Ghost.Entities.IComponent}})
name.vb: WithPresentRW(Span(Of Identifier(Of IComponent)))
fullName: Ghost.Entities.QueryBuilder.WithPresentRW(params System.Span<Ghost.Core.Identifier<Ghost.Entities.IComponent>>)
fullName.vb: Ghost.Entities.QueryBuilder.WithPresentRW(System.Span(Of Ghost.Core.Identifier(Of Ghost.Entities.IComponent)))
nameWithType: QueryBuilder.WithPresentRW(params Span<Identifier<IComponent>>)
nameWithType.vb: QueryBuilder.WithPresentRW(Span(Of Identifier(Of IComponent)))
- uid: Ghost.Entities.QueryBuilder.WithPresentRW*
name: WithPresentRW
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithPresentRW_
commentId: Overload:Ghost.Entities.QueryBuilder.WithPresentRW
isSpec: "True"
fullName: Ghost.Entities.QueryBuilder.WithPresentRW
nameWithType: QueryBuilder.WithPresentRW
- uid: Ghost.Entities.QueryBuilder.WithPresentRW``1
name: WithPresentRW<T0>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithPresentRW__1
commentId: M:Ghost.Entities.QueryBuilder.WithPresentRW``1
name.vb: WithPresentRW(Of T0)()
fullName: Ghost.Entities.QueryBuilder.WithPresentRW<T0>()
fullName.vb: Ghost.Entities.QueryBuilder.WithPresentRW(Of T0)()
nameWithType: QueryBuilder.WithPresentRW<T0>()
nameWithType.vb: QueryBuilder.WithPresentRW(Of T0)()
- uid: Ghost.Entities.QueryBuilder.WithPresentRW``2
name: WithPresentRW<T0, T1>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithPresentRW__2
commentId: M:Ghost.Entities.QueryBuilder.WithPresentRW``2
name.vb: WithPresentRW(Of T0, T1)()
fullName: Ghost.Entities.QueryBuilder.WithPresentRW<T0, T1>()
fullName.vb: Ghost.Entities.QueryBuilder.WithPresentRW(Of T0, T1)()
nameWithType: QueryBuilder.WithPresentRW<T0, T1>()
nameWithType.vb: QueryBuilder.WithPresentRW(Of T0, T1)()
- uid: Ghost.Entities.QueryBuilder.WithPresentRW``3
name: WithPresentRW<T0, T1, T2>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithPresentRW__3
commentId: M:Ghost.Entities.QueryBuilder.WithPresentRW``3
name.vb: WithPresentRW(Of T0, T1, T2)()
fullName: Ghost.Entities.QueryBuilder.WithPresentRW<T0, T1, T2>()
fullName.vb: Ghost.Entities.QueryBuilder.WithPresentRW(Of T0, T1, T2)()
nameWithType: QueryBuilder.WithPresentRW<T0, T1, T2>()
nameWithType.vb: QueryBuilder.WithPresentRW(Of T0, T1, T2)()
- uid: Ghost.Entities.QueryBuilder.WithPresent``1
name: WithPresent<T0>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithPresent__1
commentId: M:Ghost.Entities.QueryBuilder.WithPresent``1
name.vb: WithPresent(Of T0)()
fullName: Ghost.Entities.QueryBuilder.WithPresent<T0>()
fullName.vb: Ghost.Entities.QueryBuilder.WithPresent(Of T0)()
nameWithType: QueryBuilder.WithPresent<T0>()
nameWithType.vb: QueryBuilder.WithPresent(Of T0)()
- uid: Ghost.Entities.QueryBuilder.WithPresent``2
name: WithPresent<T0, T1>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithPresent__2
commentId: M:Ghost.Entities.QueryBuilder.WithPresent``2
name.vb: WithPresent(Of T0, T1)()
fullName: Ghost.Entities.QueryBuilder.WithPresent<T0, T1>()
fullName.vb: Ghost.Entities.QueryBuilder.WithPresent(Of T0, T1)()
nameWithType: QueryBuilder.WithPresent<T0, T1>()
nameWithType.vb: QueryBuilder.WithPresent(Of T0, T1)()
- uid: Ghost.Entities.QueryBuilder.WithPresent``3
name: WithPresent<T0, T1, T2>()
href: api/Ghost.Entities.QueryBuilder.html#Ghost_Entities_QueryBuilder_WithPresent__3
commentId: M:Ghost.Entities.QueryBuilder.WithPresent``3
name.vb: WithPresent(Of T0, T1, T2)()
fullName: Ghost.Entities.QueryBuilder.WithPresent<T0, T1, T2>()
fullName.vb: Ghost.Entities.QueryBuilder.WithPresent(Of T0, T1, T2)()
nameWithType: QueryBuilder.WithPresent<T0, T1, T2>()
nameWithType.vb: QueryBuilder.WithPresent(Of T0, T1, T2)()
- uid: Ghost.Entities.RequireComponentAttribute`1
name: RequireComponentAttribute<T>
href: api/Ghost.Entities.RequireComponentAttribute-1.html
commentId: T:Ghost.Entities.RequireComponentAttribute`1
name.vb: RequireComponentAttribute(Of T)
fullName: Ghost.Entities.RequireComponentAttribute<T>
fullName.vb: Ghost.Entities.RequireComponentAttribute(Of T)
nameWithType: RequireComponentAttribute<T>
nameWithType.vb: RequireComponentAttribute(Of T)
- uid: Ghost.Entities.RequireComponentAttribute`1.RequiredType
name: RequiredType
href: api/Ghost.Entities.RequireComponentAttribute-1.html#Ghost_Entities_RequireComponentAttribute_1_RequiredType
commentId: P:Ghost.Entities.RequireComponentAttribute`1.RequiredType
fullName: Ghost.Entities.RequireComponentAttribute<T>.RequiredType
fullName.vb: Ghost.Entities.RequireComponentAttribute(Of T).RequiredType
nameWithType: RequireComponentAttribute<T>.RequiredType
nameWithType.vb: RequireComponentAttribute(Of T).RequiredType
- uid: Ghost.Entities.RequireComponentAttribute`1.RequiredType*
name: RequiredType
href: api/Ghost.Entities.RequireComponentAttribute-1.html#Ghost_Entities_RequireComponentAttribute_1_RequiredType_
commentId: Overload:Ghost.Entities.RequireComponentAttribute`1.RequiredType
isSpec: "True"
fullName: Ghost.Entities.RequireComponentAttribute<T>.RequiredType
fullName.vb: Ghost.Entities.RequireComponentAttribute(Of T).RequiredType
nameWithType: RequireComponentAttribute<T>.RequiredType
nameWithType.vb: RequireComponentAttribute(Of T).RequiredType
- uid: Ghost.Entities.ScriptComponent
name: ScriptComponent
href: api/Ghost.Entities.ScriptComponent.html
commentId: T:Ghost.Entities.ScriptComponent
fullName: Ghost.Entities.ScriptComponent
nameWithType: ScriptComponent
- uid: Ghost.Entities.ScriptComponent.Entity
name: Entity
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_Entity
commentId: P:Ghost.Entities.ScriptComponent.Entity
fullName: Ghost.Entities.ScriptComponent.Entity
nameWithType: ScriptComponent.Entity
- uid: Ghost.Entities.ScriptComponent.Entity*
name: Entity
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_Entity_
commentId: Overload:Ghost.Entities.ScriptComponent.Entity
isSpec: "True"
fullName: Ghost.Entities.ScriptComponent.Entity
nameWithType: ScriptComponent.Entity
- uid: Ghost.Entities.ScriptComponent.FixedUpdate
name: FixedUpdate()
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_FixedUpdate
commentId: M:Ghost.Entities.ScriptComponent.FixedUpdate
fullName: Ghost.Entities.ScriptComponent.FixedUpdate()
nameWithType: ScriptComponent.FixedUpdate()
- uid: Ghost.Entities.ScriptComponent.FixedUpdate*
name: FixedUpdate
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_FixedUpdate_
commentId: Overload:Ghost.Entities.ScriptComponent.FixedUpdate
isSpec: "True"
fullName: Ghost.Entities.ScriptComponent.FixedUpdate
nameWithType: ScriptComponent.FixedUpdate
- uid: Ghost.Entities.ScriptComponent.GetComponent*
name: GetComponent
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_GetComponent_
commentId: Overload:Ghost.Entities.ScriptComponent.GetComponent
isSpec: "True"
fullName: Ghost.Entities.ScriptComponent.GetComponent
nameWithType: ScriptComponent.GetComponent
- uid: Ghost.Entities.ScriptComponent.GetComponent``1
name: GetComponent<T>()
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_GetComponent__1
commentId: M:Ghost.Entities.ScriptComponent.GetComponent``1
name.vb: GetComponent(Of T)()
fullName: Ghost.Entities.ScriptComponent.GetComponent<T>()
fullName.vb: Ghost.Entities.ScriptComponent.GetComponent(Of T)()
nameWithType: ScriptComponent.GetComponent<T>()
nameWithType.vb: ScriptComponent.GetComponent(Of T)()
- uid: Ghost.Entities.ScriptComponent.LateUpdate
name: LateUpdate()
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_LateUpdate
commentId: M:Ghost.Entities.ScriptComponent.LateUpdate
fullName: Ghost.Entities.ScriptComponent.LateUpdate()
nameWithType: ScriptComponent.LateUpdate()
- uid: Ghost.Entities.ScriptComponent.LateUpdate*
name: LateUpdate
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_LateUpdate_
commentId: Overload:Ghost.Entities.ScriptComponent.LateUpdate
isSpec: "True"
fullName: Ghost.Entities.ScriptComponent.LateUpdate
nameWithType: ScriptComponent.LateUpdate
- uid: Ghost.Entities.ScriptComponent.ManagedEntity
name: ManagedEntity
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_ManagedEntity
commentId: P:Ghost.Entities.ScriptComponent.ManagedEntity
fullName: Ghost.Entities.ScriptComponent.ManagedEntity
nameWithType: ScriptComponent.ManagedEntity
- uid: Ghost.Entities.ScriptComponent.ManagedEntity*
name: ManagedEntity
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_ManagedEntity_
commentId: Overload:Ghost.Entities.ScriptComponent.ManagedEntity
isSpec: "True"
fullName: Ghost.Entities.ScriptComponent.ManagedEntity
nameWithType: ScriptComponent.ManagedEntity
- uid: Ghost.Entities.ScriptComponent.OnCreate
name: OnCreate()
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_OnCreate
commentId: M:Ghost.Entities.ScriptComponent.OnCreate
fullName: Ghost.Entities.ScriptComponent.OnCreate()
nameWithType: ScriptComponent.OnCreate()
- uid: Ghost.Entities.ScriptComponent.OnCreate*
name: OnCreate
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_OnCreate_
commentId: Overload:Ghost.Entities.ScriptComponent.OnCreate
isSpec: "True"
fullName: Ghost.Entities.ScriptComponent.OnCreate
nameWithType: ScriptComponent.OnCreate
- uid: Ghost.Entities.ScriptComponent.OnDestroy
name: OnDestroy()
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_OnDestroy
commentId: M:Ghost.Entities.ScriptComponent.OnDestroy
fullName: Ghost.Entities.ScriptComponent.OnDestroy()
nameWithType: ScriptComponent.OnDestroy()
- uid: Ghost.Entities.ScriptComponent.OnDestroy*
name: OnDestroy
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_OnDestroy_
commentId: Overload:Ghost.Entities.ScriptComponent.OnDestroy
isSpec: "True"
fullName: Ghost.Entities.ScriptComponent.OnDestroy
nameWithType: ScriptComponent.OnDestroy
- uid: Ghost.Entities.ScriptComponent.OnDisable
name: OnDisable()
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_OnDisable
commentId: M:Ghost.Entities.ScriptComponent.OnDisable
fullName: Ghost.Entities.ScriptComponent.OnDisable()
nameWithType: ScriptComponent.OnDisable()
- uid: Ghost.Entities.ScriptComponent.OnDisable*
name: OnDisable
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_OnDisable_
commentId: Overload:Ghost.Entities.ScriptComponent.OnDisable
isSpec: "True"
fullName: Ghost.Entities.ScriptComponent.OnDisable
nameWithType: ScriptComponent.OnDisable
- uid: Ghost.Entities.ScriptComponent.OnEnable
name: OnEnable()
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_OnEnable
commentId: M:Ghost.Entities.ScriptComponent.OnEnable
fullName: Ghost.Entities.ScriptComponent.OnEnable()
nameWithType: ScriptComponent.OnEnable()
- uid: Ghost.Entities.ScriptComponent.OnEnable*
name: OnEnable
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_OnEnable_
commentId: Overload:Ghost.Entities.ScriptComponent.OnEnable
isSpec: "True"
fullName: Ghost.Entities.ScriptComponent.OnEnable
nameWithType: ScriptComponent.OnEnable
- uid: Ghost.Entities.ScriptComponent.Start
name: Start()
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_Start
commentId: M:Ghost.Entities.ScriptComponent.Start
fullName: Ghost.Entities.ScriptComponent.Start()
nameWithType: ScriptComponent.Start()
- uid: Ghost.Entities.ScriptComponent.Start*
name: Start
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_Start_
commentId: Overload:Ghost.Entities.ScriptComponent.Start
isSpec: "True"
fullName: Ghost.Entities.ScriptComponent.Start
nameWithType: ScriptComponent.Start
- uid: Ghost.Entities.ScriptComponent.Update
name: Update()
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_Update
commentId: M:Ghost.Entities.ScriptComponent.Update
fullName: Ghost.Entities.ScriptComponent.Update()
nameWithType: ScriptComponent.Update()
- uid: Ghost.Entities.ScriptComponent.Update*
name: Update
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_Update_
commentId: Overload:Ghost.Entities.ScriptComponent.Update
isSpec: "True"
fullName: Ghost.Entities.ScriptComponent.Update
nameWithType: ScriptComponent.Update
- uid: Ghost.Entities.ScriptComponent.World
name: World
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_World
commentId: P:Ghost.Entities.ScriptComponent.World
fullName: Ghost.Entities.ScriptComponent.World
nameWithType: ScriptComponent.World
- uid: Ghost.Entities.ScriptComponent.World*
name: World
href: api/Ghost.Entities.ScriptComponent.html#Ghost_Entities_ScriptComponent_World_
commentId: Overload:Ghost.Entities.ScriptComponent.World
isSpec: "True"
fullName: Ghost.Entities.ScriptComponent.World
nameWithType: ScriptComponent.World
- uid: Ghost.Entities.Shared`1
name: Shared<T>
href: api/Ghost.Entities.Shared-1.html
commentId: T:Ghost.Entities.Shared`1
name.vb: Shared(Of T)
fullName: Ghost.Entities.Shared<T>
fullName.vb: Ghost.Entities.Shared(Of T)
nameWithType: Shared<T>
nameWithType.vb: Shared(Of T)
- uid: Ghost.Entities.Shared`1.Index
name: Index
href: api/Ghost.Entities.Shared-1.html#Ghost_Entities_Shared_1_Index
commentId: P:Ghost.Entities.Shared`1.Index
fullName: Ghost.Entities.Shared<T>.Index
fullName.vb: Ghost.Entities.Shared(Of T).Index
nameWithType: Shared<T>.Index
nameWithType.vb: Shared(Of T).Index
- uid: Ghost.Entities.Shared`1.Index*
name: Index
href: api/Ghost.Entities.Shared-1.html#Ghost_Entities_Shared_1_Index_
commentId: Overload:Ghost.Entities.Shared`1.Index
isSpec: "True"
fullName: Ghost.Entities.Shared<T>.Index
fullName.vb: Ghost.Entities.Shared(Of T).Index
nameWithType: Shared<T>.Index
nameWithType.vb: Shared(Of T).Index
- uid: Ghost.Entities.SystemAPI
name: SystemAPI
href: api/Ghost.Entities.SystemAPI.html
commentId: T:Ghost.Entities.SystemAPI
fullName: Ghost.Entities.SystemAPI
nameWithType: SystemAPI
- uid: Ghost.Entities.SystemAPI.Time
name: Time
href: api/Ghost.Entities.SystemAPI.html#Ghost_Entities_SystemAPI_Time
commentId: P:Ghost.Entities.SystemAPI.Time
fullName: Ghost.Entities.SystemAPI.Time
nameWithType: SystemAPI.Time
- uid: Ghost.Entities.SystemAPI.Time*
name: Time
href: api/Ghost.Entities.SystemAPI.html#Ghost_Entities_SystemAPI_Time_
commentId: Overload:Ghost.Entities.SystemAPI.Time
isSpec: "True"
fullName: Ghost.Entities.SystemAPI.Time
nameWithType: SystemAPI.Time
- uid: Ghost.Entities.SystemAPI.World
name: World
href: api/Ghost.Entities.SystemAPI.html#Ghost_Entities_SystemAPI_World
commentId: P:Ghost.Entities.SystemAPI.World
fullName: Ghost.Entities.SystemAPI.World
nameWithType: SystemAPI.World
- uid: Ghost.Entities.SystemAPI.World*
name: World
href: api/Ghost.Entities.SystemAPI.html#Ghost_Entities_SystemAPI_World_
commentId: Overload:Ghost.Entities.SystemAPI.World
isSpec: "True"
fullName: Ghost.Entities.SystemAPI.World
nameWithType: SystemAPI.World
- uid: Ghost.Entities.SystemBase
name: SystemBase
href: api/Ghost.Entities.SystemBase.html
commentId: T:Ghost.Entities.SystemBase
fullName: Ghost.Entities.SystemBase
nameWithType: SystemBase
- uid: Ghost.Entities.SystemBase.LastSystemVersion
name: LastSystemVersion
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_LastSystemVersion
commentId: P:Ghost.Entities.SystemBase.LastSystemVersion
fullName: Ghost.Entities.SystemBase.LastSystemVersion
nameWithType: SystemBase.LastSystemVersion
- uid: Ghost.Entities.SystemBase.LastSystemVersion*
name: LastSystemVersion
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_LastSystemVersion_
commentId: Overload:Ghost.Entities.SystemBase.LastSystemVersion
isSpec: "True"
fullName: Ghost.Entities.SystemBase.LastSystemVersion
nameWithType: SystemBase.LastSystemVersion
- uid: Ghost.Entities.SystemBase.OnCleanup(Ghost.Entities.SystemAPI@)
name: OnCleanup(ref readonly SystemAPI)
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_OnCleanup_Ghost_Entities_SystemAPI__
commentId: M:Ghost.Entities.SystemBase.OnCleanup(Ghost.Entities.SystemAPI@)
name.vb: OnCleanup(SystemAPI)
fullName: Ghost.Entities.SystemBase.OnCleanup(ref readonly Ghost.Entities.SystemAPI)
fullName.vb: Ghost.Entities.SystemBase.OnCleanup(Ghost.Entities.SystemAPI)
nameWithType: SystemBase.OnCleanup(ref readonly SystemAPI)
nameWithType.vb: SystemBase.OnCleanup(SystemAPI)
- uid: Ghost.Entities.SystemBase.OnCleanup*
name: OnCleanup
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_OnCleanup_
commentId: Overload:Ghost.Entities.SystemBase.OnCleanup
isSpec: "True"
fullName: Ghost.Entities.SystemBase.OnCleanup
nameWithType: SystemBase.OnCleanup
- uid: Ghost.Entities.SystemBase.OnInitialize(Ghost.Entities.SystemAPI@)
name: OnInitialize(ref readonly SystemAPI)
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_OnInitialize_Ghost_Entities_SystemAPI__
commentId: M:Ghost.Entities.SystemBase.OnInitialize(Ghost.Entities.SystemAPI@)
name.vb: OnInitialize(SystemAPI)
fullName: Ghost.Entities.SystemBase.OnInitialize(ref readonly Ghost.Entities.SystemAPI)
fullName.vb: Ghost.Entities.SystemBase.OnInitialize(Ghost.Entities.SystemAPI)
nameWithType: SystemBase.OnInitialize(ref readonly SystemAPI)
nameWithType.vb: SystemBase.OnInitialize(SystemAPI)
- uid: Ghost.Entities.SystemBase.OnInitialize*
name: OnInitialize
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_OnInitialize_
commentId: Overload:Ghost.Entities.SystemBase.OnInitialize
isSpec: "True"
fullName: Ghost.Entities.SystemBase.OnInitialize
nameWithType: SystemBase.OnInitialize
- uid: Ghost.Entities.SystemBase.OnStartRunning
name: OnStartRunning()
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_OnStartRunning
commentId: M:Ghost.Entities.SystemBase.OnStartRunning
fullName: Ghost.Entities.SystemBase.OnStartRunning()
nameWithType: SystemBase.OnStartRunning()
- uid: Ghost.Entities.SystemBase.OnStartRunning*
name: OnStartRunning
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_OnStartRunning_
commentId: Overload:Ghost.Entities.SystemBase.OnStartRunning
isSpec: "True"
fullName: Ghost.Entities.SystemBase.OnStartRunning
nameWithType: SystemBase.OnStartRunning
- uid: Ghost.Entities.SystemBase.OnStopRunning
name: OnStopRunning()
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_OnStopRunning
commentId: M:Ghost.Entities.SystemBase.OnStopRunning
fullName: Ghost.Entities.SystemBase.OnStopRunning()
nameWithType: SystemBase.OnStopRunning()
- uid: Ghost.Entities.SystemBase.OnStopRunning*
name: OnStopRunning
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_OnStopRunning_
commentId: Overload:Ghost.Entities.SystemBase.OnStopRunning
isSpec: "True"
fullName: Ghost.Entities.SystemBase.OnStopRunning
nameWithType: SystemBase.OnStopRunning
- uid: Ghost.Entities.SystemBase.OnUpdate(Ghost.Entities.SystemAPI@)
name: OnUpdate(ref readonly SystemAPI)
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_OnUpdate_Ghost_Entities_SystemAPI__
commentId: M:Ghost.Entities.SystemBase.OnUpdate(Ghost.Entities.SystemAPI@)
name.vb: OnUpdate(SystemAPI)
fullName: Ghost.Entities.SystemBase.OnUpdate(ref readonly Ghost.Entities.SystemAPI)
fullName.vb: Ghost.Entities.SystemBase.OnUpdate(Ghost.Entities.SystemAPI)
nameWithType: SystemBase.OnUpdate(ref readonly SystemAPI)
nameWithType.vb: SystemBase.OnUpdate(SystemAPI)
- uid: Ghost.Entities.SystemBase.OnUpdate*
name: OnUpdate
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_OnUpdate_
commentId: Overload:Ghost.Entities.SystemBase.OnUpdate
isSpec: "True"
fullName: Ghost.Entities.SystemBase.OnUpdate
nameWithType: SystemBase.OnUpdate
- uid: Ghost.Entities.SystemBase.RequireQueryForUpdate(Ghost.Core.Identifier{Ghost.Entities.EntityQuery})
name: RequireQueryForUpdate(Identifier<EntityQuery>)
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_RequireQueryForUpdate_Ghost_Core_Identifier_Ghost_Entities_EntityQuery__
commentId: M:Ghost.Entities.SystemBase.RequireQueryForUpdate(Ghost.Core.Identifier{Ghost.Entities.EntityQuery})
name.vb: RequireQueryForUpdate(Identifier(Of EntityQuery))
fullName: Ghost.Entities.SystemBase.RequireQueryForUpdate(Ghost.Core.Identifier<Ghost.Entities.EntityQuery>)
fullName.vb: Ghost.Entities.SystemBase.RequireQueryForUpdate(Ghost.Core.Identifier(Of Ghost.Entities.EntityQuery))
nameWithType: SystemBase.RequireQueryForUpdate(Identifier<EntityQuery>)
nameWithType.vb: SystemBase.RequireQueryForUpdate(Identifier(Of EntityQuery))
- uid: Ghost.Entities.SystemBase.RequireQueryForUpdate*
name: RequireQueryForUpdate
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_RequireQueryForUpdate_
commentId: Overload:Ghost.Entities.SystemBase.RequireQueryForUpdate
isSpec: "True"
fullName: Ghost.Entities.SystemBase.RequireQueryForUpdate
nameWithType: SystemBase.RequireQueryForUpdate
- uid: Ghost.Entities.SystemBase.World
name: World
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_World
commentId: P:Ghost.Entities.SystemBase.World
fullName: Ghost.Entities.SystemBase.World
nameWithType: SystemBase.World
- uid: Ghost.Entities.SystemBase.World*
name: World
href: api/Ghost.Entities.SystemBase.html#Ghost_Entities_SystemBase_World_
commentId: Overload:Ghost.Entities.SystemBase.World
isSpec: "True"
fullName: Ghost.Entities.SystemBase.World
nameWithType: SystemBase.World
- uid: Ghost.Entities.SystemGroup
name: SystemGroup
href: api/Ghost.Entities.SystemGroup.html
commentId: T:Ghost.Entities.SystemGroup
fullName: Ghost.Entities.SystemGroup
nameWithType: SystemGroup
- uid: Ghost.Entities.SystemGroup.AddSystem*
name: AddSystem
href: api/Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_AddSystem_
commentId: Overload:Ghost.Entities.SystemGroup.AddSystem
isSpec: "True"
fullName: Ghost.Entities.SystemGroup.AddSystem
nameWithType: SystemGroup.AddSystem
- uid: Ghost.Entities.SystemGroup.AddSystem``1
name: AddSystem<T>()
href: api/Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_AddSystem__1
commentId: M:Ghost.Entities.SystemGroup.AddSystem``1
name.vb: AddSystem(Of T)()
fullName: Ghost.Entities.SystemGroup.AddSystem<T>()
fullName.vb: Ghost.Entities.SystemGroup.AddSystem(Of T)()
nameWithType: SystemGroup.AddSystem<T>()
nameWithType.vb: SystemGroup.AddSystem(Of T)()
- uid: Ghost.Entities.SystemGroup.Cleanup(Ghost.Entities.SystemAPI@)
name: Cleanup(ref readonly SystemAPI)
href: api/Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Cleanup_Ghost_Entities_SystemAPI__
commentId: M:Ghost.Entities.SystemGroup.Cleanup(Ghost.Entities.SystemAPI@)
name.vb: Cleanup(SystemAPI)
fullName: Ghost.Entities.SystemGroup.Cleanup(ref readonly Ghost.Entities.SystemAPI)
fullName.vb: Ghost.Entities.SystemGroup.Cleanup(Ghost.Entities.SystemAPI)
nameWithType: SystemGroup.Cleanup(ref readonly SystemAPI)
nameWithType.vb: SystemGroup.Cleanup(SystemAPI)
- uid: Ghost.Entities.SystemGroup.Cleanup*
name: Cleanup
href: api/Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Cleanup_
commentId: Overload:Ghost.Entities.SystemGroup.Cleanup
isSpec: "True"
fullName: Ghost.Entities.SystemGroup.Cleanup
nameWithType: SystemGroup.Cleanup
- uid: Ghost.Entities.SystemGroup.Initialize(Ghost.Entities.SystemAPI@)
name: Initialize(ref readonly SystemAPI)
href: api/Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Initialize_Ghost_Entities_SystemAPI__
commentId: M:Ghost.Entities.SystemGroup.Initialize(Ghost.Entities.SystemAPI@)
name.vb: Initialize(SystemAPI)
fullName: Ghost.Entities.SystemGroup.Initialize(ref readonly Ghost.Entities.SystemAPI)
fullName.vb: Ghost.Entities.SystemGroup.Initialize(Ghost.Entities.SystemAPI)
nameWithType: SystemGroup.Initialize(ref readonly SystemAPI)
nameWithType.vb: SystemGroup.Initialize(SystemAPI)
- uid: Ghost.Entities.SystemGroup.Initialize*
name: Initialize
href: api/Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Initialize_
commentId: Overload:Ghost.Entities.SystemGroup.Initialize
isSpec: "True"
fullName: Ghost.Entities.SystemGroup.Initialize
nameWithType: SystemGroup.Initialize
- uid: Ghost.Entities.SystemGroup.SortSystems
name: SortSystems()
href: api/Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_SortSystems
commentId: M:Ghost.Entities.SystemGroup.SortSystems
fullName: Ghost.Entities.SystemGroup.SortSystems()
nameWithType: SystemGroup.SortSystems()
- uid: Ghost.Entities.SystemGroup.SortSystems*
name: SortSystems
href: api/Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_SortSystems_
commentId: Overload:Ghost.Entities.SystemGroup.SortSystems
isSpec: "True"
fullName: Ghost.Entities.SystemGroup.SortSystems
nameWithType: SystemGroup.SortSystems
- uid: Ghost.Entities.SystemGroup.Update(Ghost.Entities.SystemAPI@)
name: Update(ref readonly SystemAPI)
href: api/Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Update_Ghost_Entities_SystemAPI__
commentId: M:Ghost.Entities.SystemGroup.Update(Ghost.Entities.SystemAPI@)
name.vb: Update(SystemAPI)
fullName: Ghost.Entities.SystemGroup.Update(ref readonly Ghost.Entities.SystemAPI)
fullName.vb: Ghost.Entities.SystemGroup.Update(Ghost.Entities.SystemAPI)
nameWithType: SystemGroup.Update(ref readonly SystemAPI)
nameWithType.vb: SystemGroup.Update(SystemAPI)
- uid: Ghost.Entities.SystemGroup.Update*
name: Update
href: api/Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Update_
commentId: Overload:Ghost.Entities.SystemGroup.Update
isSpec: "True"
fullName: Ghost.Entities.SystemGroup.Update
nameWithType: SystemGroup.Update
- uid: Ghost.Entities.SystemGroup.World
name: World
href: api/Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_World
commentId: P:Ghost.Entities.SystemGroup.World
fullName: Ghost.Entities.SystemGroup.World
nameWithType: SystemGroup.World
- uid: Ghost.Entities.SystemGroup.World*
name: World
href: api/Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_World_
commentId: Overload:Ghost.Entities.SystemGroup.World
isSpec: "True"
fullName: Ghost.Entities.SystemGroup.World
nameWithType: SystemGroup.World
- uid: Ghost.Entities.SystemGroupAttribute
name: SystemGroupAttribute
href: api/Ghost.Entities.SystemGroupAttribute.html
commentId: T:Ghost.Entities.SystemGroupAttribute
fullName: Ghost.Entities.SystemGroupAttribute
nameWithType: SystemGroupAttribute
- uid: Ghost.Entities.SystemGroupAttribute.#ctor(System.Type)
name: SystemGroupAttribute(Type)
href: api/Ghost.Entities.SystemGroupAttribute.html#Ghost_Entities_SystemGroupAttribute__ctor_System_Type_
commentId: M:Ghost.Entities.SystemGroupAttribute.#ctor(System.Type)
name.vb: New(Type)
fullName: Ghost.Entities.SystemGroupAttribute.SystemGroupAttribute(System.Type)
fullName.vb: Ghost.Entities.SystemGroupAttribute.New(System.Type)
nameWithType: SystemGroupAttribute.SystemGroupAttribute(Type)
nameWithType.vb: SystemGroupAttribute.New(Type)
- uid: Ghost.Entities.SystemGroupAttribute.#ctor*
name: SystemGroupAttribute
href: api/Ghost.Entities.SystemGroupAttribute.html#Ghost_Entities_SystemGroupAttribute__ctor_
commentId: Overload:Ghost.Entities.SystemGroupAttribute.#ctor
isSpec: "True"
name.vb: New
fullName: Ghost.Entities.SystemGroupAttribute.SystemGroupAttribute
fullName.vb: Ghost.Entities.SystemGroupAttribute.New
nameWithType: SystemGroupAttribute.SystemGroupAttribute
nameWithType.vb: SystemGroupAttribute.New
- uid: Ghost.Entities.SystemGroupAttribute.GroupType
name: GroupType
href: api/Ghost.Entities.SystemGroupAttribute.html#Ghost_Entities_SystemGroupAttribute_GroupType
commentId: P:Ghost.Entities.SystemGroupAttribute.GroupType
fullName: Ghost.Entities.SystemGroupAttribute.GroupType
nameWithType: SystemGroupAttribute.GroupType
- uid: Ghost.Entities.SystemGroupAttribute.GroupType*
name: GroupType
href: api/Ghost.Entities.SystemGroupAttribute.html#Ghost_Entities_SystemGroupAttribute_GroupType_
commentId: Overload:Ghost.Entities.SystemGroupAttribute.GroupType
isSpec: "True"
fullName: Ghost.Entities.SystemGroupAttribute.GroupType
nameWithType: SystemGroupAttribute.GroupType
- uid: Ghost.Entities.SystemManager
name: SystemManager
href: api/Ghost.Entities.SystemManager.html
commentId: T:Ghost.Entities.SystemManager
fullName: Ghost.Entities.SystemManager
nameWithType: SystemManager
- uid: Ghost.Entities.SystemManager.AddSystem*
name: AddSystem
href: api/Ghost.Entities.SystemManager.html#Ghost_Entities_SystemManager_AddSystem_
commentId: Overload:Ghost.Entities.SystemManager.AddSystem
isSpec: "True"
fullName: Ghost.Entities.SystemManager.AddSystem
nameWithType: SystemManager.AddSystem
- uid: Ghost.Entities.SystemManager.AddSystem``1
name: AddSystem<T>()
href: api/Ghost.Entities.SystemManager.html#Ghost_Entities_SystemManager_AddSystem__1
commentId: M:Ghost.Entities.SystemManager.AddSystem``1
name.vb: AddSystem(Of T)()
fullName: Ghost.Entities.SystemManager.AddSystem<T>()
fullName.vb: Ghost.Entities.SystemManager.AddSystem(Of T)()
nameWithType: SystemManager.AddSystem<T>()
nameWithType.vb: SystemManager.AddSystem(Of T)()
- uid: Ghost.Entities.SystemManager.Dispose
name: Dispose()
href: api/Ghost.Entities.SystemManager.html#Ghost_Entities_SystemManager_Dispose
commentId: M:Ghost.Entities.SystemManager.Dispose
fullName: Ghost.Entities.SystemManager.Dispose()
nameWithType: SystemManager.Dispose()
- uid: Ghost.Entities.SystemManager.Dispose*
name: Dispose
href: api/Ghost.Entities.SystemManager.html#Ghost_Entities_SystemManager_Dispose_
commentId: Overload:Ghost.Entities.SystemManager.Dispose
isSpec: "True"
fullName: Ghost.Entities.SystemManager.Dispose
nameWithType: SystemManager.Dispose
- uid: Ghost.Entities.SystemManager.GetSystem*
name: GetSystem
href: api/Ghost.Entities.SystemManager.html#Ghost_Entities_SystemManager_GetSystem_
commentId: Overload:Ghost.Entities.SystemManager.GetSystem
isSpec: "True"
fullName: Ghost.Entities.SystemManager.GetSystem
nameWithType: SystemManager.GetSystem
- uid: Ghost.Entities.SystemManager.GetSystem``1
name: GetSystem<T>()
href: api/Ghost.Entities.SystemManager.html#Ghost_Entities_SystemManager_GetSystem__1
commentId: M:Ghost.Entities.SystemManager.GetSystem``1
name.vb: GetSystem(Of T)()
fullName: Ghost.Entities.SystemManager.GetSystem<T>()
fullName.vb: Ghost.Entities.SystemManager.GetSystem(Of T)()
nameWithType: SystemManager.GetSystem<T>()
nameWithType.vb: SystemManager.GetSystem(Of T)()
- uid: Ghost.Entities.TimeData
name: TimeData
href: api/Ghost.Entities.TimeData.html
commentId: T:Ghost.Entities.TimeData
fullName: Ghost.Entities.TimeData
nameWithType: TimeData
- uid: Ghost.Entities.TimeData.DeltaTime
name: DeltaTime
href: api/Ghost.Entities.TimeData.html#Ghost_Entities_TimeData_DeltaTime
commentId: P:Ghost.Entities.TimeData.DeltaTime
fullName: Ghost.Entities.TimeData.DeltaTime
nameWithType: TimeData.DeltaTime
- uid: Ghost.Entities.TimeData.DeltaTime*
name: DeltaTime
href: api/Ghost.Entities.TimeData.html#Ghost_Entities_TimeData_DeltaTime_
commentId: Overload:Ghost.Entities.TimeData.DeltaTime
isSpec: "True"
fullName: Ghost.Entities.TimeData.DeltaTime
nameWithType: TimeData.DeltaTime
- uid: Ghost.Entities.TimeData.ElapsedTime
name: ElapsedTime
href: api/Ghost.Entities.TimeData.html#Ghost_Entities_TimeData_ElapsedTime
commentId: P:Ghost.Entities.TimeData.ElapsedTime
fullName: Ghost.Entities.TimeData.ElapsedTime
nameWithType: TimeData.ElapsedTime
- uid: Ghost.Entities.TimeData.ElapsedTime*
name: ElapsedTime
href: api/Ghost.Entities.TimeData.html#Ghost_Entities_TimeData_ElapsedTime_
commentId: Overload:Ghost.Entities.TimeData.ElapsedTime
isSpec: "True"
fullName: Ghost.Entities.TimeData.ElapsedTime
nameWithType: TimeData.ElapsedTime
- uid: Ghost.Entities.TimeData.FrameCount
name: FrameCount
href: api/Ghost.Entities.TimeData.html#Ghost_Entities_TimeData_FrameCount
commentId: P:Ghost.Entities.TimeData.FrameCount
fullName: Ghost.Entities.TimeData.FrameCount
nameWithType: TimeData.FrameCount
- uid: Ghost.Entities.TimeData.FrameCount*
name: FrameCount
href: api/Ghost.Entities.TimeData.html#Ghost_Entities_TimeData_FrameCount_
commentId: Overload:Ghost.Entities.TimeData.FrameCount
isSpec: "True"
fullName: Ghost.Entities.TimeData.FrameCount
nameWithType: TimeData.FrameCount
- uid: Ghost.Entities.UpdateAfterAttribute
name: UpdateAfterAttribute
href: api/Ghost.Entities.UpdateAfterAttribute.html
commentId: T:Ghost.Entities.UpdateAfterAttribute
fullName: Ghost.Entities.UpdateAfterAttribute
nameWithType: UpdateAfterAttribute
- uid: Ghost.Entities.UpdateAfterAttribute.#ctor(System.Type)
name: UpdateAfterAttribute(Type)
href: api/Ghost.Entities.UpdateAfterAttribute.html#Ghost_Entities_UpdateAfterAttribute__ctor_System_Type_
commentId: M:Ghost.Entities.UpdateAfterAttribute.#ctor(System.Type)
name.vb: New(Type)
fullName: Ghost.Entities.UpdateAfterAttribute.UpdateAfterAttribute(System.Type)
fullName.vb: Ghost.Entities.UpdateAfterAttribute.New(System.Type)
nameWithType: UpdateAfterAttribute.UpdateAfterAttribute(Type)
nameWithType.vb: UpdateAfterAttribute.New(Type)
- uid: Ghost.Entities.UpdateAfterAttribute.#ctor*
name: UpdateAfterAttribute
href: api/Ghost.Entities.UpdateAfterAttribute.html#Ghost_Entities_UpdateAfterAttribute__ctor_
commentId: Overload:Ghost.Entities.UpdateAfterAttribute.#ctor
isSpec: "True"
name.vb: New
fullName: Ghost.Entities.UpdateAfterAttribute.UpdateAfterAttribute
fullName.vb: Ghost.Entities.UpdateAfterAttribute.New
nameWithType: UpdateAfterAttribute.UpdateAfterAttribute
nameWithType.vb: UpdateAfterAttribute.New
- uid: Ghost.Entities.UpdateAfterAttribute.SystemType
name: SystemType
href: api/Ghost.Entities.UpdateAfterAttribute.html#Ghost_Entities_UpdateAfterAttribute_SystemType
commentId: P:Ghost.Entities.UpdateAfterAttribute.SystemType
fullName: Ghost.Entities.UpdateAfterAttribute.SystemType
nameWithType: UpdateAfterAttribute.SystemType
- uid: Ghost.Entities.UpdateAfterAttribute.SystemType*
name: SystemType
href: api/Ghost.Entities.UpdateAfterAttribute.html#Ghost_Entities_UpdateAfterAttribute_SystemType_
commentId: Overload:Ghost.Entities.UpdateAfterAttribute.SystemType
isSpec: "True"
fullName: Ghost.Entities.UpdateAfterAttribute.SystemType
nameWithType: UpdateAfterAttribute.SystemType
- uid: Ghost.Entities.UpdateBeforeAttribute
name: UpdateBeforeAttribute
href: api/Ghost.Entities.UpdateBeforeAttribute.html
commentId: T:Ghost.Entities.UpdateBeforeAttribute
fullName: Ghost.Entities.UpdateBeforeAttribute
nameWithType: UpdateBeforeAttribute
- uid: Ghost.Entities.UpdateBeforeAttribute.#ctor(System.Type)
name: UpdateBeforeAttribute(Type)
href: api/Ghost.Entities.UpdateBeforeAttribute.html#Ghost_Entities_UpdateBeforeAttribute__ctor_System_Type_
commentId: M:Ghost.Entities.UpdateBeforeAttribute.#ctor(System.Type)
name.vb: New(Type)
fullName: Ghost.Entities.UpdateBeforeAttribute.UpdateBeforeAttribute(System.Type)
fullName.vb: Ghost.Entities.UpdateBeforeAttribute.New(System.Type)
nameWithType: UpdateBeforeAttribute.UpdateBeforeAttribute(Type)
nameWithType.vb: UpdateBeforeAttribute.New(Type)
- uid: Ghost.Entities.UpdateBeforeAttribute.#ctor*
name: UpdateBeforeAttribute
href: api/Ghost.Entities.UpdateBeforeAttribute.html#Ghost_Entities_UpdateBeforeAttribute__ctor_
commentId: Overload:Ghost.Entities.UpdateBeforeAttribute.#ctor
isSpec: "True"
name.vb: New
fullName: Ghost.Entities.UpdateBeforeAttribute.UpdateBeforeAttribute
fullName.vb: Ghost.Entities.UpdateBeforeAttribute.New
nameWithType: UpdateBeforeAttribute.UpdateBeforeAttribute
nameWithType.vb: UpdateBeforeAttribute.New
- uid: Ghost.Entities.UpdateBeforeAttribute.SystemType
name: SystemType
href: api/Ghost.Entities.UpdateBeforeAttribute.html#Ghost_Entities_UpdateBeforeAttribute_SystemType
commentId: P:Ghost.Entities.UpdateBeforeAttribute.SystemType
fullName: Ghost.Entities.UpdateBeforeAttribute.SystemType
nameWithType: UpdateBeforeAttribute.SystemType
- uid: Ghost.Entities.UpdateBeforeAttribute.SystemType*
name: SystemType
href: api/Ghost.Entities.UpdateBeforeAttribute.html#Ghost_Entities_UpdateBeforeAttribute_SystemType_
commentId: Overload:Ghost.Entities.UpdateBeforeAttribute.SystemType
isSpec: "True"
fullName: Ghost.Entities.UpdateBeforeAttribute.SystemType
nameWithType: UpdateBeforeAttribute.SystemType
- uid: Ghost.Entities.World
name: World
href: api/Ghost.Entities.World.html
commentId: T:Ghost.Entities.World
fullName: Ghost.Entities.World
nameWithType: World
- uid: Ghost.Entities.World.AddService*
name: AddService
href: api/Ghost.Entities.World.html#Ghost_Entities_World_AddService_
commentId: Overload:Ghost.Entities.World.AddService
isSpec: "True"
fullName: Ghost.Entities.World.AddService
nameWithType: World.AddService
- uid: Ghost.Entities.World.AddService``1(``0)
name: AddService<T>(T)
href: api/Ghost.Entities.World.html#Ghost_Entities_World_AddService__1___0_
commentId: M:Ghost.Entities.World.AddService``1(``0)
name.vb: AddService(Of T)(T)
fullName: Ghost.Entities.World.AddService<T>(T)
fullName.vb: Ghost.Entities.World.AddService(Of T)(T)
nameWithType: World.AddService<T>(T)
nameWithType.vb: World.AddService(Of T)(T)
- uid: Ghost.Entities.World.ComponentManager
name: ComponentManager
href: api/Ghost.Entities.World.html#Ghost_Entities_World_ComponentManager
commentId: P:Ghost.Entities.World.ComponentManager
fullName: Ghost.Entities.World.ComponentManager
nameWithType: World.ComponentManager
- uid: Ghost.Entities.World.ComponentManager*
name: ComponentManager
href: api/Ghost.Entities.World.html#Ghost_Entities_World_ComponentManager_
commentId: Overload:Ghost.Entities.World.ComponentManager
isSpec: "True"
fullName: Ghost.Entities.World.ComponentManager
nameWithType: World.ComponentManager
- uid: Ghost.Entities.World.Create(Misaki.HighPerformance.Jobs.JobScheduler,System.Int32)
name: Create(JobScheduler?, int)
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Create_Misaki_HighPerformance_Jobs_JobScheduler_System_Int32_
commentId: M:Ghost.Entities.World.Create(Misaki.HighPerformance.Jobs.JobScheduler,System.Int32)
name.vb: Create(JobScheduler, Integer)
fullName: Ghost.Entities.World.Create(Misaki.HighPerformance.Jobs.JobScheduler?, int)
fullName.vb: Ghost.Entities.World.Create(Misaki.HighPerformance.Jobs.JobScheduler, Integer)
nameWithType: World.Create(JobScheduler?, int)
nameWithType.vb: World.Create(JobScheduler, Integer)
- uid: Ghost.Entities.World.Create*
name: Create
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Create_
commentId: Overload:Ghost.Entities.World.Create
isSpec: "True"
fullName: Ghost.Entities.World.Create
nameWithType: World.Create
- uid: Ghost.Entities.World.Destroy(Ghost.Core.Identifier{Ghost.Entities.World})
name: Destroy(Identifier<World>)
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Destroy_Ghost_Core_Identifier_Ghost_Entities_World__
commentId: M:Ghost.Entities.World.Destroy(Ghost.Core.Identifier{Ghost.Entities.World})
name.vb: Destroy(Identifier(Of World))
fullName: Ghost.Entities.World.Destroy(Ghost.Core.Identifier<Ghost.Entities.World>)
fullName.vb: Ghost.Entities.World.Destroy(Ghost.Core.Identifier(Of Ghost.Entities.World))
nameWithType: World.Destroy(Identifier<World>)
nameWithType.vb: World.Destroy(Identifier(Of World))
- uid: Ghost.Entities.World.Destroy*
name: Destroy
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Destroy_
commentId: Overload:Ghost.Entities.World.Destroy
isSpec: "True"
fullName: Ghost.Entities.World.Destroy
nameWithType: World.Destroy
- uid: Ghost.Entities.World.Dispose
name: Dispose()
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Dispose
commentId: M:Ghost.Entities.World.Dispose
fullName: Ghost.Entities.World.Dispose()
nameWithType: World.Dispose()
- uid: Ghost.Entities.World.Dispose*
name: Dispose
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Dispose_
commentId: Overload:Ghost.Entities.World.Dispose
isSpec: "True"
fullName: Ghost.Entities.World.Dispose
nameWithType: World.Dispose
- uid: Ghost.Entities.World.EntityCommandBuffer
name: EntityCommandBuffer
href: api/Ghost.Entities.World.html#Ghost_Entities_World_EntityCommandBuffer
commentId: P:Ghost.Entities.World.EntityCommandBuffer
fullName: Ghost.Entities.World.EntityCommandBuffer
nameWithType: World.EntityCommandBuffer
- uid: Ghost.Entities.World.EntityCommandBuffer*
name: EntityCommandBuffer
href: api/Ghost.Entities.World.html#Ghost_Entities_World_EntityCommandBuffer_
commentId: Overload:Ghost.Entities.World.EntityCommandBuffer
isSpec: "True"
fullName: Ghost.Entities.World.EntityCommandBuffer
nameWithType: World.EntityCommandBuffer
- uid: Ghost.Entities.World.EntityManager
name: EntityManager
href: api/Ghost.Entities.World.html#Ghost_Entities_World_EntityManager
commentId: P:Ghost.Entities.World.EntityManager
fullName: Ghost.Entities.World.EntityManager
nameWithType: World.EntityManager
- uid: Ghost.Entities.World.EntityManager*
name: EntityManager
href: api/Ghost.Entities.World.html#Ghost_Entities_World_EntityManager_
commentId: Overload:Ghost.Entities.World.EntityManager
isSpec: "True"
fullName: Ghost.Entities.World.EntityManager
nameWithType: World.EntityManager
- uid: Ghost.Entities.World.Equals(Ghost.Entities.World)
name: Equals(World?)
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Equals_Ghost_Entities_World_
commentId: M:Ghost.Entities.World.Equals(Ghost.Entities.World)
name.vb: Equals(World)
fullName: Ghost.Entities.World.Equals(Ghost.Entities.World?)
fullName.vb: Ghost.Entities.World.Equals(Ghost.Entities.World)
nameWithType: World.Equals(World?)
nameWithType.vb: World.Equals(World)
- uid: Ghost.Entities.World.Equals(System.Object)
name: Equals(object?)
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Equals_System_Object_
commentId: M:Ghost.Entities.World.Equals(System.Object)
name.vb: Equals(Object)
fullName: Ghost.Entities.World.Equals(object?)
fullName.vb: Ghost.Entities.World.Equals(Object)
nameWithType: World.Equals(object?)
nameWithType.vb: World.Equals(Object)
- uid: Ghost.Entities.World.Equals*
name: Equals
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Equals_
commentId: Overload:Ghost.Entities.World.Equals
isSpec: "True"
fullName: Ghost.Entities.World.Equals
nameWithType: World.Equals
- uid: Ghost.Entities.World.Finalize
name: ~World()
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Finalize
commentId: M:Ghost.Entities.World.Finalize
name.vb: ''
fullName: Ghost.Entities.World.~World()
fullName.vb: ''
nameWithType: World.~World()
nameWithType.vb: ''
- uid: Ghost.Entities.World.Finalize*
name: ~World
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Finalize_
commentId: Overload:Ghost.Entities.World.Finalize
isSpec: "True"
fullName: Ghost.Entities.World.~World
nameWithType: World.~World
- uid: Ghost.Entities.World.GetHashCode
name: GetHashCode()
href: api/Ghost.Entities.World.html#Ghost_Entities_World_GetHashCode
commentId: M:Ghost.Entities.World.GetHashCode
fullName: Ghost.Entities.World.GetHashCode()
nameWithType: World.GetHashCode()
- uid: Ghost.Entities.World.GetHashCode*
name: GetHashCode
href: api/Ghost.Entities.World.html#Ghost_Entities_World_GetHashCode_
commentId: Overload:Ghost.Entities.World.GetHashCode
isSpec: "True"
fullName: Ghost.Entities.World.GetHashCode
nameWithType: World.GetHashCode
- uid: Ghost.Entities.World.GetService*
name: GetService
href: api/Ghost.Entities.World.html#Ghost_Entities_World_GetService_
commentId: Overload:Ghost.Entities.World.GetService
isSpec: "True"
fullName: Ghost.Entities.World.GetService
nameWithType: World.GetService
- uid: Ghost.Entities.World.GetService``1
name: GetService<T>()
href: api/Ghost.Entities.World.html#Ghost_Entities_World_GetService__1
commentId: M:Ghost.Entities.World.GetService``1
name.vb: GetService(Of T)()
fullName: Ghost.Entities.World.GetService<T>()
fullName.vb: Ghost.Entities.World.GetService(Of T)()
nameWithType: World.GetService<T>()
nameWithType.vb: World.GetService(Of T)()
- uid: Ghost.Entities.World.GetThreadLocalEntityCommandBuffer(System.Int32)
name: GetThreadLocalEntityCommandBuffer(int)
href: api/Ghost.Entities.World.html#Ghost_Entities_World_GetThreadLocalEntityCommandBuffer_System_Int32_
commentId: M:Ghost.Entities.World.GetThreadLocalEntityCommandBuffer(System.Int32)
name.vb: GetThreadLocalEntityCommandBuffer(Integer)
fullName: Ghost.Entities.World.GetThreadLocalEntityCommandBuffer(int)
fullName.vb: Ghost.Entities.World.GetThreadLocalEntityCommandBuffer(Integer)
nameWithType: World.GetThreadLocalEntityCommandBuffer(int)
nameWithType.vb: World.GetThreadLocalEntityCommandBuffer(Integer)
- uid: Ghost.Entities.World.GetThreadLocalEntityCommandBuffer*
name: GetThreadLocalEntityCommandBuffer
href: api/Ghost.Entities.World.html#Ghost_Entities_World_GetThreadLocalEntityCommandBuffer_
commentId: Overload:Ghost.Entities.World.GetThreadLocalEntityCommandBuffer
isSpec: "True"
fullName: Ghost.Entities.World.GetThreadLocalEntityCommandBuffer
nameWithType: World.GetThreadLocalEntityCommandBuffer
- uid: Ghost.Entities.World.GetWorld(Ghost.Core.Identifier{Ghost.Entities.World})
name: GetWorld(Identifier<World>)
href: api/Ghost.Entities.World.html#Ghost_Entities_World_GetWorld_Ghost_Core_Identifier_Ghost_Entities_World__
commentId: M:Ghost.Entities.World.GetWorld(Ghost.Core.Identifier{Ghost.Entities.World})
name.vb: GetWorld(Identifier(Of World))
fullName: Ghost.Entities.World.GetWorld(Ghost.Core.Identifier<Ghost.Entities.World>)
fullName.vb: Ghost.Entities.World.GetWorld(Ghost.Core.Identifier(Of Ghost.Entities.World))
nameWithType: World.GetWorld(Identifier<World>)
nameWithType.vb: World.GetWorld(Identifier(Of World))
- uid: Ghost.Entities.World.GetWorld*
name: GetWorld
href: api/Ghost.Entities.World.html#Ghost_Entities_World_GetWorld_
commentId: Overload:Ghost.Entities.World.GetWorld
isSpec: "True"
fullName: Ghost.Entities.World.GetWorld
nameWithType: World.GetWorld
- uid: Ghost.Entities.World.GetWorldUncheck(Ghost.Core.Identifier{Ghost.Entities.World})
name: GetWorldUncheck(Identifier<World>)
href: api/Ghost.Entities.World.html#Ghost_Entities_World_GetWorldUncheck_Ghost_Core_Identifier_Ghost_Entities_World__
commentId: M:Ghost.Entities.World.GetWorldUncheck(Ghost.Core.Identifier{Ghost.Entities.World})
name.vb: GetWorldUncheck(Identifier(Of World))
fullName: Ghost.Entities.World.GetWorldUncheck(Ghost.Core.Identifier<Ghost.Entities.World>)
fullName.vb: Ghost.Entities.World.GetWorldUncheck(Ghost.Core.Identifier(Of Ghost.Entities.World))
nameWithType: World.GetWorldUncheck(Identifier<World>)
nameWithType.vb: World.GetWorldUncheck(Identifier(Of World))
- uid: Ghost.Entities.World.GetWorldUncheck*
name: GetWorldUncheck
href: api/Ghost.Entities.World.html#Ghost_Entities_World_GetWorldUncheck_
commentId: Overload:Ghost.Entities.World.GetWorldUncheck
isSpec: "True"
fullName: Ghost.Entities.World.GetWorldUncheck
nameWithType: World.GetWorldUncheck
- uid: Ghost.Entities.World.HasService*
name: HasService
href: api/Ghost.Entities.World.html#Ghost_Entities_World_HasService_
commentId: Overload:Ghost.Entities.World.HasService
isSpec: "True"
fullName: Ghost.Entities.World.HasService
nameWithType: World.HasService
- uid: Ghost.Entities.World.HasService``1
name: HasService<T>()
href: api/Ghost.Entities.World.html#Ghost_Entities_World_HasService__1
commentId: M:Ghost.Entities.World.HasService``1
name.vb: HasService(Of T)()
fullName: Ghost.Entities.World.HasService<T>()
fullName.vb: Ghost.Entities.World.HasService(Of T)()
nameWithType: World.HasService<T>()
nameWithType.vb: World.HasService(Of T)()
- uid: Ghost.Entities.World.ID
name: ID
href: api/Ghost.Entities.World.html#Ghost_Entities_World_ID
commentId: P:Ghost.Entities.World.ID
fullName: Ghost.Entities.World.ID
nameWithType: World.ID
- uid: Ghost.Entities.World.ID*
name: ID
href: api/Ghost.Entities.World.html#Ghost_Entities_World_ID_
commentId: Overload:Ghost.Entities.World.ID
isSpec: "True"
fullName: Ghost.Entities.World.ID
nameWithType: World.ID
- uid: Ghost.Entities.World.JobScheduler
name: JobScheduler
href: api/Ghost.Entities.World.html#Ghost_Entities_World_JobScheduler
commentId: P:Ghost.Entities.World.JobScheduler
fullName: Ghost.Entities.World.JobScheduler
nameWithType: World.JobScheduler
- uid: Ghost.Entities.World.JobScheduler*
name: JobScheduler
href: api/Ghost.Entities.World.html#Ghost_Entities_World_JobScheduler_
commentId: Overload:Ghost.Entities.World.JobScheduler
isSpec: "True"
fullName: Ghost.Entities.World.JobScheduler
nameWithType: World.JobScheduler
- uid: Ghost.Entities.World.SystemManager
name: SystemManager
href: api/Ghost.Entities.World.html#Ghost_Entities_World_SystemManager
commentId: P:Ghost.Entities.World.SystemManager
fullName: Ghost.Entities.World.SystemManager
nameWithType: World.SystemManager
- uid: Ghost.Entities.World.SystemManager*
name: SystemManager
href: api/Ghost.Entities.World.html#Ghost_Entities_World_SystemManager_
commentId: Overload:Ghost.Entities.World.SystemManager
isSpec: "True"
fullName: Ghost.Entities.World.SystemManager
nameWithType: World.SystemManager
- uid: Ghost.Entities.World.Version
name: Version
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Version
commentId: P:Ghost.Entities.World.Version
fullName: Ghost.Entities.World.Version
nameWithType: World.Version
- uid: Ghost.Entities.World.Version*
name: Version
href: api/Ghost.Entities.World.html#Ghost_Entities_World_Version_
commentId: Overload:Ghost.Entities.World.Version
isSpec: "True"
fullName: Ghost.Entities.World.Version
nameWithType: World.Version
- uid: Ghost.Entities.World.WorldCount
name: WorldCount
href: api/Ghost.Entities.World.html#Ghost_Entities_World_WorldCount
commentId: P:Ghost.Entities.World.WorldCount
fullName: Ghost.Entities.World.WorldCount
nameWithType: World.WorldCount
- uid: Ghost.Entities.World.WorldCount*
name: WorldCount
href: api/Ghost.Entities.World.html#Ghost_Entities_World_WorldCount_
commentId: Overload:Ghost.Entities.World.WorldCount
isSpec: "True"
fullName: Ghost.Entities.World.WorldCount
nameWithType: World.WorldCount
- uid: Ghost.Entities.World.op_Equality(Ghost.Entities.World,Ghost.Entities.World)
name: operator ==(World?, World?)
href: api/Ghost.Entities.World.html#Ghost_Entities_World_op_Equality_Ghost_Entities_World_Ghost_Entities_World_
commentId: M:Ghost.Entities.World.op_Equality(Ghost.Entities.World,Ghost.Entities.World)
name.vb: =(World, World)
fullName: Ghost.Entities.World.operator ==(Ghost.Entities.World?, Ghost.Entities.World?)
fullName.vb: Ghost.Entities.World.=(Ghost.Entities.World, Ghost.Entities.World)
nameWithType: World.operator ==(World?, World?)
nameWithType.vb: World.=(World, World)
- uid: Ghost.Entities.World.op_Equality*
name: operator ==
href: api/Ghost.Entities.World.html#Ghost_Entities_World_op_Equality_
commentId: Overload:Ghost.Entities.World.op_Equality
isSpec: "True"
name.vb: =
fullName: Ghost.Entities.World.operator ==
fullName.vb: Ghost.Entities.World.=
nameWithType: World.operator ==
nameWithType.vb: World.=
- uid: Ghost.Entities.World.op_Inequality(Ghost.Entities.World,Ghost.Entities.World)
name: operator !=(World?, World?)
href: api/Ghost.Entities.World.html#Ghost_Entities_World_op_Inequality_Ghost_Entities_World_Ghost_Entities_World_
commentId: M:Ghost.Entities.World.op_Inequality(Ghost.Entities.World,Ghost.Entities.World)
name.vb: <>(World, World)
fullName: Ghost.Entities.World.operator !=(Ghost.Entities.World?, Ghost.Entities.World?)
fullName.vb: Ghost.Entities.World.<>(Ghost.Entities.World, Ghost.Entities.World)
nameWithType: World.operator !=(World?, World?)
nameWithType.vb: World.<>(World, World)
- uid: Ghost.Entities.World.op_Inequality*
name: operator !=
href: api/Ghost.Entities.World.html#Ghost_Entities_World_op_Inequality_
commentId: Overload:Ghost.Entities.World.op_Inequality
isSpec: "True"
name.vb: <>
fullName: Ghost.Entities.World.operator !=
fullName.vb: Ghost.Entities.World.<>
nameWithType: World.operator !=
nameWithType.vb: World.<>