Regenerate docs.

This commit is contained in:
2024-10-15 20:12:04 +02:00
parent ac43340866
commit 4d5c6bbe9a
5 changed files with 9 additions and 174 deletions

View File

@@ -508,131 +508,6 @@
"Voile.Resources.TextDataResource.#ctor(System.String)": "Voile.Resources.TextDataResource.yml", "Voile.Resources.TextDataResource.#ctor(System.String)": "Voile.Resources.TextDataResource.yml",
"Voile.Resources.TextDataResource.AddValue``1(System.String,``0)": "Voile.Resources.TextDataResource.yml", "Voile.Resources.TextDataResource.AddValue``1(System.String,``0)": "Voile.Resources.TextDataResource.yml",
"Voile.Resources.TextDataResource.GetValue``1(System.String,``0)": "Voile.Resources.TextDataResource.yml", "Voile.Resources.TextDataResource.GetValue``1(System.String,``0)": "Voile.Resources.TextDataResource.yml",
"Voile.SceneGraph": "Voile.SceneGraph.yml",
"Voile.SceneGraph.Camera2d": "Voile.SceneGraph.Camera2d.yml",
"Voile.SceneGraph.Camera2d.Current": "Voile.SceneGraph.Camera2d.yml",
"Voile.SceneGraph.Camera2d.Offset": "Voile.SceneGraph.Camera2d.yml",
"Voile.SceneGraph.Camera2d.OnStart": "Voile.SceneGraph.Camera2d.yml",
"Voile.SceneGraph.Camera2d.Zoom": "Voile.SceneGraph.Camera2d.yml",
"Voile.SceneGraph.CircleShape2d": "Voile.SceneGraph.CircleShape2d.yml",
"Voile.SceneGraph.CircleShape2d.Color": "Voile.SceneGraph.CircleShape2d.yml",
"Voile.SceneGraph.CircleShape2d.OnDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.CircleShape2d.yml",
"Voile.SceneGraph.CircleShape2d.Radius": "Voile.SceneGraph.CircleShape2d.yml",
"Voile.SceneGraph.Drawable2d": "Voile.SceneGraph.Drawable2d.yml",
"Voile.SceneGraph.Drawable2d.Draw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.Drawable2d.yml",
"Voile.SceneGraph.Drawable2d.OnDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.Drawable2d.yml",
"Voile.SceneGraph.Drawable2d.PivotOffset": "Voile.SceneGraph.Drawable2d.yml",
"Voile.SceneGraph.Entity": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.Audio": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.Destroy": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.Id": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.Input": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.Layer": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.OnDestroy": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.OnInput(Voile.Input.InputSystem)": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.OnStart": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.OnUpdate(System.Double)": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.ReceiveInput(Voile.Input.InputSystem)": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.Renderer": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.Start": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity.Update(System.Double)": "Voile.SceneGraph.Entity.yml",
"Voile.SceneGraph.Entity2d": "Voile.SceneGraph.Entity2d.yml",
"Voile.SceneGraph.Entity2d.Position": "Voile.SceneGraph.Entity2d.yml",
"Voile.SceneGraph.Entity2d.Rotation": "Voile.SceneGraph.Entity2d.yml",
"Voile.SceneGraph.EntityLayer": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.EntityLayer.#ctor": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.EntityLayer.#ctor(System.Collections.Generic.List{Voile.SceneGraph.Entity})": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.EntityLayer.AddEntity(Voile.SceneGraph.Entity)": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.EntityLayer.CurrentCamera": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.EntityLayer.DestroyEntity(System.Int32)": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.EntityLayer.Entities": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.EntityLayer.OnBeginDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.EntityLayer.OnDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.EntityLayer.OnEndDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.EntityLayer.OnStart": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.EntityLayer.OnUpdate(System.Double)": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.EntityLayer.UpdateCurrentCamera": "Voile.SceneGraph.EntityLayer.yml",
"Voile.SceneGraph.IDrawable": "Voile.SceneGraph.IDrawable.yml",
"Voile.SceneGraph.IDrawable.Draw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.IDrawable.yml",
"Voile.SceneGraph.IMainLoop": "Voile.SceneGraph.IMainLoop.yml",
"Voile.SceneGraph.IMainLoop.DeltaTime": "Voile.SceneGraph.IMainLoop.yml",
"Voile.SceneGraph.IMainLoop.Init": "Voile.SceneGraph.IMainLoop.yml",
"Voile.SceneGraph.IMainLoop.ShouldRun": "Voile.SceneGraph.IMainLoop.yml",
"Voile.SceneGraph.IMainLoop.Start": "Voile.SceneGraph.IMainLoop.yml",
"Voile.SceneGraph.IMainLoop.Update": "Voile.SceneGraph.IMainLoop.yml",
"Voile.SceneGraph.ImGuiController": "Voile.SceneGraph.ImGuiController.yml",
"Voile.SceneGraph.ImGuiController.#ctor": "Voile.SceneGraph.ImGuiController.yml",
"Voile.SceneGraph.ImGuiController.Dispose": "Voile.SceneGraph.ImGuiController.yml",
"Voile.SceneGraph.ImGuiController.Draw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.ImGuiController.yml",
"Voile.SceneGraph.ImGuiController.Load(System.Numerics.Vector2)": "Voile.SceneGraph.ImGuiController.yml",
"Voile.SceneGraph.ImGuiController.Resize(System.Numerics.Vector2)": "Voile.SceneGraph.ImGuiController.yml",
"Voile.SceneGraph.ImGuiController.Update(System.Double,Voile.Input.InputSystem)": "Voile.SceneGraph.ImGuiController.yml",
"Voile.SceneGraph.ImGuiRenderLayer": "Voile.SceneGraph.ImGuiRenderLayer.yml",
"Voile.SceneGraph.ImGuiRenderLayer.Layout": "Voile.SceneGraph.ImGuiRenderLayer.yml",
"Voile.SceneGraph.ImGuiRenderLayer.OnBeginDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.ImGuiRenderLayer.yml",
"Voile.SceneGraph.ImGuiRenderLayer.OnDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.ImGuiRenderLayer.yml",
"Voile.SceneGraph.ImGuiRenderLayer.OnEndDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.ImGuiRenderLayer.yml",
"Voile.SceneGraph.ImGuiRenderLayer.OnStart": "Voile.SceneGraph.ImGuiRenderLayer.yml",
"Voile.SceneGraph.ImGuiRenderLayer.OnUpdate(System.Double)": "Voile.SceneGraph.ImGuiRenderLayer.yml",
"Voile.SceneGraph.Layer": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.BeginDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.Draw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.EndDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.Input": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.OnBeginDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.OnDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.OnEndDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.OnInput(Voile.Input.InputSystem)": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.OnStart": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.OnUpdate(System.Double)": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.ReceiveInput(Voile.Input.InputSystem)": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.ResourceManager": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.Scene": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.Start": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.Layer.Update(System.Double)": "Voile.SceneGraph.Layer.yml",
"Voile.SceneGraph.RectangleShape2d": "Voile.SceneGraph.RectangleShape2d.yml",
"Voile.SceneGraph.RectangleShape2d.Color": "Voile.SceneGraph.RectangleShape2d.yml",
"Voile.SceneGraph.RectangleShape2d.OnDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.RectangleShape2d.yml",
"Voile.SceneGraph.RectangleShape2d.Size": "Voile.SceneGraph.RectangleShape2d.yml",
"Voile.SceneGraph.Scene": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.#ctor(Voile.SceneGraph.SceneSettings)": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.AddLayer(System.String,Voile.SceneGraph.Layer)": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.Audio": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.BeginDraw": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.DeltaTime": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.EndDraw": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.FromSerialized(Voile.SceneGraph.SerializedScene,Voile.SceneGraph.SceneSettings)": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.Init": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.Input": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.Renderer": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.ResourceManager": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.ShouldRun": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.Start": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.TrySerialize(Voile.SceneGraph.SerializedScene@)": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.Update": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.Scene.WithLayers(System.Collections.Generic.Dictionary{System.String,Voile.SceneGraph.Layer})": "Voile.SceneGraph.Scene.yml",
"Voile.SceneGraph.SceneSettings": "Voile.SceneGraph.SceneSettings.yml",
"Voile.SceneGraph.SceneSettings.AudioBackend": "Voile.SceneGraph.SceneSettings.yml",
"Voile.SceneGraph.SceneSettings.InputHandler": "Voile.SceneGraph.SceneSettings.yml",
"Voile.SceneGraph.SceneSettings.Renderer": "Voile.SceneGraph.SceneSettings.yml",
"Voile.SceneGraph.SceneSettings.ResourceManager": "Voile.SceneGraph.SceneSettings.yml",
"Voile.SceneGraph.SerializedScene": "Voile.SceneGraph.SerializedScene.yml",
"Voile.SceneGraph.SerializedScene.#ctor(System.String,System.Byte[])": "Voile.SceneGraph.SerializedScene.yml",
"Voile.SceneGraph.SerializedScene.Buffer": "Voile.SceneGraph.SerializedScene.yml",
"Voile.SceneGraph.SerializedScene.BufferSize": "Voile.SceneGraph.SerializedScene.yml",
"Voile.SceneGraph.SerializedScene.Layers": "Voile.SceneGraph.SerializedScene.yml",
"Voile.SceneGraph.SerializedSceneSaver": "Voile.SceneGraph.SerializedSceneSaver.yml",
"Voile.SceneGraph.SerializedSceneSaver.TrySave(System.String,Voile.SceneGraph.SerializedScene@)": "Voile.SceneGraph.SerializedSceneSaver.yml",
"Voile.SceneGraph.Sprite2d": "Voile.SceneGraph.Sprite2d.yml",
"Voile.SceneGraph.Sprite2d.OnDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.Sprite2d.yml",
"Voile.SceneGraph.Sprite2d.OnStart": "Voile.SceneGraph.Sprite2d.yml",
"Voile.SceneGraph.Sprite2d.Texture": "Voile.SceneGraph.Sprite2d.yml",
"Voile.SceneGraph.Text2d": "Voile.SceneGraph.Text2d.yml",
"Voile.SceneGraph.Text2d.#ctor(Voile.Font)": "Voile.SceneGraph.Text2d.yml",
"Voile.SceneGraph.Text2d.Font": "Voile.SceneGraph.Text2d.yml",
"Voile.SceneGraph.Text2d.FontColor": "Voile.SceneGraph.Text2d.yml",
"Voile.SceneGraph.Text2d.OnDraw(Voile.Rendering.RenderSystem)": "Voile.SceneGraph.Text2d.yml",
"Voile.SceneGraph.Text2d.Text": "Voile.SceneGraph.Text2d.yml",
"Voile.Sound": "Voile.Sound.yml", "Voile.Sound": "Voile.Sound.yml",
"Voile.Sound.#ctor(System.String,System.Byte[])": "Voile.Sound.yml", "Voile.Sound.#ctor(System.String,System.Byte[])": "Voile.Sound.yml",
"Voile.Sound.Buffer": "Voile.Sound.yml", "Voile.Sound.Buffer": "Voile.Sound.yml",

