Add document
This commit is contained in:
448
doc/api/Ghost.Entities.DefaultSystemGroup.yml
Normal file
448
doc/api/Ghost.Entities.DefaultSystemGroup.yml
Normal file
@@ -0,0 +1,448 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: Ghost.Entities.DefaultSystemGroup
|
||||
commentId: T:Ghost.Entities.DefaultSystemGroup
|
||||
id: DefaultSystemGroup
|
||||
parent: Ghost.Entities
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DefaultSystemGroup
|
||||
nameWithType: DefaultSystemGroup
|
||||
fullName: Ghost.Entities.DefaultSystemGroup
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Entities/System.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine
|
||||
id: DefaultSystemGroup
|
||||
path: ../src/Runtime/Ghost.Entities/System.cs
|
||||
startLine: 340
|
||||
assemblies:
|
||||
- Ghost.Entities
|
||||
namespace: Ghost.Entities
|
||||
syntax:
|
||||
content: 'public sealed class DefaultSystemGroup : SystemGroup, ISystem'
|
||||
content.vb: Public NotInheritable Class DefaultSystemGroup Inherits SystemGroup Implements ISystem
|
||||
inheritance:
|
||||
- System.Object
|
||||
- Ghost.Entities.SystemGroup
|
||||
implements:
|
||||
- Ghost.Entities.ISystem
|
||||
inheritedMembers:
|
||||
- Ghost.Entities.SystemGroup.World
|
||||
- Ghost.Entities.SystemGroup.AddSystem``1
|
||||
- Ghost.Entities.SystemGroup.SortSystems
|
||||
- Ghost.Entities.SystemGroup.Initialize(Ghost.Entities.SystemAPI@)
|
||||
- Ghost.Entities.SystemGroup.Update(Ghost.Entities.SystemAPI@)
|
||||
- Ghost.Entities.SystemGroup.Cleanup(Ghost.Entities.SystemAPI@)
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
references:
|
||||
- uid: Ghost.Entities
|
||||
commentId: N:Ghost.Entities
|
||||
href: Ghost.html
|
||||
name: Ghost.Entities
|
||||
nameWithType: Ghost.Entities
|
||||
fullName: Ghost.Entities
|
||||
spec.csharp:
|
||||
- uid: Ghost
|
||||
name: Ghost
|
||||
href: Ghost.html
|
||||
- name: .
|
||||
- uid: Ghost.Entities
|
||||
name: Entities
|
||||
href: Ghost.Entities.html
|
||||
spec.vb:
|
||||
- uid: Ghost
|
||||
name: Ghost
|
||||
href: Ghost.html
|
||||
- name: .
|
||||
- uid: Ghost.Entities
|
||||
name: Entities
|
||||
href: Ghost.Entities.html
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
name: object
|
||||
nameWithType: object
|
||||
fullName: object
|
||||
nameWithType.vb: Object
|
||||
fullName.vb: Object
|
||||
name.vb: Object
|
||||
- uid: Ghost.Entities.SystemGroup
|
||||
commentId: T:Ghost.Entities.SystemGroup
|
||||
parent: Ghost.Entities
|
||||
href: Ghost.Entities.SystemGroup.html
|
||||
name: SystemGroup
|
||||
nameWithType: SystemGroup
|
||||
fullName: Ghost.Entities.SystemGroup
|
||||
- uid: Ghost.Entities.ISystem
|
||||
commentId: T:Ghost.Entities.ISystem
|
||||
parent: Ghost.Entities
|
||||
href: Ghost.Entities.ISystem.html
|
||||
name: ISystem
|
||||
nameWithType: ISystem
|
||||
fullName: Ghost.Entities.ISystem
|
||||
- uid: Ghost.Entities.SystemGroup.World
|
||||
commentId: P:Ghost.Entities.SystemGroup.World
|
||||
parent: Ghost.Entities.SystemGroup
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_World
|
||||
name: World
|
||||
nameWithType: SystemGroup.World
|
||||
fullName: Ghost.Entities.SystemGroup.World
|
||||
- uid: Ghost.Entities.SystemGroup.AddSystem``1
|
||||
commentId: M:Ghost.Entities.SystemGroup.AddSystem``1
|
||||
parent: Ghost.Entities.SystemGroup
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_AddSystem__1
|
||||
name: AddSystem<T>()
|
||||
nameWithType: SystemGroup.AddSystem<T>()
|
||||
fullName: Ghost.Entities.SystemGroup.AddSystem<T>()
|
||||
nameWithType.vb: SystemGroup.AddSystem(Of T)()
|
||||
fullName.vb: Ghost.Entities.SystemGroup.AddSystem(Of T)()
|
||||
name.vb: AddSystem(Of T)()
|
||||
spec.csharp:
|
||||
- uid: Ghost.Entities.SystemGroup.AddSystem``1
|
||||
name: AddSystem
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_AddSystem__1
|
||||
- name: <
|
||||
- name: T
|
||||
- name: '>'
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: Ghost.Entities.SystemGroup.AddSystem``1
|
||||
name: AddSystem
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_AddSystem__1
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: Ghost.Entities.SystemGroup.SortSystems
|
||||
commentId: M:Ghost.Entities.SystemGroup.SortSystems
|
||||
parent: Ghost.Entities.SystemGroup
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_SortSystems
|
||||
name: SortSystems()
|
||||
nameWithType: SystemGroup.SortSystems()
|
||||
fullName: Ghost.Entities.SystemGroup.SortSystems()
|
||||
spec.csharp:
|
||||
- uid: Ghost.Entities.SystemGroup.SortSystems
|
||||
name: SortSystems
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_SortSystems
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: Ghost.Entities.SystemGroup.SortSystems
|
||||
name: SortSystems
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_SortSystems
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: Ghost.Entities.SystemGroup.Initialize(Ghost.Entities.SystemAPI@)
|
||||
commentId: M:Ghost.Entities.SystemGroup.Initialize(Ghost.Entities.SystemAPI@)
|
||||
parent: Ghost.Entities.SystemGroup
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Initialize_Ghost_Entities_SystemAPI__
|
||||
name: Initialize(ref readonly SystemAPI)
|
||||
nameWithType: SystemGroup.Initialize(ref readonly SystemAPI)
|
||||
fullName: Ghost.Entities.SystemGroup.Initialize(ref readonly Ghost.Entities.SystemAPI)
|
||||
nameWithType.vb: SystemGroup.Initialize(SystemAPI)
|
||||
fullName.vb: Ghost.Entities.SystemGroup.Initialize(Ghost.Entities.SystemAPI)
|
||||
name.vb: Initialize(SystemAPI)
|
||||
spec.csharp:
|
||||
- uid: Ghost.Entities.SystemGroup.Initialize(Ghost.Entities.SystemAPI@)
|
||||
name: Initialize
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Initialize_Ghost_Entities_SystemAPI__
|
||||
- name: (
|
||||
- name: ref
|
||||
- name: " "
|
||||
- name: readonly
|
||||
- name: " "
|
||||
- uid: Ghost.Entities.SystemAPI
|
||||
name: SystemAPI
|
||||
href: Ghost.Entities.SystemAPI.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: Ghost.Entities.SystemGroup.Initialize(Ghost.Entities.SystemAPI@)
|
||||
name: Initialize
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Initialize_Ghost_Entities_SystemAPI__
|
||||
- name: (
|
||||
- uid: Ghost.Entities.SystemAPI
|
||||
name: SystemAPI
|
||||
href: Ghost.Entities.SystemAPI.html
|
||||
- name: )
|
||||
- uid: Ghost.Entities.SystemGroup.Update(Ghost.Entities.SystemAPI@)
|
||||
commentId: M:Ghost.Entities.SystemGroup.Update(Ghost.Entities.SystemAPI@)
|
||||
parent: Ghost.Entities.SystemGroup
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Update_Ghost_Entities_SystemAPI__
|
||||
name: Update(ref readonly SystemAPI)
|
||||
nameWithType: SystemGroup.Update(ref readonly SystemAPI)
|
||||
fullName: Ghost.Entities.SystemGroup.Update(ref readonly Ghost.Entities.SystemAPI)
|
||||
nameWithType.vb: SystemGroup.Update(SystemAPI)
|
||||
fullName.vb: Ghost.Entities.SystemGroup.Update(Ghost.Entities.SystemAPI)
|
||||
name.vb: Update(SystemAPI)
|
||||
spec.csharp:
|
||||
- uid: Ghost.Entities.SystemGroup.Update(Ghost.Entities.SystemAPI@)
|
||||
name: Update
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Update_Ghost_Entities_SystemAPI__
|
||||
- name: (
|
||||
- name: ref
|
||||
- name: " "
|
||||
- name: readonly
|
||||
- name: " "
|
||||
- uid: Ghost.Entities.SystemAPI
|
||||
name: SystemAPI
|
||||
href: Ghost.Entities.SystemAPI.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: Ghost.Entities.SystemGroup.Update(Ghost.Entities.SystemAPI@)
|
||||
name: Update
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Update_Ghost_Entities_SystemAPI__
|
||||
- name: (
|
||||
- uid: Ghost.Entities.SystemAPI
|
||||
name: SystemAPI
|
||||
href: Ghost.Entities.SystemAPI.html
|
||||
- name: )
|
||||
- uid: Ghost.Entities.SystemGroup.Cleanup(Ghost.Entities.SystemAPI@)
|
||||
commentId: M:Ghost.Entities.SystemGroup.Cleanup(Ghost.Entities.SystemAPI@)
|
||||
parent: Ghost.Entities.SystemGroup
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Cleanup_Ghost_Entities_SystemAPI__
|
||||
name: Cleanup(ref readonly SystemAPI)
|
||||
nameWithType: SystemGroup.Cleanup(ref readonly SystemAPI)
|
||||
fullName: Ghost.Entities.SystemGroup.Cleanup(ref readonly Ghost.Entities.SystemAPI)
|
||||
nameWithType.vb: SystemGroup.Cleanup(SystemAPI)
|
||||
fullName.vb: Ghost.Entities.SystemGroup.Cleanup(Ghost.Entities.SystemAPI)
|
||||
name.vb: Cleanup(SystemAPI)
|
||||
spec.csharp:
|
||||
- uid: Ghost.Entities.SystemGroup.Cleanup(Ghost.Entities.SystemAPI@)
|
||||
name: Cleanup
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Cleanup_Ghost_Entities_SystemAPI__
|
||||
- name: (
|
||||
- name: ref
|
||||
- name: " "
|
||||
- name: readonly
|
||||
- name: " "
|
||||
- uid: Ghost.Entities.SystemAPI
|
||||
name: SystemAPI
|
||||
href: Ghost.Entities.SystemAPI.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: Ghost.Entities.SystemGroup.Cleanup(Ghost.Entities.SystemAPI@)
|
||||
name: Cleanup
|
||||
href: Ghost.Entities.SystemGroup.html#Ghost_Entities_SystemGroup_Cleanup_Ghost_Entities_SystemAPI__
|
||||
- name: (
|
||||
- uid: Ghost.Entities.SystemAPI
|
||||
name: SystemAPI
|
||||
href: Ghost.Entities.SystemAPI.html
|
||||
- name: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||
name: Equals(object)
|
||||
nameWithType: object.Equals(object)
|
||||
fullName: object.Equals(object)
|
||||
nameWithType.vb: Object.Equals(Object)
|
||||
fullName.vb: Object.Equals(Object)
|
||||
name.vb: Equals(Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||
name: Equals(object, object)
|
||||
nameWithType: object.Equals(object, object)
|
||||
fullName: object.Equals(object, object)
|
||||
nameWithType.vb: Object.Equals(Object, Object)
|
||||
fullName.vb: Object.Equals(Object, Object)
|
||||
name.vb: Equals(Object, Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||
name: GetHashCode()
|
||||
nameWithType: object.GetHashCode()
|
||||
fullName: object.GetHashCode()
|
||||
nameWithType.vb: Object.GetHashCode()
|
||||
fullName.vb: Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||
name: GetType()
|
||||
nameWithType: object.GetType()
|
||||
fullName: object.GetType()
|
||||
nameWithType.vb: Object.GetType()
|
||||
fullName.vb: Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||
name: ReferenceEquals(object, object)
|
||||
nameWithType: object.ReferenceEquals(object, object)
|
||||
fullName: object.ReferenceEquals(object, object)
|
||||
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
||||
fullName.vb: Object.ReferenceEquals(Object, Object)
|
||||
name.vb: ReferenceEquals(Object, Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||
name: ToString()
|
||||
nameWithType: object.ToString()
|
||||
fullName: object.ToString()
|
||||
nameWithType.vb: Object.ToString()
|
||||
fullName.vb: Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
Reference in New Issue
Block a user