Worked on documentation but now I must rest
This commit is contained in:
@@ -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_Base.md&value=---%0Auid%3A%20Awperative.Base%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%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 "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
@@ -89,7 +89,7 @@
|
||||
|
||||
|
||||
<h1 id="Awperative_Base" data-uid="Awperative.Base" class="text-break">
|
||||
Class Base <a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Base.cs/#L13"><i class="bi bi-code-slash"></i></a>
|
||||
Class Base
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
@@ -233,7 +233,7 @@ Class Base <a class="header-action link-secondary" title="View source" href="ht
|
||||
|
||||
<h3 id="Awperative_Base_Draw_Microsoft_Xna_Framework_GameTime_" data-uid="Awperative.Base.Draw(Microsoft.Xna.Framework.GameTime)">
|
||||
Draw(GameTime)
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Base.cs/#L73"><i class="bi bi-code-slash"></i></a>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Draw() is called every frame; after Update(). Override Draw() in scripting tools to call from this event.</p>
|
||||
@@ -268,7 +268,7 @@ Class Base <a class="header-action link-secondary" title="View source" href="ht
|
||||
|
||||
<h3 id="Awperative_Base_EndRun" data-uid="Awperative.Base.EndRun">
|
||||
EndRun()
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Base.cs/#L86"><i class="bi bi-code-slash"></i></a>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>EndRun() is called if the program closes. Override Terminate() in scripting tools or use hooks to call from this event.</p>
|
||||
@@ -298,7 +298,7 @@ Class Base <a class="header-action link-secondary" title="View source" href="ht
|
||||
|
||||
<h3 id="Awperative_Base_Initialize" data-uid="Awperative.Base.Initialize">
|
||||
Initialize()
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Base.cs/#L32"><i class="bi bi-code-slash"></i></a>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Initialize() is called when the program starts. Goes before LoadContent(). And prepares the kernel for use.</p>
|
||||
@@ -328,7 +328,7 @@ Class Base <a class="header-action link-secondary" title="View source" href="ht
|
||||
|
||||
<h3 id="Awperative_Base_LoadContent" data-uid="Awperative.Base.LoadContent">
|
||||
LoadContent()
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Base.cs/#L47"><i class="bi bi-code-slash"></i></a>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>LoadContent() is called when the program starts; right after Initialize(). Override Load() in scripting tools or use hooks to call from this event.</p>
|
||||
@@ -358,7 +358,7 @@ Class Base <a class="header-action link-secondary" title="View source" href="ht
|
||||
|
||||
<h3 id="Awperative_Base_Update_Microsoft_Xna_Framework_GameTime_" data-uid="Awperative.Base.Update(Microsoft.Xna.Framework.GameTime)">
|
||||
Update(GameTime)
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Base.cs/#L60"><i class="bi bi-code-slash"></i></a>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Update() is called every frame; before Draw(). Override Update() in scripting tools to call from this event.</p>
|
||||
@@ -393,7 +393,6 @@ Class Base <a class="header-action link-secondary" title="View source" href="ht
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
<a href="https://github.com/BlazeyDotOrg/Awperative/blob/main/Awperative/Kernel/Overhead/Base.cs/#L13" class="edit-link">Edit this page</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user