View File

@@ -361,7 +361,7 @@ items:
repo: git@github.com:dnesov/DaggerFramework.git repo: git@github.com:dnesov/DaggerFramework.git
id: InitializeDefault id: InitializeDefault
path: Source/Game.cs path: Source/Game.cs
startLine: 79 startLine: 94
assemblies: assemblies:
- Voile - Voile
namespace: Voile namespace: Voile
@@ -389,7 +389,7 @@ items:
repo: git@github.com:dnesov/DaggerFramework.git repo: git@github.com:dnesov/DaggerFramework.git
id: ShutdownDefault id: ShutdownDefault
path: Source/Game.cs path: Source/Game.cs
startLine: 91 startLine: 106
assemblies: assemblies:
- Voile - Voile
namespace: Voile namespace: Voile
@@ -415,7 +415,7 @@ items:
repo: git@github.com:dnesov/DaggerFramework.git repo: git@github.com:dnesov/DaggerFramework.git
id: Initialize id: Initialize
path: Source/Game.cs path: Source/Game.cs
startLine: 101 startLine: 116
assemblies: assemblies:
- Voile - Voile
namespace: Voile namespace: Voile
@@ -443,7 +443,7 @@ items:
repo: git@github.com:dnesov/DaggerFramework.git repo: git@github.com:dnesov/DaggerFramework.git
id: LoadResources id: LoadResources
path: Source/Game.cs path: Source/Game.cs
startLine: 105 startLine: 120
assemblies: assemblies:
- Voile - Voile
namespace: Voile namespace: Voile
@@ -471,7 +471,7 @@ items:
repo: git@github.com:dnesov/DaggerFramework.git repo: git@github.com:dnesov/DaggerFramework.git
id: Ready id: Ready
path: Source/Game.cs path: Source/Game.cs
startLine: 110 startLine: 125
assemblies: assemblies:
- Voile - Voile
namespace: Voile namespace: Voile
@@ -502,7 +502,7 @@ items:
repo: git@github.com:dnesov/DaggerFramework.git repo: git@github.com:dnesov/DaggerFramework.git
id: Run id: Run
path: Source/Game.cs path: Source/Game.cs
startLine: 114 startLine: 129
assemblies: assemblies:
- Voile - Voile
namespace: Voile namespace: Voile
@@ -530,7 +530,7 @@ items:
repo: git@github.com:dnesov/DaggerFramework.git repo: git@github.com:dnesov/DaggerFramework.git
id: Shutdown id: Shutdown
path: Source/Game.cs path: Source/Game.cs
startLine: 118 startLine: 133
assemblies: assemblies:
- Voile - Voile
namespace: Voile namespace: Voile

