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
This commit is contained in:
2026-03-27 22:23:44 +09:00
parent 0a2eb619eb
commit d8a7b07624
495 changed files with 51961 additions and 892 deletions

View File

@@ -27,7 +27,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ChunkView
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 86
@@ -62,7 +62,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: EntityCount
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 98
@@ -91,7 +91,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: HasChanged
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 131
@@ -132,7 +132,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: HasChanged
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 145
@@ -176,7 +176,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: HasStructuralChanged
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 158
@@ -214,7 +214,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponentVersion
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 169
@@ -252,7 +252,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponentVersion
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 180
@@ -289,7 +289,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEntities
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 191
@@ -320,7 +320,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponentData
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 204
@@ -361,7 +361,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponentDataRW
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 219
@@ -402,7 +402,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnableBits
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 239
@@ -446,7 +446,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IsComponentEnabled
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 255

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ComponentManager
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 149
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ArchetypeCount
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 161
@@ -86,7 +86,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Finalize
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 177
@@ -115,7 +115,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEntityQueryReference
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 245
@@ -151,7 +151,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 251

View File

@@ -25,7 +25,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ComponentSet
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 281
@@ -60,7 +60,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Components
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 286
@@ -89,7 +89,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: .ctor
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 288
@@ -123,7 +123,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: .ctor
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 296
@@ -157,7 +157,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Equals
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 301
@@ -194,7 +194,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetHashCode
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 306
@@ -226,7 +226,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Equals
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 316
@@ -265,7 +265,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: op_Equality
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 321
@@ -301,7 +301,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: op_Inequality
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 326
@@ -337,7 +337,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 331

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ComponentTypeID
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 32
@@ -60,7 +60,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Value
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 35

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: DefaultSystemGroup
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 340

View File

@@ -22,7 +22,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Entity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Entity
path: ../src/Runtime/Ghost.Entities/Entity.cs
startLine: 5
@@ -55,7 +55,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Entity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: INVALID_ID
path: ../src/Runtime/Ghost.Entities/Entity.cs
startLine: 8
@@ -82,7 +82,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Entity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ID
path: ../src/Runtime/Ghost.Entities/Entity.cs
startLine: 13
@@ -111,7 +111,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Entity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Generation
path: ../src/Runtime/Ghost.Entities/Entity.cs
startLine: 19
@@ -140,7 +140,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Entity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IsValid
path: ../src/Runtime/Ghost.Entities/Entity.cs
startLine: 25
@@ -169,7 +169,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Entity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Invalid
path: ../src/Runtime/Ghost.Entities/Entity.cs
startLine: 31
@@ -198,7 +198,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Entity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ToString
path: ../src/Runtime/Ghost.Entities/Entity.cs
startLine: 43

View File

@@ -25,7 +25,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: EntityCommandBuffer
path: ../src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
startLine: 8
@@ -62,7 +62,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: .ctor
path: ../src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
startLine: 24
@@ -94,7 +94,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Finalize
path: ../src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
startLine: 30
@@ -123,7 +123,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CreateEntity
path: ../src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
startLine: 104
@@ -155,7 +155,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CreateEntity
path: ../src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
startLine: 110
@@ -189,7 +189,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: DestroyEntity
path: ../src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
startLine: 118
@@ -218,7 +218,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: AddComponent
path: ../src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
startLine: 124
@@ -254,7 +254,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: RemoveComponent
path: ../src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
startLine: 133
@@ -288,7 +288,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetComponent
path: ../src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
startLine: 141
@@ -324,7 +324,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/EntityCommandBuffer.cs
startLine: 212

View File

