Worked on documentation but now I must rest

This commit is contained in:
2026-02-09 23:13:16 -05:00
parent 221a768384
commit 04750ddd5a
46 changed files with 450 additions and 202 deletions

View File

@@ -16,7 +16,7 @@
<meta name="docfx:rel" content="../">
<meta name="docfx:docurl" content="https://github.com/BlazeyDotOrg/Awperative/new/main/apiSpec/new?filename=Awperative_Awperative.md&amp;value=---%0Auid%3A%20Awperative.Awperative%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
@@ -89,7 +89,7 @@
<h1 id="Awperative_Awperative" data-uid="Awperative.Awperative" class="text-break">
Class Awperative <a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Core.cs/#L16"><i class="bi bi-code-slash"></i></a>
Class Awperative
</h1>
<div class="facts text-secondary">
@@ -157,7 +157,7 @@ Class Awperative <a class="header-action link-secondary" title="View source" hr
<h3 id="Awperative_Awperative_Base" data-uid="Awperative.Awperative.Base">
Base
<a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Core.cs/#L24"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Bottom class of Awperative. Contains the MonoGame instance.</p>
@@ -189,7 +189,7 @@ Class Awperative <a class="header-action link-secondary" title="View source" hr
<h3 id="Awperative_Awperative_ContentManager" data-uid="Awperative.Awperative.ContentManager">
ContentManager
<a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Core.cs/#L47"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Handles loading content through MonoGame.</p>
@@ -221,7 +221,7 @@ Class Awperative <a class="header-action link-secondary" title="View source" hr
<h3 id="Awperative_Awperative_EventHooks" data-uid="Awperative.Awperative.EventHooks">
EventHooks
<a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Core.cs/#L64"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>List of all event hooks currently loaded in the kernel.</p>
@@ -253,7 +253,7 @@ Class Awperative <a class="header-action link-secondary" title="View source" hr
<h3 id="Awperative_Awperative_GraphicsDeviceManager" data-uid="Awperative.Awperative.GraphicsDeviceManager">
GraphicsDeviceManager
<a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Core.cs/#L33"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Handles graphics settings through MonoGame.</p>
@@ -285,7 +285,7 @@ Class Awperative <a class="header-action link-secondary" title="View source" hr
<h3 id="Awperative_Awperative_LoadedScenes" data-uid="Awperative.Awperative.LoadedScenes">
LoadedScenes
<a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Core.cs/#L56"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>List of all scenes currently loaded in the kernel.</p>
@@ -317,7 +317,7 @@ Class Awperative <a class="header-action link-secondary" title="View source" hr
<h3 id="Awperative_Awperative_SpriteBatch" data-uid="Awperative.Awperative.SpriteBatch">
SpriteBatch
<a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Core.cs/#L40"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Handles drawing sprites to the screen through MonoGame.</p>
@@ -353,7 +353,7 @@ Class Awperative <a class="header-action link-secondary" title="View source" hr
<h3 id="Awperative_Awperative_Start_System_Collections_Generic_List_Awperative_AwperativeHook__" data-uid="Awperative.Awperative.Start(System.Collections.Generic.List{Awperative.AwperativeHook})">
Start(List&lt;AwperativeHook&gt;)
<a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Core.cs/#L76"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Start() begins the game; and begins communication with all event hooks.</p>
@@ -389,7 +389,6 @@ Class Awperative <a class="header-action link-secondary" title="View source" hr
</article>
<div class="contribution d-print-none">
<a href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Core.cs/#L16" class="edit-link">Edit this page</a>
</div>