View File

@@ -1136,7 +1136,7 @@ items:
repo: git@github.com:dnesov/DaggerFramework.git repo: git@github.com:dnesov/DaggerFramework.git
id: BeginBlended id: BeginBlended
path: Source/Rendering/StandardRenderSystem.cs path: Source/Rendering/StandardRenderSystem.cs
startLine: 356 startLine: 386
assemblies: assemblies:
- Voile - Voile
namespace: Voile.Rendering namespace: Voile.Rendering
@@ -1167,7 +1167,7 @@ items:
repo: git@github.com:dnesov/DaggerFramework.git repo: git@github.com:dnesov/DaggerFramework.git
id: EndBlended id: EndBlended
path: Source/Rendering/StandardRenderSystem.cs path: Source/Rendering/StandardRenderSystem.cs
startLine: 361 startLine: 391
assemblies: assemblies:
- Voile - Voile
namespace: Voile.Rendering namespace: Voile.Rendering

View File

@@ -36,7 +36,6 @@ items:
derivedClasses: derivedClasses:
- Voile.Font - Voile.Font
- Voile.Resources.TextDataResource - Voile.Resources.TextDataResource
- Voile.SceneGraph.SerializedScene
- Voile.Sound - Voile.Sound
- Voile.Systems.Particles.ParticleEmitterSettingsResource - Voile.Systems.Particles.ParticleEmitterSettingsResource
- Voile.Texture2d - Voile.Texture2d