@@ -54,7 +54,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.Managed.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: EntityManager
path: ../src/Runtime/Ghost.Entities/EntityManager.Managed.cs
startLine: 5
@@ -99,7 +99,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: World
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 47
@@ -128,7 +128,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Finalize
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 57
@@ -157,7 +157,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CreateEntity
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 91
@@ -188,7 +188,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CreateEntity
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 104
@@ -223,7 +223,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CreateEntities
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 116
@@ -258,7 +258,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CreateEntities
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 141
@@ -293,7 +293,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CreateEntities
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 166
@@ -331,7 +331,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CreateEntities
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 201
@@ -369,7 +369,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: DestroyEntity
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 242
@@ -403,7 +403,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: DestroyEntities
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 270
@@ -438,7 +438,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Exists
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 374
@@ -473,7 +473,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CreateSingleton
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 385
@@ -514,7 +514,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CreateSingleton
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 426
@@ -555,7 +555,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetSingleton
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 437
@@ -593,7 +593,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetSingleton
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 465
@@ -630,7 +630,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: AddComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 502
@@ -674,7 +674,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: AddComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 595
@@ -718,7 +718,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: RemoveComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 607
@@ -759,7 +759,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: RemoveComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 698
@@ -800,7 +800,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 711
@@ -844,7 +844,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 730
@@ -887,7 +887,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 742
@@ -928,7 +928,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 759
@@ -969,7 +969,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: HasComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 772
@@ -1010,7 +1010,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: HasComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 789
@@ -1051,7 +1051,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetEnabled
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 802
@@ -1089,7 +1089,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetEnabled
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 845
@@ -1127,7 +1127,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/EntityManager.cs
startLine: 851
@@ -1157,7 +1157,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.Managed.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CreateManagedEntity
path: ../src/Runtime/Ghost.Entities/EntityManager.Managed.cs
startLine: 16
@@ -1192,7 +1192,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.Managed.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CreateManagedEntity
path: ../src/Runtime/Ghost.Entities/EntityManager.Managed.cs
startLine: 35
@@ -1227,7 +1227,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.Managed.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: DestroyManagedEntity
path: ../src/Runtime/Ghost.Entities/EntityManager.Managed.cs
startLine: 51
@@ -1259,7 +1259,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.Managed.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Exists
path: ../src/Runtime/Ghost.Entities/EntityManager.Managed.cs
startLine: 69
@@ -1294,7 +1294,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.Managed.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: AddScriptComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.Managed.cs
startLine: 80
@@ -1330,7 +1330,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.Managed.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: AddScriptComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.Managed.cs
startLine: 106
@@ -1368,7 +1368,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.Managed.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: DestroyScriptComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.Managed.cs
startLine: 127
@@ -1404,7 +1404,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.Managed.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: HasScriptComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.Managed.cs
startLine: 154
@@ -1445,7 +1445,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.Managed.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetScriptComponent
path: ../src/Runtime/Ghost.Entities/EntityManager.Managed.cs
startLine: 179
@@ -1481,7 +1481,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityManager.Managed.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetScriptComponents
path: ../src/Runtime/Ghost.Entities/EntityManager.Managed.cs
startLine: 204

View File

@@ -19,7 +19,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 272
@@ -51,7 +51,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 285
@@ -80,7 +80,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 295
@@ -108,7 +108,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 314

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ChunkIterator
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 270
@@ -51,7 +51,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 330

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 13
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 64
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 87
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 134
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 152

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 10
@@ -54,7 +54,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 169

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 208
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 263
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 289
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 336
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 354

View File

@@ -19,7 +19,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 191
@@ -54,7 +54,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 193
@@ -83,7 +83,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 194
@@ -112,7 +112,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 201

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 187
@@ -55,7 +55,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 371

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 415
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 474
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 501
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 548
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 566

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 395
@@ -55,7 +55,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 397
@@ -84,7 +84,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 398
@@ -113,7 +113,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component2
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 399
@@ -142,7 +142,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 407

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 390
@@ -56,7 +56,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 583

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 632
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 695
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 723
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 770
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 788

View File

@@ -21,7 +21,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 609
@@ -56,7 +56,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 611
@@ -85,7 +85,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 612
@@ -114,7 +114,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component2
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 613
@@ -143,7 +143,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component3
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 614
@@ -172,7 +172,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 623

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 603
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 805

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 859
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 926
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 955
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1002
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1020

View File

@@ -22,7 +22,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 833
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 835
@@ -86,7 +86,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 836
@@ -115,7 +115,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component2
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 837
@@ -144,7 +144,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component3
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 838
@@ -173,7 +173,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component4
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 839
@@ -202,7 +202,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 849

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 826
@@ -58,7 +58,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1037

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1096
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1167
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1197
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1244
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1262

View File

@@ -23,7 +23,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1067
@@ -58,7 +58,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1069
@@ -87,7 +87,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1070
@@ -116,7 +116,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component2
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1071
@@ -145,7 +145,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component3
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1072
@@ -174,7 +174,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component4
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1073
@@ -203,7 +203,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component5
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1074
@@ -232,7 +232,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1085

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1059
@@ -59,7 +59,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1279

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1343
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1418
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1449
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1496
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1514

View File

@@ -24,7 +24,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1311
@@ -59,7 +59,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1313
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1314
@@ -117,7 +117,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component2
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1315
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component3
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1316
@@ -175,7 +175,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component4
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1317
@@ -204,7 +204,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component5
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1318
@@ -233,7 +233,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component6
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1319
@@ -262,7 +262,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1331

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1302
@@ -60,7 +60,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1531

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1600
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1679
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1711
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1758
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1776

View File

@@ -25,7 +25,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1565
@@ -60,7 +60,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1567
@@ -89,7 +89,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1568
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component2
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1569
@@ -147,7 +147,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component3
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1570
@@ -176,7 +176,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component4
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1571
@@ -205,7 +205,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component5
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1572
@@ -234,7 +234,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component6
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1573
@@ -263,7 +263,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component7
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1574
@@ -292,7 +292,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1587

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1555
@@ -61,7 +61,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1793

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 33
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 84
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 110
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 157
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 175

View File

@@ -19,7 +19,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 13
@@ -54,7 +54,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: entity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 15
@@ -83,7 +83,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 17
@@ -112,7 +112,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 25

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: EntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 10
@@ -54,7 +54,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 192

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 237
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 292
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 319
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 366
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 384

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 214
@@ -55,7 +55,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: entity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 216
@@ -84,7 +84,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 218
@@ -113,7 +113,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 219
@@ -142,7 +142,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 228

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: EntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 210
@@ -55,7 +55,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 401

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 451
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 510
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 538
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 585
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 603

View File

@@ -21,7 +21,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 425
@@ -56,7 +56,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: entity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 427
@@ -85,7 +85,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 429
@@ -114,7 +114,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 430
@@ -143,7 +143,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component2
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 431
@@ -172,7 +172,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 441

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: EntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 420
@@ -56,7 +56,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 620

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 675
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 738
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 767
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 814
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 832

View File

@@ -22,7 +22,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 646
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: entity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 648
@@ -86,7 +86,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 650
@@ -115,7 +115,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 651
@@ -144,7 +144,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component2
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 652
@@ -173,7 +173,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component3
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 653
@@ -202,7 +202,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 664

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: EntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 640
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 849

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 909
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 976
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1006
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1053
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1071

View File

@@ -23,7 +23,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 877
@@ -58,7 +58,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: entity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 879
@@ -87,7 +87,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 881
@@ -116,7 +116,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 882
@@ -145,7 +145,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component2
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 883
@@ -174,7 +174,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component3
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 884
@@ -203,7 +203,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component4
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 885
@@ -232,7 +232,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 897

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: EntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 870
@@ -58,7 +58,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1088

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1153
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1224
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1255
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1302
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1320

View File

@@ -24,7 +24,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1118
@@ -59,7 +59,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: entity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1120
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1122
@@ -117,7 +117,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1123
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component2
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1124
@@ -175,7 +175,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component3
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1125
@@ -204,7 +204,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component4
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1126
@@ -233,7 +233,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component5
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1127
@@ -262,7 +262,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1140

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: EntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1110
@@ -59,7 +59,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1337

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1407
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1482
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1514
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1561
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1579

View File

@@ -25,7 +25,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1369
@@ -60,7 +60,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: entity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1371
@@ -89,7 +89,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1373
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1374
@@ -147,7 +147,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component2
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1375
@@ -176,7 +176,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component3
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1376
@@ -205,7 +205,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component4
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1377
@@ -234,7 +234,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component5
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1378
@@ -263,7 +263,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component6
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1379
@@ -292,7 +292,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1393

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: EntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1360
@@ -60,7 +60,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1596

View File

@@ -20,7 +20,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Enumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1671
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Current
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1750
@@ -88,7 +88,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: MoveNext
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1783
@@ -118,7 +118,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Reset
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1830
@@ -146,7 +146,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1848

View File

@@ -26,7 +26,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryItem
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1630
@@ -61,7 +61,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: entity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1632
@@ -90,7 +90,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component0
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1634
@@ -119,7 +119,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component1
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1635
@@ -148,7 +148,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component2
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1636
@@ -177,7 +177,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component3
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1637
@@ -206,7 +206,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component4
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1638
@@ -235,7 +235,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component5
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1639
@@ -264,7 +264,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component6
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1640
@@ -293,7 +293,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: component7
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1641
@@ -322,7 +322,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Deconstruct
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1656

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: EntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1620
@@ -61,7 +61,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEnumerator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1865

View File

@@ -60,7 +60,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: EntityQuery
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 1066
@@ -94,7 +94,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityQuery.JobChunk.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ScheduleChunkParallel
path: ../src/Runtime/Ghost.Entities/EntityQuery.JobChunk.cs
startLine: 45
@@ -134,7 +134,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetChunkIterator
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 435
@@ -162,7 +162,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CalculateEntityCount
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 447
@@ -190,7 +190,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 470
@@ -220,7 +220,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 175
@@ -253,7 +253,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 377
@@ -287,7 +287,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 589
@@ -322,7 +322,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 811
@@ -358,7 +358,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1043
@@ -395,7 +395,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1285
@@ -433,7 +433,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1537
@@ -472,7 +472,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs
startLine: 1799
@@ -512,7 +512,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 198
@@ -545,7 +545,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 407
@@ -579,7 +579,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 626
@@ -614,7 +614,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 855
@@ -650,7 +650,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1094
@@ -687,7 +687,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1343
@@ -725,7 +725,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1602
@@ -764,7 +764,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetEntityComponentIterator
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs
startLine: 1871
@@ -804,7 +804,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 4
@@ -838,7 +838,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 88
@@ -873,7 +873,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 176
@@ -909,7 +909,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 268
@@ -946,7 +946,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 364
@@ -984,7 +984,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 464
@@ -1023,7 +1023,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 568
@@ -1063,7 +1063,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 676
@@ -1104,7 +1104,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 788
@@ -1138,7 +1138,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 873
@@ -1173,7 +1173,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 962
@@ -1209,7 +1209,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 1055
@@ -1246,7 +1246,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 1152
@@ -1284,7 +1284,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 1253
@@ -1323,7 +1323,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 1358
@@ -1363,7 +1363,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs
startLine: 1467
@@ -1404,7 +1404,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ScheduleEntityParallel
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 1093
@@ -1445,7 +1445,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ScheduleEntityParallel
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 1233
@@ -1487,7 +1487,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ScheduleEntityParallel
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 1399
@@ -1530,7 +1530,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ScheduleEntityParallel
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 1591
@@ -1574,7 +1574,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ScheduleEntityParallel
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 1809
@@ -1619,7 +1619,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ScheduleEntityParallel
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 2053
@@ -1665,7 +1665,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ScheduleEntityParallel
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 2323
@@ -1712,7 +1712,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ScheduleEntityParallel
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 2619

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 3

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 5

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 7

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 9

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 11

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 13

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 15

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEach
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 17

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEachWithEntity
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 20

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEachWithEntity
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 22

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEachWithEntity
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 24

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEachWithEntity
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 26

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEachWithEntity
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 28

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEachWithEntity
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 30

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEachWithEntity
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 32

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ForEachWithEntity
path: ../src/Runtime/Ghost.Entities/Templates/ForEach.gen.cs
startLine: 34

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IComponent
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 8

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IEnableableComponent
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 9

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityQuery.JobChunk.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IJobChunk
path: ../src/Runtime/Ghost.Entities/EntityQuery.JobChunk.cs
startLine: 6
@@ -42,7 +42,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/EntityQuery.JobChunk.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Execute
path: ../src/Runtime/Ghost.Entities/EntityQuery.JobChunk.cs
startLine: 8

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IJobEntity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 6
@@ -47,7 +47,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Execute
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 9

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IJobEntity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 65
@@ -48,7 +48,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Execute
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 69

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IJobEntity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 145
@@ -49,7 +49,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Execute
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 150

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IJobEntity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 246
@@ -50,7 +50,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Execute
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 252

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IJobEntity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 368
@@ -51,7 +51,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Execute
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 375

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IJobEntity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 511
@@ -52,7 +52,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Execute
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 519

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IJobEntity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 675
@@ -53,7 +53,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Execute
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 684

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IJobEntity
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 860
@@ -54,7 +54,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Execute
path: ../src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs
startLine: 870

View File

@@ -16,7 +16,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/SharedComponent.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ISharedComponent
path: ../src/Runtime/Ghost.Entities/SharedComponent.cs
startLine: 8

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/SharedComponent.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ISharedWarper
path: ../src/Runtime/Ghost.Entities/SharedComponent.cs
startLine: 9
@@ -44,7 +44,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/SharedComponent.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Index
path: ../src/Runtime/Ghost.Entities/SharedComponent.cs
startLine: 11

View File

@@ -19,7 +19,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ISystem
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 17
@@ -48,7 +48,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Initialize
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 19
@@ -80,7 +80,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Update
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 20
@@ -112,7 +112,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Cleanup
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 21

View File

@@ -18,7 +18,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ManagedEntity
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 4
@@ -52,7 +52,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: id
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 6
@@ -79,7 +79,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: generation
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 7

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ManagedEntityRef
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 10
@@ -51,7 +51,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: entity
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 12

View File

@@ -53,7 +53,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: QueryBuilder
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 6
@@ -87,7 +87,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: .ctor
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 490
@@ -116,7 +116,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Create
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 504
@@ -144,7 +144,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAll
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 518
@@ -176,7 +176,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAny
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 523
@@ -208,7 +208,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAbsent
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 528
@@ -240,7 +240,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithNone
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 533
@@ -272,7 +272,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithDisabled
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 538
@@ -304,7 +304,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithPresent
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 543
@@ -336,7 +336,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithPresentRW
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 548
@@ -368,7 +368,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: BuildWithoutCache
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 624
@@ -406,7 +406,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Build
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 646
@@ -442,7 +442,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Clear
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 679
@@ -468,7 +468,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Query.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/Query.cs
startLine: 690
@@ -498,7 +498,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAll
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 12
@@ -546,7 +546,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAllRW
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 26
@@ -594,7 +594,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAny
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 41
@@ -642,7 +642,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAbsent
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 55
@@ -690,7 +690,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithNone
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 69
@@ -738,7 +738,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithDisabled
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 83
@@ -786,7 +786,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithPresent
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 97
@@ -834,7 +834,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithPresentRW
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 111
@@ -882,7 +882,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAll
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 126
@@ -931,7 +931,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAllRW
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 142
@@ -980,7 +980,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAny
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 160
@@ -1029,7 +1029,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAbsent
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 176
@@ -1078,7 +1078,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithNone
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 192
@@ -1127,7 +1127,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithDisabled
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 208
@@ -1176,7 +1176,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithPresent
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 224
@@ -1225,7 +1225,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithPresentRW
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 240
@@ -1274,7 +1274,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAll
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 258
@@ -1324,7 +1324,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAllRW
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 276
@@ -1374,7 +1374,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAny
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 297
@@ -1424,7 +1424,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithAbsent
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 315
@@ -1474,7 +1474,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithNone
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 333
@@ -1524,7 +1524,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithDisabled
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 351
@@ -1574,7 +1574,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithPresent
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 369
@@ -1624,7 +1624,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WithPresentRW
path: ../src/Runtime/Ghost.Entities/Templates/QueryBuilder.With.gen.cs
startLine: 387

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: RequireComponentAttribute
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 11
@@ -105,7 +105,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Component.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: RequiredType
path: ../src/Runtime/Ghost.Entities/Component.cs
startLine: 15

View File

@@ -28,7 +28,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ScriptComponent
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 15
@@ -63,7 +63,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: World
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 21
@@ -92,7 +92,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Entity
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 22
@@ -121,7 +121,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ManagedEntity
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 23
@@ -150,7 +150,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetComponent
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 25
@@ -183,7 +183,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: OnCreate
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 37
@@ -209,7 +209,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: OnDestroy
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 41
@@ -235,7 +235,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: OnEnable
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 45
@@ -261,7 +261,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: OnDisable
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 49
@@ -287,7 +287,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Start
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 53
@@ -313,7 +313,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Update
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 57
@@ -339,7 +339,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: FixedUpdate
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 61
@@ -365,7 +365,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/ManagedEntity.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: LateUpdate
path: ../src/Runtime/Ghost.Entities/ManagedEntity.cs
startLine: 65

View File

@@ -17,7 +17,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/SharedComponent.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Shared
path: ../src/Runtime/Ghost.Entities/SharedComponent.cs
startLine: 17
@@ -57,7 +57,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/SharedComponent.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Index
path: ../src/Runtime/Ghost.Entities/SharedComponent.cs
startLine: 20

View File

@@ -18,7 +18,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SystemAPI
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 4
@@ -50,7 +50,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Time
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 6
@@ -79,7 +79,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: World
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 11

View File

@@ -24,7 +24,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SystemBase
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 24
@@ -61,7 +61,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: World
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 28
@@ -90,7 +90,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: LastSystemVersion
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 33
@@ -119,7 +119,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: RequireQueryForUpdate
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 57
@@ -151,7 +151,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: OnInitialize
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 94
@@ -183,7 +183,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: OnUpdate
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 98
@@ -215,7 +215,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: OnCleanup
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 102
@@ -247,7 +247,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: OnStopRunning
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 106
@@ -273,7 +273,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: OnStartRunning
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 110

View File

@@ -22,7 +22,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SystemGroup
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 178
@@ -61,7 +61,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: World
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 186
@@ -90,7 +90,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: AddSystem
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 276
@@ -121,7 +121,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SortSystems
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 283
@@ -147,7 +147,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Initialize
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 309
@@ -182,7 +182,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Update
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 319
@@ -217,7 +217,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Cleanup
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 329

View File

@@ -18,7 +18,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SystemGroupAttribute
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 137
@@ -105,7 +105,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GroupType
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 140
@@ -134,7 +134,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: .ctor
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 142

View File

@@ -19,7 +19,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SystemManager
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 342
@@ -55,7 +55,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: AddSystem
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 356
@@ -86,7 +86,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: GetSystem
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 362
@@ -119,7 +119,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/System.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Dispose
path: ../src/Runtime/Ghost.Entities/System.cs
startLine: 418

View File

@@ -19,7 +19,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: TimeData
path: ../src/Runtime/Ghost.Entities/Common.cs
startLine: 2
@@ -51,7 +51,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: FrameCount
path: ../src/Runtime/Ghost.Entities/Common.cs
startLine: 4
@@ -80,7 +80,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: DeltaTime
path: ../src/Runtime/Ghost.Entities/Common.cs
startLine: 9
@@ -109,7 +109,7 @@ items:
remote:
path: src/Runtime/Ghost.Entities/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ElapsedTime
path: ../src/Runtime/Ghost.Entities/Common.cs
startLine: 14

Some files were not shown because too many files have changed in this diff Show More