- 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
527 lines
20 KiB
YAML
527 lines
20 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator
|
|
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator
|
|
id: EntityQuery.EntityComponentIterator`2.Enumerator
|
|
parent: Ghost.Entities
|
|
children:
|
|
- Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Current
|
|
- Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Dispose
|
|
- Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.MoveNext
|
|
- Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Reset
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator
|
|
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator
|
|
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator
|
|
type: Struct
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: Enumerator
|
|
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
|
|
startLine: 237
|
|
assemblies:
|
|
- Ghost.Entities
|
|
namespace: Ghost.Entities
|
|
syntax:
|
|
content: 'public ref struct EntityQuery.EntityComponentIterator<T0, T1>.Enumerator : IDisposable'
|
|
content.vb: Public Structure EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator Implements IDisposable
|
|
implements:
|
|
- System.IDisposable
|
|
inheritedMembers:
|
|
- System.ValueType.Equals(System.Object)
|
|
- System.ValueType.GetHashCode
|
|
- System.ValueType.ToString
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetType
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator
|
|
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator
|
|
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Current
|
|
commentId: P:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Current
|
|
id: Current
|
|
parent: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Current
|
|
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Current
|
|
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Current
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: Current
|
|
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
|
|
startLine: 292
|
|
assemblies:
|
|
- Ghost.Entities
|
|
namespace: Ghost.Entities
|
|
syntax:
|
|
content: public EntityQuery.EntityComponentIterator<T0, T1>.QueryItem Current { get; }
|
|
parameters: []
|
|
return:
|
|
type: Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem
|
|
content.vb: Public ReadOnly Property Current As EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem
|
|
overload: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Current*
|
|
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Current
|
|
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Current
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.MoveNext
|
|
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.MoveNext
|
|
id: MoveNext
|
|
parent: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: MoveNext()
|
|
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.MoveNext()
|
|
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.MoveNext()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: MoveNext
|
|
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
|
|
startLine: 319
|
|
assemblies:
|
|
- Ghost.Entities
|
|
namespace: Ghost.Entities
|
|
syntax:
|
|
content: public bool MoveNext()
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: Public Function MoveNext() As Boolean
|
|
overload: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.MoveNext*
|
|
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.MoveNext()
|
|
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.MoveNext()
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Reset
|
|
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Reset
|
|
id: Reset
|
|
parent: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Reset()
|
|
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Reset()
|
|
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Reset()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: Reset
|
|
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
|
|
startLine: 366
|
|
assemblies:
|
|
- Ghost.Entities
|
|
namespace: Ghost.Entities
|
|
syntax:
|
|
content: public void Reset()
|
|
content.vb: Public Sub Reset()
|
|
overload: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Reset*
|
|
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Reset()
|
|
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Reset()
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Dispose
|
|
commentId: M:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Dispose
|
|
id: Dispose
|
|
parent: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Dispose()
|
|
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Dispose()
|
|
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Dispose()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: Dispose
|
|
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
|
|
startLine: 384
|
|
assemblies:
|
|
- Ghost.Entities
|
|
namespace: Ghost.Entities
|
|
summary: Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
example: []
|
|
syntax:
|
|
content: public readonly void Dispose()
|
|
content.vb: Public Sub Dispose()
|
|
overload: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Dispose*
|
|
implements:
|
|
- System.IDisposable.Dispose
|
|
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Dispose()
|
|
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Dispose()
|
|
references:
|
|
- uid: Ghost.Entities
|
|
commentId: N:Ghost.Entities
|
|
href: Ghost.html
|
|
name: Ghost.Entities
|
|
nameWithType: Ghost.Entities
|
|
fullName: Ghost.Entities
|
|
spec.csharp:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
href: Ghost.html
|
|
- name: .
|
|
- uid: Ghost.Entities
|
|
name: Entities
|
|
href: Ghost.Entities.html
|
|
spec.vb:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
href: Ghost.html
|
|
- name: .
|
|
- uid: Ghost.Entities
|
|
name: Entities
|
|
href: Ghost.Entities.html
|
|
- uid: System.IDisposable
|
|
commentId: T:System.IDisposable
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.idisposable
|
|
name: IDisposable
|
|
nameWithType: IDisposable
|
|
fullName: System.IDisposable
|
|
- uid: System.ValueType.Equals(System.Object)
|
|
commentId: M:System.ValueType.Equals(System.Object)
|
|
parent: System.ValueType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
|
|
name: Equals(object)
|
|
nameWithType: ValueType.Equals(object)
|
|
fullName: System.ValueType.Equals(object)
|
|
nameWithType.vb: ValueType.Equals(Object)
|
|
fullName.vb: System.ValueType.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.ValueType.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.ValueType.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.ValueType.GetHashCode
|
|
commentId: M:System.ValueType.GetHashCode
|
|
parent: System.ValueType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: ValueType.GetHashCode()
|
|
fullName: System.ValueType.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.ValueType.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.ValueType.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.ValueType.ToString
|
|
commentId: M:System.ValueType.ToString
|
|
parent: System.ValueType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
|
|
name: ToString()
|
|
nameWithType: ValueType.ToString()
|
|
fullName: System.ValueType.ToString()
|
|
spec.csharp:
|
|
- uid: System.ValueType.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.ValueType.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
name: Equals(object, object)
|
|
nameWithType: object.Equals(object, object)
|
|
fullName: object.Equals(object, object)
|
|
nameWithType.vb: Object.Equals(Object, Object)
|
|
fullName.vb: Object.Equals(Object, Object)
|
|
name.vb: Equals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
name: ReferenceEquals(object, object)
|
|
nameWithType: object.ReferenceEquals(object, object)
|
|
fullName: object.ReferenceEquals(object, object)
|
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
|
name.vb: ReferenceEquals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: System.ValueType
|
|
commentId: T:System.ValueType
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype
|
|
name: ValueType
|
|
nameWithType: ValueType
|
|
fullName: System.ValueType
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object
|
|
nameWithType: object
|
|
fullName: object
|
|
nameWithType.vb: Object
|
|
fullName.vb: Object
|
|
name.vb: Object
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Current*
|
|
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Current
|
|
href: Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_Enumerator_Current
|
|
name: Current
|
|
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Current
|
|
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Current
|
|
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Current
|
|
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Current
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem
|
|
commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem
|
|
parent: Ghost.Entities
|
|
href: Ghost.Entities.EntityQuery.html
|
|
name: EntityQuery.EntityComponentIterator<T0, T1>.QueryItem
|
|
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.QueryItem
|
|
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.QueryItem
|
|
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem
|
|
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem
|
|
name.vb: EntityQuery.EntityComponentIterator(Of T0, T1).QueryItem
|
|
spec.csharp:
|
|
- uid: Ghost.Entities.EntityQuery
|
|
name: EntityQuery
|
|
href: Ghost.Entities.EntityQuery.html
|
|
- name: .
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2
|
|
name: EntityComponentIterator
|
|
href: Ghost.Entities.EntityQuery.EntityComponentIterator-2.html
|
|
- name: <
|
|
- name: T0
|
|
- name: ','
|
|
- name: " "
|
|
- name: T1
|
|
- name: '>'
|
|
- name: .
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem
|
|
name: QueryItem
|
|
href: Ghost.Entities.EntityQuery.EntityComponentIterator-2.QueryItem.html
|
|
spec.vb:
|
|
- uid: Ghost.Entities.EntityQuery
|
|
name: EntityQuery
|
|
href: Ghost.Entities.EntityQuery.html
|
|
- name: .
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2
|
|
name: EntityComponentIterator
|
|
href: Ghost.Entities.EntityQuery.EntityComponentIterator-2.html
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T0
|
|
- name: ','
|
|
- name: " "
|
|
- name: T1
|
|
- name: )
|
|
- name: .
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.QueryItem
|
|
name: QueryItem
|
|
href: Ghost.Entities.EntityQuery.EntityComponentIterator-2.QueryItem.html
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.MoveNext*
|
|
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.MoveNext
|
|
href: Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_Enumerator_MoveNext
|
|
name: MoveNext
|
|
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.MoveNext
|
|
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.MoveNext
|
|
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.MoveNext
|
|
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.MoveNext
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
name: bool
|
|
nameWithType: bool
|
|
fullName: bool
|
|
nameWithType.vb: Boolean
|
|
fullName.vb: Boolean
|
|
name.vb: Boolean
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Reset*
|
|
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Reset
|
|
href: Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_Enumerator_Reset
|
|
name: Reset
|
|
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Reset
|
|
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Reset
|
|
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Reset
|
|
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Reset
|
|
- uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Dispose*
|
|
commentId: Overload:Ghost.Entities.EntityQuery.EntityComponentIterator`2.Enumerator.Dispose
|
|
href: Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html#Ghost_Entities_EntityQuery_EntityComponentIterator_2_Enumerator_Dispose
|
|
name: Dispose
|
|
nameWithType: EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Dispose
|
|
fullName: Ghost.Entities.EntityQuery.EntityComponentIterator<T0, T1>.Enumerator.Dispose
|
|
nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Dispose
|
|
fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1).Enumerator.Dispose
|
|
- uid: System.IDisposable.Dispose
|
|
commentId: M:System.IDisposable.Dispose
|
|
parent: System.IDisposable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose
|
|
name: Dispose()
|
|
nameWithType: IDisposable.Dispose()
|
|
fullName: System.IDisposable.Dispose()
|
|
spec.csharp:
|
|
- uid: System.IDisposable.Dispose
|
|
name: Dispose
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.IDisposable.Dispose
|
|
name: Dispose
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose
|
|
- name: (
|
|
- name: )
|