View File

@@ -121,45 +121,6 @@ items:
name: IStreamKeyValueGetter name: IStreamKeyValueGetter
- uid: Voile.Resources.DataReaders.TomlDataReader - uid: Voile.Resources.DataReaders.TomlDataReader
name: TomlDataReader name: TomlDataReader
- uid: Voile.SceneGraph
name: Voile.SceneGraph
items:
- uid: Voile.SceneGraph.Camera2d
name: Camera2d
- uid: Voile.SceneGraph.CircleShape2d
name: CircleShape2d
- uid: Voile.SceneGraph.Drawable2d
name: Drawable2d
- uid: Voile.SceneGraph.Entity
name: Entity
- uid: Voile.SceneGraph.Entity2d
name: Entity2d
- uid: Voile.SceneGraph.EntityLayer
name: EntityLayer
- uid: Voile.SceneGraph.IDrawable
name: IDrawable
- uid: Voile.SceneGraph.IMainLoop
name: IMainLoop
- uid: Voile.SceneGraph.ImGuiController
name: ImGuiController
- uid: Voile.SceneGraph.ImGuiRenderLayer
name: ImGuiRenderLayer
- uid: Voile.SceneGraph.Layer
name: Layer
- uid: Voile.SceneGraph.RectangleShape2d
name: RectangleShape2d
- uid: Voile.SceneGraph.Scene
name: Scene
- uid: Voile.SceneGraph.SceneSettings
name: SceneSettings
- uid: Voile.SceneGraph.SerializedScene
name: SerializedScene
- uid: Voile.SceneGraph.SerializedSceneSaver
name: SerializedSceneSaver
- uid: Voile.SceneGraph.Sprite2d
name: Sprite2d
- uid: Voile.SceneGraph.Text2d
name: Text2d
- uid: Voile.Systems.Particles - uid: Voile.Systems.Particles
name: Voile.Systems.Particles name: Voile.Systems.Particles
items: items: