docs: regenerate

This commit is contained in:
goat 2021-04-07 20:41:53 +02:00
parent 3f2a0c6bfe
commit 0c8e15a39f
81 changed files with 3440 additions and 905 deletions

View file

@ -119,13 +119,13 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Dalamud__ctor_Dalamud_DalamudStartInfo_Serilog_Core_LoggingLevelSwitch_System_Threading_ManualResetEvent_.md&amp;value=---%0Auid%3A%20Dalamud.Dalamud.%23ctor(Dalamud.DalamudStartInfo%2CSerilog.Core.LoggingLevelSwitch%2CSystem.Threading.ManualResetEvent)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Dalamud__ctor_Dalamud_DalamudStartInfo_LoggingLevelSwitch_System_Threading_ManualResetEvent_.md&amp;value=---%0Auid%3A%20Dalamud.Dalamud.%23ctor(Dalamud.DalamudStartInfo%2CLoggingLevelSwitch%2CSystem.Threading.ManualResetEvent)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Dalamud.cs/#L42">View Source</a>
</span>
<a id="Dalamud_Dalamud__ctor_" data-uid="Dalamud.Dalamud.#ctor*"></a>
<h4 id="Dalamud_Dalamud__ctor_Dalamud_DalamudStartInfo_Serilog_Core_LoggingLevelSwitch_System_Threading_ManualResetEvent_" data-uid="Dalamud.Dalamud.#ctor(Dalamud.DalamudStartInfo,Serilog.Core.LoggingLevelSwitch,System.Threading.ManualResetEvent)">Dalamud(DalamudStartInfo, LoggingLevelSwitch, ManualResetEvent)</h4>
<h4 id="Dalamud_Dalamud__ctor_Dalamud_DalamudStartInfo_LoggingLevelSwitch_System_Threading_ManualResetEvent_" data-uid="Dalamud.Dalamud.#ctor(Dalamud.DalamudStartInfo,LoggingLevelSwitch,System.Threading.ManualResetEvent)">Dalamud(DalamudStartInfo, LoggingLevelSwitch, ManualResetEvent)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Dalamud.html">Dalamud</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
@ -150,7 +150,7 @@
</td>
</tr>
<tr>
<td><span class="xref">Serilog.Core.LoggingLevelSwitch</span></td>
<td><span class="xref">LoggingLevelSwitch</span></td>
<td><span class="parametername">loggingLevelSwitch</span></td>
<td><p>LoggingLevelSwitch to control Serilog level.</p>
</td>

View file

@ -193,7 +193,7 @@
</span>
<a id="Dalamud_Data_DataManager_Excel_" data-uid="Dalamud.Data.DataManager.Excel*"></a>
<h4 id="Dalamud_Data_DataManager_Excel" data-uid="Dalamud.Data.DataManager.Excel">Excel</h4>
<div class="markdown level1 summary"><p>Gets an <span class="xref">Lumina.Excel.ExcelModule</span> object which gives access to any of the game's sheet data.</p>
<div class="markdown level1 summary"><p>Gets an <see cref="!:ExcelModule"></see> object which gives access to any of the game's sheet data.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -210,7 +210,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.ExcelModule</span></td>
<td><span class="xref">ExcelModule</span></td>
<td></td>
</tr>
</tbody>
@ -354,7 +354,7 @@
</span>
<a id="Dalamud_Data_DataManager_GetExcelSheet_" data-uid="Dalamud.Data.DataManager.GetExcelSheet*"></a>
<h4 id="Dalamud_Data_DataManager_GetExcelSheet__1" data-uid="Dalamud.Data.DataManager.GetExcelSheet``1">GetExcelSheet&lt;T&gt;()</h4>
<div class="markdown level1 summary"><p>Get an <span class="xref">Lumina.Excel.ExcelSheet&lt;T&gt;</span> with the given Excel sheet row type.</p>
<div class="markdown level1 summary"><p>Get an <see cref="!:ExcelSheet&lt;T>"></see> with the given Excel sheet row type.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -372,8 +372,8 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.ExcelSheet</span>&lt;T&gt;</td>
<td><p>The <span class="xref">Lumina.Excel.ExcelSheet&lt;T&gt;</span>, giving access to game rows.</p>
<td><span class="xref">ExcelSheet</span>&lt;T&gt;</td>
<td><p>The <see cref="!:ExcelSheet&lt;T>"></see>, giving access to game rows.</p>
</td>
</tr>
</tbody>
@ -403,7 +403,7 @@
</span>
<a id="Dalamud_Data_DataManager_GetExcelSheet_" data-uid="Dalamud.Data.DataManager.GetExcelSheet*"></a>
<h4 id="Dalamud_Data_DataManager_GetExcelSheet__1_Dalamud_ClientLanguage_" data-uid="Dalamud.Data.DataManager.GetExcelSheet``1(Dalamud.ClientLanguage)">GetExcelSheet&lt;T&gt;(ClientLanguage)</h4>
<div class="markdown level1 summary"><p>Get an <span class="xref">Lumina.Excel.ExcelSheet&lt;T&gt;</span> with the given Excel sheet row type with a specified language.</p>
<div class="markdown level1 summary"><p>Get an <see cref="!:ExcelSheet&lt;T>"></see> with the given Excel sheet row type with a specified language.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -439,8 +439,8 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.ExcelSheet</span>&lt;T&gt;</td>
<td><p>The <span class="xref">Lumina.Excel.ExcelSheet&lt;T&gt;</span>, giving access to game rows.</p>
<td><span class="xref">ExcelSheet</span>&lt;T&gt;</td>
<td><p>The <see cref="!:ExcelSheet&lt;T>"></see>, giving access to game rows.</p>
</td>
</tr>
</tbody>
@ -470,7 +470,7 @@
</span>
<a id="Dalamud_Data_DataManager_GetFile_" data-uid="Dalamud.Data.DataManager.GetFile*"></a>
<h4 id="Dalamud_Data_DataManager_GetFile_System_String_" data-uid="Dalamud.Data.DataManager.GetFile(System.String)">GetFile(String)</h4>
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.FileResource</span> with the given path.</p>
<div class="markdown level1 summary"><p>Get a <see cref="!:FileResource"></see> with the given path.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -505,8 +505,8 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Data.FileResource</span></td>
<td><p>The <span class="xref">Lumina.Data.FileResource</span> of the file.</p>
<td><span class="xref">FileResource</span></td>
<td><p>The <see cref="!:FileResource"></see> of the file.</p>
</td>
</tr>
</tbody>
@ -520,7 +520,7 @@
</span>
<a id="Dalamud_Data_DataManager_GetFile_" data-uid="Dalamud.Data.DataManager.GetFile*"></a>
<h4 id="Dalamud_Data_DataManager_GetFile__1_System_String_" data-uid="Dalamud.Data.DataManager.GetFile``1(System.String)">GetFile&lt;T&gt;(String)</h4>
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.FileResource</span> with the given path, of the given type.</p>
<div class="markdown level1 summary"><p>Get a <see cref="!:FileResource"></see> with the given path, of the given type.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -557,7 +557,7 @@
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td><p>The <span class="xref">Lumina.Data.FileResource</span> of the file.</p>
<td><p>The <see cref="!:FileResource"></see> of the file.</p>
</td>
</tr>
</tbody>
@ -587,7 +587,7 @@
</span>
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
<h4 id="Dalamud_Data_DataManager_GetIcon_Dalamud_ClientLanguage_System_Int32_" data-uid="Dalamud.Data.DataManager.GetIcon(Dalamud.ClientLanguage,System.Int32)">GetIcon(ClientLanguage, Int32)</h4>
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon with the given ID, of the given language.</p>
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the icon with the given ID, of the given language.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -628,8 +628,8 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
<td><span class="xref">TexFile</span></td>
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
</td>
</tr>
</tbody>
@ -643,7 +643,7 @@
</span>
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
<h4 id="Dalamud_Data_DataManager_GetIcon_System_Int32_" data-uid="Dalamud.Data.DataManager.GetIcon(System.Int32)">GetIcon(Int32)</h4>
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon with the given ID.</p>
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the icon with the given ID.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -678,8 +678,8 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
<td><span class="xref">TexFile</span></td>
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
</td>
</tr>
</tbody>
@ -693,7 +693,7 @@
</span>
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
<h4 id="Dalamud_Data_DataManager_GetIcon_System_String_System_Int32_" data-uid="Dalamud.Data.DataManager.GetIcon(System.String,System.Int32)">GetIcon(String, Int32)</h4>
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon with the given ID, of the given type.</p>
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the icon with the given ID, of the given type.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -734,8 +734,8 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
<td><span class="xref">TexFile</span></td>
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
</td>
</tr>
</tbody>

View file

@ -73,7 +73,7 @@
<h1 id="Dalamud_Data_LuminaExtensions_TexFileExtensions" data-uid="Dalamud.Data.LuminaExtensions.TexFileExtensions" class="text-break">Class TexFileExtensions
</h1>
<div class="markdown level0 summary"><p>Extensions to <span class="xref">Lumina.Data.Files.TexFile</span>.</p>
<div class="markdown level0 summary"><p>Extensions to <see cref="!:TexFile"></see>.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
@ -115,13 +115,13 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_LuminaExtensions_TexFileExtensions_GetRgbaImageData_Lumina_Data_Files_TexFile_.md&amp;value=---%0Auid%3A%20Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData(Lumina.Data.Files.TexFile)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_LuminaExtensions_TexFileExtensions_GetRgbaImageData_TexFile_.md&amp;value=---%0Auid%3A%20Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData(TexFile)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/LuminaExtensions/TexFileExtensions.cs/#L16">View Source</a>
</span>
<a id="Dalamud_Data_LuminaExtensions_TexFileExtensions_GetRgbaImageData_" data-uid="Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData*"></a>
<h4 id="Dalamud_Data_LuminaExtensions_TexFileExtensions_GetRgbaImageData_Lumina_Data_Files_TexFile_" data-uid="Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData(Lumina.Data.Files.TexFile)">GetRgbaImageData(TexFile)</h4>
<h4 id="Dalamud_Data_LuminaExtensions_TexFileExtensions_GetRgbaImageData_TexFile_" data-uid="Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData(TexFile)">GetRgbaImageData(TexFile)</h4>
<div class="markdown level1 summary"><p>Returns the image data formatted for <a class="xref" href="ImGuiScene.RawDX11Scene.html#ImGuiScene_RawDX11Scene_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_">LoadImageRaw(Byte[], Int32, Int32, Int32)</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
@ -140,7 +140,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
<td><span class="xref">TexFile</span></td>
<td><span class="parametername">texFile</span></td>
<td><p>The TexFile to format.</p>
</td>

View file

@ -78,7 +78,7 @@
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Dalamud.Data.LuminaExtensions.TexFileExtensions.html">TexFileExtensions</a></h4>
<section><p>Extensions to <span class="xref">Lumina.Data.Files.TexFile</span>.</p>
<section><p>Extensions to <see cref="!:TexFile"></see>.</p>
</section>
</article>
</div>

View file

@ -78,48 +78,13 @@
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">Lumina.Excel.ExcelRow</span></div>
<div class="level2"><span class="xref">Completion</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">Lumina.Excel.ExcelRow.GetDefaultColumnValue()</span>
</div>
<div>
<span class="xref">Lumina.Excel.ExcelRow.ToString()</span>
</div>
<div>
<span class="xref">Lumina.Excel.ExcelRow.SheetName</span>
</div>
<div>
<span class="xref">Lumina.Excel.ExcelRow.SheetLanguage</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div class="level1"><span class="xref">Completion</span></div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Data.TransientSheet.html">Dalamud.Data.TransientSheet</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Data_TransientSheet_Completion_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[Obsolete(&quot;This sheet is transient and will be removed soon.&quot;)]
[Sheet(&quot;Completion&quot;, 778851747U)]
public class Completion : ExcelRow</code></pre>
</div>
<h3 id="fields">Fields
@ -335,13 +300,13 @@ public class Completion : ExcelRow</code></pre>
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_TransientSheet_Completion_PopulateData_Lumina_Excel_RowParser_Lumina_GameData_Lumina_Data_Language_.md&amp;value=---%0Auid%3A%20Dalamud.Data.TransientSheet.Completion.PopulateData(Lumina.Excel.RowParser%2CLumina.GameData%2CLumina.Data.Language)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_TransientSheet_Completion_PopulateData_RowParser_GameData_Language_.md&amp;value=---%0Auid%3A%20Dalamud.Data.TransientSheet.Completion.PopulateData(RowParser%2CGameData%2CLanguage)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/TransientSheet/Completion.cs/#L34">View Source</a>
</span>
<a id="Dalamud_Data_TransientSheet_Completion_PopulateData_" data-uid="Dalamud.Data.TransientSheet.Completion.PopulateData*"></a>
<h4 id="Dalamud_Data_TransientSheet_Completion_PopulateData_Lumina_Excel_RowParser_Lumina_GameData_Lumina_Data_Language_" data-uid="Dalamud.Data.TransientSheet.Completion.PopulateData(Lumina.Excel.RowParser,Lumina.GameData,Lumina.Data.Language)">PopulateData(RowParser, GameData, Language)</h4>
<h4 id="Dalamud_Data_TransientSheet_Completion_PopulateData_RowParser_GameData_Language_" data-uid="Dalamud.Data.TransientSheet.Completion.PopulateData(RowParser,GameData,Language)">PopulateData(RowParser, GameData, Language)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -359,17 +324,17 @@ public class Completion : ExcelRow</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.RowParser</span></td>
<td><span class="xref">RowParser</span></td>
<td><span class="parametername">parser</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">Lumina.GameData</span></td>
<td><span class="xref">GameData</span></td>
<td><span class="parametername">lumina</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">Lumina.Data.Language</span></td>
<td><span class="xref">Language</span></td>
<td><span class="parametername">language</span></td>
<td></td>
</tr>

View file

@ -78,48 +78,13 @@
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">Lumina.Excel.ExcelRow</span></div>
<div class="level2"><span class="xref">PetMirage</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">Lumina.Excel.ExcelRow.GetDefaultColumnValue()</span>
</div>
<div>
<span class="xref">Lumina.Excel.ExcelRow.ToString()</span>
</div>
<div>
<span class="xref">Lumina.Excel.ExcelRow.SheetName</span>
</div>
<div>
<span class="xref">Lumina.Excel.ExcelRow.SheetLanguage</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div class="level1"><span class="xref">PetMirage</span></div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Data.TransientSheet.html">Dalamud.Data.TransientSheet</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Data_TransientSheet_PetMirage_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[Obsolete(&quot;This sheet is transient and will be removed soon.&quot;)]
[Sheet(&quot;PetMirage&quot;, 1912998129U)]
public class PetMirage : ExcelRow</code></pre>
</div>
<h3 id="fields">Fields
@ -2017,13 +1982,13 @@ public class PetMirage : ExcelRow</code></pre>
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_TransientSheet_PetMirage_PopulateData_Lumina_Excel_RowParser_Lumina_GameData_Lumina_Data_Language_.md&amp;value=---%0Auid%3A%20Dalamud.Data.TransientSheet.PetMirage.PopulateData(Lumina.Excel.RowParser%2CLumina.GameData%2CLumina.Data.Language)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_TransientSheet_PetMirage_PopulateData_RowParser_GameData_Language_.md&amp;value=---%0Auid%3A%20Dalamud.Data.TransientSheet.PetMirage.PopulateData(RowParser%2CGameData%2CLanguage)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/TransientSheet/PetMirage.cs/#L208">View Source</a>
</span>
<a id="Dalamud_Data_TransientSheet_PetMirage_PopulateData_" data-uid="Dalamud.Data.TransientSheet.PetMirage.PopulateData*"></a>
<h4 id="Dalamud_Data_TransientSheet_PetMirage_PopulateData_Lumina_Excel_RowParser_Lumina_GameData_Lumina_Data_Language_" data-uid="Dalamud.Data.TransientSheet.PetMirage.PopulateData(Lumina.Excel.RowParser,Lumina.GameData,Lumina.Data.Language)">PopulateData(RowParser, GameData, Language)</h4>
<h4 id="Dalamud_Data_TransientSheet_PetMirage_PopulateData_RowParser_GameData_Language_" data-uid="Dalamud.Data.TransientSheet.PetMirage.PopulateData(RowParser,GameData,Language)">PopulateData(RowParser, GameData, Language)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -2041,17 +2006,17 @@ public class PetMirage : ExcelRow</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.RowParser</span></td>
<td><span class="xref">RowParser</span></td>
<td><span class="parametername">parser</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">Lumina.GameData</span></td>
<td><span class="xref">GameData</span></td>
<td><span class="parametername">lumina</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">Lumina.Data.Language</span></td>
<td><span class="xref">Language</span></td>
<td><span class="parametername">language</span></td>
<td></td>
</tr>

View file

@ -81,34 +81,6 @@
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">EntryPoint</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">EasyHook.IEntryPoint</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.html">Dalamud</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_EntryPoint_syntax">Syntax</h5>
@ -119,13 +91,13 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint__ctor_EasyHook_RemoteHooking_IContext_Dalamud_DalamudStartInfo_.md&amp;value=---%0Auid%3A%20Dalamud.EntryPoint.%23ctor(EasyHook.RemoteHooking.IContext%2CDalamud.DalamudStartInfo)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint__ctor_RemoteHooking_IContext_Dalamud_DalamudStartInfo_.md&amp;value=---%0Auid%3A%20Dalamud.EntryPoint.%23ctor(RemoteHooking.IContext%2CDalamud.DalamudStartInfo)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L25">View Source</a>
</span>
<a id="Dalamud_EntryPoint__ctor_" data-uid="Dalamud.EntryPoint.#ctor*"></a>
<h4 id="Dalamud_EntryPoint__ctor_EasyHook_RemoteHooking_IContext_Dalamud_DalamudStartInfo_" data-uid="Dalamud.EntryPoint.#ctor(EasyHook.RemoteHooking.IContext,Dalamud.DalamudStartInfo)">EntryPoint(RemoteHooking.IContext, DalamudStartInfo)</h4>
<h4 id="Dalamud_EntryPoint__ctor_RemoteHooking_IContext_Dalamud_DalamudStartInfo_" data-uid="Dalamud.EntryPoint.#ctor(RemoteHooking.IContext,Dalamud.DalamudStartInfo)">EntryPoint(RemoteHooking.IContext, DalamudStartInfo)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.EntryPoint.html">EntryPoint</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
@ -144,9 +116,9 @@
</thead>
<tbody>
<tr>
<td><span class="xref">EasyHook.RemoteHooking.IContext</span></td>
<td><span class="xref">RemoteHooking.IContext</span></td>
<td><span class="parametername">ctx</span></td>
<td><p>The <span class="xref">EasyHook.RemoteHooking.IContext</span> used to load the DLL.</p>
<td><p>The <see cref="!:RemoteHooking.IContext"></see> used to load the DLL.</p>
</td>
</tr>
<tr>
@ -161,13 +133,13 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_Run_EasyHook_RemoteHooking_IContext_Dalamud_DalamudStartInfo_.md&amp;value=---%0Auid%3A%20Dalamud.EntryPoint.Run(EasyHook.RemoteHooking.IContext%2CDalamud.DalamudStartInfo)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_Run_RemoteHooking_IContext_Dalamud_DalamudStartInfo_.md&amp;value=---%0Auid%3A%20Dalamud.EntryPoint.Run(RemoteHooking.IContext%2CDalamud.DalamudStartInfo)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L35">View Source</a>
</span>
<a id="Dalamud_EntryPoint_Run_" data-uid="Dalamud.EntryPoint.Run*"></a>
<h4 id="Dalamud_EntryPoint_Run_EasyHook_RemoteHooking_IContext_Dalamud_DalamudStartInfo_" data-uid="Dalamud.EntryPoint.Run(EasyHook.RemoteHooking.IContext,Dalamud.DalamudStartInfo)">Run(RemoteHooking.IContext, DalamudStartInfo)</h4>
<h4 id="Dalamud_EntryPoint_Run_RemoteHooking_IContext_Dalamud_DalamudStartInfo_" data-uid="Dalamud.EntryPoint.Run(RemoteHooking.IContext,Dalamud.DalamudStartInfo)">Run(RemoteHooking.IContext, DalamudStartInfo)</h4>
<div class="markdown level1 summary"><p>Initialize all Dalamud subsystems and start running on the main thread.</p>
</div>
<div class="markdown level1 conceptual"></div>
@ -186,9 +158,9 @@
</thead>
<tbody>
<tr>
<td><span class="xref">EasyHook.RemoteHooking.IContext</span></td>
<td><span class="xref">RemoteHooking.IContext</span></td>
<td><span class="parametername">ctx</span></td>
<td><p>The <span class="xref">EasyHook.RemoteHooking.IContext</span> used to load the DLL.</p>
<td><p>The <see cref="!:RemoteHooking.IContext"></see> used to load the DLL.</p>
</td>
</tr>
<tr>
@ -199,10 +171,6 @@
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">EasyHook.IEntryPoint</span>
</div>
</article>
</div>

View file

@ -176,8 +176,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[CanBeNull]
public Actor this[int index] { get; }</code></pre>
<pre><code class="lang-csharp hljs">public Actor this[int index] { get; }</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">

View file

@ -201,13 +201,13 @@
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Actors/Position3.cs/#L20">View Source</a>
</span>
<a id="Dalamud_Game_ClientState_Actors_Position3_op_Implicit_" data-uid="Dalamud.Game.ClientState.Actors.Position3.op_Implicit*"></a>
<h4 id="Dalamud_Game_ClientState_Actors_Position3_op_Implicit_Dalamud_Game_ClientState_Actors_Position3__SharpDX_Vector3" data-uid="Dalamud.Game.ClientState.Actors.Position3.op_Implicit(Dalamud.Game.ClientState.Actors.Position3)~SharpDX.Vector3">Implicit(Position3 to Vector3)</h4>
<h4 id="Dalamud_Game_ClientState_Actors_Position3_op_Implicit_Dalamud_Game_ClientState_Actors_Position3__SharpDX_Vector3" data-uid="Dalamud.Game.ClientState.Actors.Position3.op_Implicit(Dalamud.Game.ClientState.Actors.Position3)~SharpDX.Vector3">Implicit(Position3 to SharpDX.Vector3)</h4>
<div class="markdown level1 summary"><p>Convert this Position3 to a SharpDX.Vector3</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator Vector3(Position3 pos)</code></pre>
<pre><code class="lang-csharp hljs">public static implicit operator SharpDX.Vector3(Position3 pos)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">

View file

@ -204,7 +204,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ClassJob GameData { get; }</code></pre>
<pre><code class="lang-csharp hljs">public Lumina.Excel.GeneratedSheets.ClassJob GameData { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">

View file

@ -204,7 +204,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public World GameData { get; }</code></pre>
<pre><code class="lang-csharp hljs">public Lumina.Excel.GeneratedSheets.World GameData { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">

View file

@ -513,8 +513,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[CanBeNull]
public PlayerCharacter LocalPlayer { get; }</code></pre>
<pre><code class="lang-csharp hljs">public PlayerCharacter LocalPlayer { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -590,7 +589,7 @@ public PlayerCharacter LocalPlayer { get; }</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">System.EventHandler</span>&lt;<span class="xref">Lumina.Excel.GeneratedSheets.ContentFinderCondition</span>&gt;</td>
<td><span class="xref">System.EventHandler</span>&lt;<span class="xref">ContentFinderCondition</span>&gt;</td>
<td></td>
</tr>
</tbody>

View file

@ -107,7 +107,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_GetBaseUIObjectDelegate.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.GetBaseUIObjectDelegate%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L62" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L67" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -121,7 +121,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui__ctor_System_IntPtr_Dalamud_Game_SigScanner_Dalamud_Dalamud_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.%23ctor(System.IntPtr%2CDalamud.Game.SigScanner%2CDalamud.Dalamud)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L98">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L106">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui__ctor_" data-uid="Dalamud.Game.Internal.Gui.GameGui.#ctor*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui__ctor_System_IntPtr_Dalamud_Game_SigScanner_Dalamud_Dalamud_" data-uid="Dalamud.Game.Internal.Gui.GameGui.#ctor(System.IntPtr,Dalamud.Game.SigScanner,Dalamud.Dalamud)">GameGui(IntPtr, SigScanner, Dalamud)</h4>
@ -165,7 +165,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_GetBaseUIObject.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.GetBaseUIObject%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L64">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L69">View Source</a>
</span>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_GetBaseUIObject" data-uid="Dalamud.Game.Internal.Gui.GameGui.GetBaseUIObject">GetBaseUIObject</h4>
<div class="markdown level1 summary"></div>
@ -196,7 +196,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_Chat.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.Chat%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L13">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L17">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_Chat_" data-uid="Dalamud.Game.Internal.Gui.GameGui.Chat*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_Chat" data-uid="Dalamud.Game.Internal.Gui.GameGui.Chat">Chat</h4>
@ -226,7 +226,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_GameUiHidden.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.GameUiHidden%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L70">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L78">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_GameUiHidden_" data-uid="Dalamud.Game.Internal.Gui.GameGui.GameUiHidden*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_GameUiHidden" data-uid="Dalamud.Game.Internal.Gui.GameGui.GameUiHidden">GameUiHidden</h4>
@ -256,7 +256,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_HoveredAction.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.HoveredAction%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L86">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L94">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_HoveredAction_" data-uid="Dalamud.Game.Internal.Gui.GameGui.HoveredAction*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_HoveredAction" data-uid="Dalamud.Game.Internal.Gui.GameGui.HoveredAction">HoveredAction</h4>
@ -287,7 +287,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_HoveredActionChanged.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.HoveredActionChanged%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L96">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L104">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_HoveredActionChanged_" data-uid="Dalamud.Game.Internal.Gui.GameGui.HoveredActionChanged*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_HoveredActionChanged" data-uid="Dalamud.Game.Internal.Gui.GameGui.HoveredActionChanged">HoveredActionChanged</h4>
@ -318,7 +318,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_HoveredItem.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.HoveredItem%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L81">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L89">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_HoveredItem_" data-uid="Dalamud.Game.Internal.Gui.GameGui.HoveredItem*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_HoveredItem" data-uid="Dalamud.Game.Internal.Gui.GameGui.HoveredItem">HoveredItem</h4>
@ -350,7 +350,7 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_HoveredItemChanged.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.HoveredItemChanged%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L91">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L99">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_HoveredItemChanged_" data-uid="Dalamud.Game.Internal.Gui.GameGui.HoveredItemChanged*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_HoveredItemChanged" data-uid="Dalamud.Game.Internal.Gui.GameGui.HoveredItemChanged">HoveredItemChanged</h4>
@ -381,7 +381,7 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_PartyFinder.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.PartyFinder%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L14">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L18">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_PartyFinder_" data-uid="Dalamud.Game.Internal.Gui.GameGui.PartyFinder*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_PartyFinder" data-uid="Dalamud.Game.Internal.Gui.GameGui.PartyFinder">PartyFinder</h4>
@ -406,6 +406,36 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_Toast.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.Toast%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L19">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_Toast_" data-uid="Dalamud.Game.Internal.Gui.GameGui.Toast*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_Toast" data-uid="Dalamud.Game.Internal.Gui.GameGui.Toast">Toast</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ToastGui Toast { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.ToastGui.html">ToastGui</a></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
@ -413,7 +443,7 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_Dispose.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L447">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L471">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_Dispose_" data-uid="Dalamud.Game.Internal.Gui.GameGui.Dispose*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_Dispose" data-uid="Dalamud.Game.Internal.Gui.GameGui.Dispose">Dispose()</h4>
@ -428,7 +458,7 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_Enable.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.Enable%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L436">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L459">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_Enable_" data-uid="Dalamud.Game.Internal.Gui.GameGui.Enable*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_Enable" data-uid="Dalamud.Game.Internal.Gui.GameGui.Enable">Enable()</h4>
@ -443,7 +473,7 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_GetAddonByName_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.GetAddonByName(System.String%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L427">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L450">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_GetAddonByName_" data-uid="Dalamud.Game.Internal.Gui.GameGui.GetAddonByName*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_GetAddonByName_System_String_System_Int32_" data-uid="Dalamud.Game.Internal.Gui.GameGui.GetAddonByName(System.String,System.Int32)">GetAddonByName(String, Int32)</h4>
@ -490,12 +520,44 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_GetUIModule.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.GetUIModule%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L431">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_GetUIModule_" data-uid="Dalamud.Game.Internal.Gui.GameGui.GetUIModule*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_GetUIModule" data-uid="Dalamud.Game.Internal.Gui.GameGui.GetUIModule">GetUIModule()</h4>
<div class="markdown level1 summary"><p>Gets a pointer to the game's UI module.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr GetUIModule()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><p>IntPtr pointing to UI module</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_GetUiObjectByName_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.GetUiObjectByName(System.String%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L419">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L442">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_GetUiObjectByName_" data-uid="Dalamud.Game.Internal.Gui.GameGui.GetUiObjectByName*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_GetUiObjectByName_System_String_System_Int32_" data-uid="Dalamud.Game.Internal.Gui.GameGui.GetUiObjectByName(System.String,System.Int32)">GetUiObjectByName(String, Int32)</h4>
@ -551,7 +613,7 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_OpenMapWithMapLink_Dalamud_Game_Text_SeStringHandling_Payloads_MapLinkPayload_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.OpenMapWithMapLink(Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L250">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L264">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_OpenMapWithMapLink_" data-uid="Dalamud.Game.Internal.Gui.GameGui.OpenMapWithMapLink*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_OpenMapWithMapLink_Dalamud_Game_Text_SeStringHandling_Payloads_MapLinkPayload_" data-uid="Dalamud.Game.Internal.Gui.GameGui.OpenMapWithMapLink(Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload)">OpenMapWithMapLink(MapLinkPayload)</h4>
@ -598,13 +660,13 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_ScreenToWorld_SharpDX_Vector2_SharpDX_Vector3__System_Single_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld(SharpDX.Vector2%2CSharpDX.Vector3%40%2CSystem.Single)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_ScreenToWorld_Vector2_Vector3__System_Single_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld(Vector2%2CVector3%40%2CSystem.Single)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L324">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L338">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_ScreenToWorld_" data-uid="Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_ScreenToWorld_SharpDX_Vector2_SharpDX_Vector3__System_Single_" data-uid="Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld(SharpDX.Vector2,SharpDX.Vector3@,System.Single)">ScreenToWorld(Vector2, out Vector3, Single)</h4>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_ScreenToWorld_Vector2_Vector3__System_Single_" data-uid="Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld(Vector2,Vector3@,System.Single)">ScreenToWorld(Vector2, out Vector3, Single)</h4>
<div class="markdown level1 summary"><p>Converts screen coordinates to in-world coordinates via raycasting.</p>
</div>
<div class="markdown level1 conceptual"></div>
@ -623,13 +685,13 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
</thead>
<tbody>
<tr>
<td><span class="xref">SharpDX.Vector2</span></td>
<td><span class="xref">Vector2</span></td>
<td><span class="parametername">screenPos</span></td>
<td><p>Screen coordinates</p>
</td>
</tr>
<tr>
<td><span class="xref">SharpDX.Vector3</span></td>
<td><span class="xref">Vector3</span></td>
<td><span class="parametername">worldPos</span></td>
<td><p>Converted coordinates</p>
</td>
@ -663,7 +725,7 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_SetBgm_System_UInt16_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.SetBgm(System.UInt16)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L434">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L457">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_SetBgm_" data-uid="Dalamud.Game.Internal.Gui.GameGui.SetBgm*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_SetBgm_System_UInt16_" data-uid="Dalamud.Game.Internal.Gui.GameGui.SetBgm(System.UInt16)">SetBgm(UInt16)</h4>
@ -692,13 +754,13 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_WorldToScreen_SharpDX_Vector3_SharpDX_Vector2__.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.WorldToScreen(SharpDX.Vector3%2CSharpDX.Vector2%40)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_WorldToScreen_Vector3_Vector2__.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.WorldToScreen(Vector3%2CVector2%40)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L285">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L299">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_GameGui_WorldToScreen_" data-uid="Dalamud.Game.Internal.Gui.GameGui.WorldToScreen*"></a>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_WorldToScreen_SharpDX_Vector3_SharpDX_Vector2__" data-uid="Dalamud.Game.Internal.Gui.GameGui.WorldToScreen(SharpDX.Vector3,SharpDX.Vector2@)">WorldToScreen(Vector3, out Vector2)</h4>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_WorldToScreen_Vector3_Vector2__" data-uid="Dalamud.Game.Internal.Gui.GameGui.WorldToScreen(Vector3,Vector2@)">WorldToScreen(Vector3, out Vector2)</h4>
<div class="markdown level1 summary"><p>Converts in-world coordinates to screen coordinates (upper left corner origin).</p>
</div>
<div class="markdown level1 conceptual"></div>
@ -717,13 +779,13 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
</thead>
<tbody>
<tr>
<td><span class="xref">SharpDX.Vector3</span></td>
<td><span class="xref">Vector3</span></td>
<td><span class="parametername">worldPos</span></td>
<td><p>Coordinates in the world</p>
</td>
</tr>
<tr>
<td><span class="xref">SharpDX.Vector2</span></td>
<td><span class="xref">Vector2</span></td>
<td><span class="parametername">screenPos</span></td>
<td><p>Converted coordinates</p>
</td>
@ -753,7 +815,7 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui_OnUiHideToggled.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui.OnUiHideToggled%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L75">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L83">View Source</a>
</span>
<h4 id="Dalamud_Game_Internal_Gui_GameGui_OnUiHideToggled" data-uid="Dalamud.Game.Internal.Gui.GameGui.OnUiHideToggled">OnUiHideToggled</h4>
<div class="markdown level1 summary"><p>Event which is fired when the game UI hiding is toggled.</p>
@ -793,7 +855,7 @@ If &gt; 1.000.000, subtract 1.000.000 and treat it as HQ</p>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_GameGui.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.GameGui%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L10" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/GameGui.cs/#L11" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -162,7 +162,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.GeneratedSheets.ClassJob</span></td>
<td><span class="xref">ClassJob</span></td>
<td><p>A ClassJob if found or null if not</p>
</td>
</tr>

View file

@ -231,7 +231,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.Lazy</span>&lt;<span class="xref">Lumina.Excel.GeneratedSheets.World</span>&gt;</td>
<td><span class="xref">System.Lazy</span>&lt;<span class="xref">World</span>&gt;</td>
<td></td>
</tr>
</tbody>
@ -293,7 +293,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.Lazy</span>&lt;<span class="xref">Lumina.Excel.GeneratedSheets.ContentFinderCondition</span>&gt;</td>
<td><span class="xref">System.Lazy</span>&lt;<span class="xref">ContentFinderCondition</span>&gt;</td>
<td></td>
</tr>
</tbody>
@ -386,7 +386,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.Lazy</span>&lt;<span class="xref">Lumina.Excel.GeneratedSheets.World</span>&gt;</td>
<td><span class="xref">System.Lazy</span>&lt;<span class="xref">World</span>&gt;</td>
<td></td>
</tr>
</tbody>
@ -683,7 +683,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IReadOnlyCollection</span>&lt;<span class="xref">System.Lazy</span>&lt;<span class="xref">Lumina.Excel.GeneratedSheets.ClassJob</span>&gt;&gt;</td>
<td><span class="xref">System.Collections.Generic.IReadOnlyCollection</span>&lt;<span class="xref">System.Lazy</span>&lt;<span class="xref">ClassJob</span>&gt;&gt;</td>
<td></td>
</tr>
</tbody>
@ -1057,7 +1057,7 @@ fills or the host ends it early.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Lazy</span>&lt;<span class="xref">Lumina.Excel.GeneratedSheets.World</span>&gt;</td>
<td><span class="xref">System.Lazy</span>&lt;<span class="xref">World</span>&gt;</td>
<td></td>
</tr>
</tbody>

View file

@ -0,0 +1,283 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class QuestToastOptions
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class QuestToastOptions
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions">
<h1 id="Dalamud_Game_Internal_Gui_Toast_QuestToastOptions" data-uid="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions" class="text-break">Class QuestToastOptions
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">QuestToastOptions</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Internal.Gui.Toast.html">Dalamud.Game.Internal.Gui.Toast</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class QuestToastOptions</code></pre>
</div>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_DisplayCheckmark.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.DisplayCheckmark%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/Toast/QuestToastOptions.cs/#L20">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_DisplayCheckmark_" data-uid="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.DisplayCheckmark*"></a>
<h4 id="Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_DisplayCheckmark" data-uid="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.DisplayCheckmark">DisplayCheckmark</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the toast will show a checkmark after appearing.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool DisplayCheckmark { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_IconId.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.IconId%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/Toast/QuestToastOptions.cs/#L15">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_IconId_" data-uid="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.IconId*"></a>
<h4 id="Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_IconId" data-uid="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.IconId">IconId</h4>
<div class="markdown level1 summary"><p>Gets or sets the ID of the icon that will appear in the toast.</p>
<p>This may be 0 for no icon.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public uint IconId { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_PlaySound.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.PlaySound%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/Toast/QuestToastOptions.cs/#L27">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_PlaySound_" data-uid="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.PlaySound*"></a>
<h4 id="Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_PlaySound" data-uid="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.PlaySound">PlaySound</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the toast will play a completion sound.</p>
<p>This only works if <a class="xref" href="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html#Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_IconId">IconId</a> is non-zero or <a class="xref" href="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html#Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_DisplayCheckmark">DisplayCheckmark</a> is true.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool PlaySound { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_Position.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.Position%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/Toast/QuestToastOptions.cs/#L8">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_Position_" data-uid="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.Position*"></a>
<h4 id="Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_Position" data-uid="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.Position">Position</h4>
<div class="markdown level1 summary"><p>Gets or sets the position of the toast on the screen.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public QuestToastPosition Position { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.html">QuestToastPosition</a></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_Toast_QuestToastOptions.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.Toast.QuestToastOptions%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/Toast/QuestToastOptions.cs/#L3" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,154 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Enum QuestToastPosition
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Enum QuestToastPosition
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.Game.Internal.Gui.Toast.QuestToastPosition">
<h1 id="Dalamud_Game_Internal_Gui_Toast_QuestToastPosition" data-uid="Dalamud.Game.Internal.Gui.Toast.QuestToastPosition" class="text-break">Enum QuestToastPosition
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Internal.Gui.Toast.html">Dalamud.Game.Internal.Gui.Toast</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Game_Internal_Gui_Toast_QuestToastPosition_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public enum QuestToastPosition</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<thead>
<tbody>
<tr>
<td id="Dalamud_Game_Internal_Gui_Toast_QuestToastPosition_Centre">Centre</td>
<td></td>
</tr>
<tr>
<td id="Dalamud_Game_Internal_Gui_Toast_QuestToastPosition_Left">Left</td>
<td></td>
</tr>
<tr>
<td id="Dalamud_Game_Internal_Gui_Toast_QuestToastPosition_Right">Right</td>
<td></td>
</tr>
</tbody>
</thead></thead></table>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="Dalamud.Game.Text.EnumExtensions.html#Dalamud_Game_Text_EnumExtensions_GetAttribute__1_System_Enum_">EnumExtensions.GetAttribute&lt;TAttribute&gt;()</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_Toast_QuestToastPosition.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.Toast.QuestToastPosition%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/Toast/QuestToastPosition.cs/#L3" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,219 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class ToastOptions
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ToastOptions
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.Game.Internal.Gui.Toast.ToastOptions">
<h1 id="Dalamud_Game_Internal_Gui_Toast_ToastOptions" data-uid="Dalamud.Game.Internal.Gui.Toast.ToastOptions" class="text-break">Class ToastOptions
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">ToastOptions</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Internal.Gui.Toast.html">Dalamud.Game.Internal.Gui.Toast</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Game_Internal_Gui_Toast_ToastOptions_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class ToastOptions</code></pre>
</div>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_Toast_ToastOptions_Position.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.Toast.ToastOptions.Position%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/Toast/ToastOptions.cs/#L8">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_Toast_ToastOptions_Position_" data-uid="Dalamud.Game.Internal.Gui.Toast.ToastOptions.Position*"></a>
<h4 id="Dalamud_Game_Internal_Gui_Toast_ToastOptions_Position" data-uid="Dalamud.Game.Internal.Gui.Toast.ToastOptions.Position">Position</h4>
<div class="markdown level1 summary"><p>Gets or sets the position of the toast on the screen.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ToastPosition Position { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.ToastPosition.html">ToastPosition</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_Toast_ToastOptions_Speed.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.Toast.ToastOptions.Speed%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/Toast/ToastOptions.cs/#L13">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_Toast_ToastOptions_Speed_" data-uid="Dalamud.Game.Internal.Gui.Toast.ToastOptions.Speed*"></a>
<h4 id="Dalamud_Game_Internal_Gui_Toast_ToastOptions_Speed" data-uid="Dalamud.Game.Internal.Gui.Toast.ToastOptions.Speed">Speed</h4>
<div class="markdown level1 summary"><p>Gets or sets the speed of the toast.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ToastSpeed Speed { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.ToastSpeed.html">ToastSpeed</a></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_Toast_ToastOptions.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.Toast.ToastOptions%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/Toast/ToastOptions.cs/#L3" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,150 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Enum ToastPosition
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Enum ToastPosition
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.Game.Internal.Gui.Toast.ToastPosition">
<h1 id="Dalamud_Game_Internal_Gui_Toast_ToastPosition" data-uid="Dalamud.Game.Internal.Gui.Toast.ToastPosition" class="text-break">Enum ToastPosition
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Internal.Gui.Toast.html">Dalamud.Game.Internal.Gui.Toast</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Game_Internal_Gui_Toast_ToastPosition_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public enum ToastPosition : byte</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<thead>
<tbody>
<tr>
<td id="Dalamud_Game_Internal_Gui_Toast_ToastPosition_Bottom">Bottom</td>
<td></td>
</tr>
<tr>
<td id="Dalamud_Game_Internal_Gui_Toast_ToastPosition_Top">Top</td>
<td></td>
</tr>
</tbody>
</thead></thead></table>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="Dalamud.Game.Text.EnumExtensions.html#Dalamud_Game_Text_EnumExtensions_GetAttribute__1_System_Enum_">EnumExtensions.GetAttribute&lt;TAttribute&gt;()</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_Toast_ToastPosition.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.Toast.ToastPosition%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/Toast/ToastPosition.cs/#L3" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,152 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Enum ToastSpeed
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Enum ToastSpeed
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.Game.Internal.Gui.Toast.ToastSpeed">
<h1 id="Dalamud_Game_Internal_Gui_Toast_ToastSpeed" data-uid="Dalamud.Game.Internal.Gui.Toast.ToastSpeed" class="text-break">Enum ToastSpeed
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Internal.Gui.Toast.html">Dalamud.Game.Internal.Gui.Toast</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Game_Internal_Gui_Toast_ToastSpeed_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public enum ToastSpeed : byte</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<thead>
<tbody>
<tr>
<td id="Dalamud_Game_Internal_Gui_Toast_ToastSpeed_Fast">Fast</td>
<td><p>The toast will disappear more quickly (around two seconds).</p>
</td>
</tr>
<tr>
<td id="Dalamud_Game_Internal_Gui_Toast_ToastSpeed_Slow">Slow</td>
<td><p>The toast will take longer to disappear (around four seconds).</p>
</td>
</tr>
</tbody>
</thead></thead></table>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="Dalamud.Game.Text.EnumExtensions.html#Dalamud_Game_Text_EnumExtensions_GetAttribute__1_System_Enum_">EnumExtensions.GetAttribute&lt;TAttribute&gt;()</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_Toast_ToastSpeed.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.Toast.ToastSpeed%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/Toast/ToastSpeed.cs/#L3" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,128 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Dalamud.Game.Internal.Gui.Toast
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Dalamud.Game.Internal.Gui.Toast
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.Game.Internal.Gui.Toast">
<h1 id="Dalamud_Game_Internal_Gui_Toast" data-uid="Dalamud.Game.Internal.Gui.Toast" class="text-break">Namespace Dalamud.Game.Internal.Gui.Toast
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html">QuestToastOptions</a></h4>
<section></section>
<h4><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.ToastOptions.html">ToastOptions</a></h4>
<section></section>
<h3 id="enums">Enums
</h3>
<h4><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.html">QuestToastPosition</a></h4>
<section></section>
<h4><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.ToastPosition.html">ToastPosition</a></h4>
<section></section>
<h4><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.ToastSpeed.html">ToastSpeed</a></h4>
<section></section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,148 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Delegate ToastGui.OnErrorToastDelegate
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Delegate ToastGui.OnErrorToastDelegate
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate">
<h1 id="Dalamud_Game_Internal_Gui_ToastGui_OnErrorToastDelegate" data-uid="Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate" class="text-break">Delegate ToastGui.OnErrorToastDelegate
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Internal.Gui.html">Dalamud.Game.Internal.Gui</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Game_Internal_Gui_ToastGui_OnErrorToastDelegate_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public delegate void OnErrorToastDelegate(ref SeString message, ref bool isHandled);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
<td><span class="parametername">message</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">isHandled</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_OnErrorToastDelegate.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L21" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,153 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Delegate ToastGui.OnNormalToastDelegate
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Delegate ToastGui.OnNormalToastDelegate
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate">
<h1 id="Dalamud_Game_Internal_Gui_ToastGui_OnNormalToastDelegate" data-uid="Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate" class="text-break">Delegate ToastGui.OnNormalToastDelegate
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Internal.Gui.html">Dalamud.Game.Internal.Gui</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Game_Internal_Gui_ToastGui_OnNormalToastDelegate_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public delegate void OnNormalToastDelegate(ref SeString message, ref ToastOptions options, ref bool isHandled);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
<td><span class="parametername">message</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.ToastOptions.html">ToastOptions</a></td>
<td><span class="parametername">options</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">isHandled</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_OnNormalToastDelegate.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L17" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,153 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Delegate ToastGui.OnQuestToastDelegate
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Delegate ToastGui.OnQuestToastDelegate
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate">
<h1 id="Dalamud_Game_Internal_Gui_ToastGui_OnQuestToastDelegate" data-uid="Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate" class="text-break">Delegate ToastGui.OnQuestToastDelegate
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Internal.Gui.html">Dalamud.Game.Internal.Gui</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Game_Internal_Gui_ToastGui_OnQuestToastDelegate_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public delegate void OnQuestToastDelegate(ref SeString message, ref QuestToastOptions options, ref bool isHandled);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
<td><span class="parametername">message</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html">QuestToastOptions</a></td>
<td><span class="parametername">options</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">isHandled</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_OnQuestToastDelegate.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L19" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,554 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class ToastGui
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ToastGui
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.Game.Internal.Gui.ToastGui">
<h1 id="Dalamud_Game_Internal_Gui_ToastGui" data-uid="Dalamud.Game.Internal.Gui.ToastGui" class="text-break">Class ToastGui
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">ToastGui</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.IDisposable</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Internal.Gui.html">Dalamud.Game.Internal.Gui</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Game_Internal_Gui_ToastGui_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class ToastGui : IDisposable</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui__ctor_Dalamud_Game_SigScanner_Dalamud_Dalamud_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.%23ctor(Dalamud.Game.SigScanner%2CDalamud.Dalamud)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L70">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_ToastGui__ctor_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.#ctor*"></a>
<h4 id="Dalamud_Game_Internal_Gui_ToastGui__ctor_Dalamud_Game_SigScanner_Dalamud_Dalamud_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.#ctor(Dalamud.Game.SigScanner,Dalamud.Dalamud)">ToastGui(SigScanner, Dalamud)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ToastGui(SigScanner scanner, Dalamud dalamud)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.SigScanner.html">SigScanner</a></td>
<td><span class="parametername">scanner</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_Dispose.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L89">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_ToastGui_Dispose_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.Dispose*"></a>
<h4 id="Dalamud_Game_Internal_Gui_ToastGui_Dispose" data-uid="Dalamud.Game.Internal.Gui.ToastGui.Dispose">Dispose()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Dispose()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_Enable.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.Enable%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L82">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_ToastGui_Enable_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.Enable*"></a>
<h4 id="Dalamud_Game_Internal_Gui_ToastGui_Enable" data-uid="Dalamud.Game.Internal.Gui.ToastGui.Enable">Enable()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Enable()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_ShowError_Dalamud_Game_Text_SeStringHandling_SeString_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.ShowError(Dalamud.Game.Text.SeStringHandling.SeString)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L258">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_ToastGui_ShowError_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.ShowError*"></a>
<h4 id="Dalamud_Game_Internal_Gui_ToastGui_ShowError_Dalamud_Game_Text_SeStringHandling_SeString_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.ShowError(Dalamud.Game.Text.SeStringHandling.SeString)">ShowError(SeString)</h4>
<div class="markdown level1 summary"><p>Show an error toast message with the given content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ShowError(SeString message)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
<td><span class="parametername">message</span></td>
<td><p>The message to be shown</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_ShowError_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.ShowError(System.String)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L249">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_ToastGui_ShowError_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.ShowError*"></a>
<h4 id="Dalamud_Game_Internal_Gui_ToastGui_ShowError_System_String_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.ShowError(System.String)">ShowError(String)</h4>
<div class="markdown level1 summary"><p>Show an error toast message with the given content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ShowError(string message)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">message</span></td>
<td><p>The message to be shown</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_ShowNormal_Dalamud_Game_Text_SeStringHandling_SeString_Dalamud_Game_Internal_Gui_Toast_ToastOptions_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.ShowNormal(Dalamud.Game.Text.SeStringHandling.SeString%2CDalamud.Game.Internal.Gui.Toast.ToastOptions)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L164">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_ToastGui_ShowNormal_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.ShowNormal*"></a>
<h4 id="Dalamud_Game_Internal_Gui_ToastGui_ShowNormal_Dalamud_Game_Text_SeStringHandling_SeString_Dalamud_Game_Internal_Gui_Toast_ToastOptions_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.ShowNormal(Dalamud.Game.Text.SeStringHandling.SeString,Dalamud.Game.Internal.Gui.Toast.ToastOptions)">ShowNormal(SeString, ToastOptions)</h4>
<div class="markdown level1 summary"><p>Show a toast message with the given content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ShowNormal(SeString message, ToastOptions options = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
<td><span class="parametername">message</span></td>
<td><p>The message to be shown</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.ToastOptions.html">ToastOptions</a></td>
<td><span class="parametername">options</span></td>
<td><p>Options for the toast</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_ShowNormal_System_String_Dalamud_Game_Internal_Gui_Toast_ToastOptions_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.ShowNormal(System.String%2CDalamud.Game.Internal.Gui.Toast.ToastOptions)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L153">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_ToastGui_ShowNormal_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.ShowNormal*"></a>
<h4 id="Dalamud_Game_Internal_Gui_ToastGui_ShowNormal_System_String_Dalamud_Game_Internal_Gui_Toast_ToastOptions_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.ShowNormal(System.String,Dalamud.Game.Internal.Gui.Toast.ToastOptions)">ShowNormal(String, ToastOptions)</h4>
<div class="markdown level1 summary"><p>Show a toast message with the given content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ShowNormal(string message, ToastOptions options = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">message</span></td>
<td><p>The message to be shown</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.ToastOptions.html">ToastOptions</a></td>
<td><span class="parametername">options</span></td>
<td><p>Options for the toast</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_ShowQuest_Dalamud_Game_Text_SeStringHandling_SeString_Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.ShowQuest(Dalamud.Game.Text.SeStringHandling.SeString%2CDalamud.Game.Internal.Gui.Toast.QuestToastOptions)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L208">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_ToastGui_ShowQuest_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.ShowQuest*"></a>
<h4 id="Dalamud_Game_Internal_Gui_ToastGui_ShowQuest_Dalamud_Game_Text_SeStringHandling_SeString_Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.ShowQuest(Dalamud.Game.Text.SeStringHandling.SeString,Dalamud.Game.Internal.Gui.Toast.QuestToastOptions)">ShowQuest(SeString, QuestToastOptions)</h4>
<div class="markdown level1 summary"><p>Show a quest toast message with the given content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ShowQuest(SeString message, QuestToastOptions options = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
<td><span class="parametername">message</span></td>
<td><p>The message to be shown</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html">QuestToastOptions</a></td>
<td><span class="parametername">options</span></td>
<td><p>Options for the toast</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_ShowQuest_System_String_Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.ShowQuest(System.String%2CDalamud.Game.Internal.Gui.Toast.QuestToastOptions)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L197">View Source</a>
</span>
<a id="Dalamud_Game_Internal_Gui_ToastGui_ShowQuest_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.ShowQuest*"></a>
<h4 id="Dalamud_Game_Internal_Gui_ToastGui_ShowQuest_System_String_Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_" data-uid="Dalamud.Game.Internal.Gui.ToastGui.ShowQuest(System.String,Dalamud.Game.Internal.Gui.Toast.QuestToastOptions)">ShowQuest(String, QuestToastOptions)</h4>
<div class="markdown level1 summary"><p>Show a quest toast message with the given content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ShowQuest(string message, QuestToastOptions options = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">message</span></td>
<td><p>The message to be shown</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html">QuestToastOptions</a></td>
<td><span class="parametername">options</span></td>
<td><p>Options for the toast</p>
</td>
</tr>
</tbody>
</table>
<h3 id="events">Events
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_OnErrorToast.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.OnErrorToast%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L36">View Source</a>
</span>
<h4 id="Dalamud_Game_Internal_Gui_ToastGui_OnErrorToast" data-uid="Dalamud.Game.Internal.Gui.ToastGui.OnErrorToast">OnErrorToast</h4>
<div class="markdown level1 summary"><p>Event that will be fired when an error toast is sent by the game or a plugin.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event ToastGui.OnErrorToastDelegate OnErrorToast</code></pre>
</div>
<h5 class="eventType">Event Type</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate.html">ToastGui.OnErrorToastDelegate</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_OnQuestToast.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.OnQuestToast%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L31">View Source</a>
</span>
<h4 id="Dalamud_Game_Internal_Gui_ToastGui_OnQuestToast" data-uid="Dalamud.Game.Internal.Gui.ToastGui.OnQuestToast">OnQuestToast</h4>
<div class="markdown level1 summary"><p>Event that will be fired when a quest toast is sent by the game or a plugin.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event ToastGui.OnQuestToastDelegate OnQuestToast</code></pre>
</div>
<h5 class="eventType">Event Type</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate.html">ToastGui.OnQuestToastDelegate</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui_OnToast.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui.OnToast%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L26">View Source</a>
</span>
<h4 id="Dalamud_Game_Internal_Gui_ToastGui_OnToast" data-uid="Dalamud.Game.Internal.Gui.ToastGui.OnToast">OnToast</h4>
<div class="markdown level1 summary"><p>Event that will be fired when a toast is sent by the game or a plugin.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event ToastGui.OnNormalToastDelegate OnToast</code></pre>
</div>
<h5 class="eventType">Event Type</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate.html">ToastGui.OnNormalToastDelegate</a></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.IDisposable</span>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Internal_Gui_ToastGui.md&amp;value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ToastGui%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Internal/Gui/ToastGui.cs/#L11" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -89,6 +89,8 @@
<section></section>
<h4><a class="xref" href="Dalamud.Game.Internal.Gui.TargetManager.html">TargetManager</a></h4>
<section></section>
<h4><a class="xref" href="Dalamud.Game.Internal.Gui.ToastGui.html">ToastGui</a></h4>
<section></section>
<h3 id="enums">Enums
</h3>
<h4><a class="xref" href="Dalamud.Game.Internal.Gui.HoverActionKind.html">HoverActionKind</a></h4>
@ -108,6 +110,12 @@
<section></section>
<h4><a class="xref" href="Dalamud.Game.Internal.Gui.TargetManager.GetTargetDelegate.html">TargetManager.GetTargetDelegate</a></h4>
<section></section>
<h4><a class="xref" href="Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate.html">ToastGui.OnErrorToastDelegate</a></h4>
<section></section>
<h4><a class="xref" href="Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate.html">ToastGui.OnNormalToastDelegate</a></h4>
<section></section>
<h4><a class="xref" href="Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate.html">ToastGui.OnQuestToastDelegate</a></h4>
<section></section>
</article>
</div>

View file

@ -176,7 +176,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.EventHandler</span>&lt;<span class="xref">Lumina.Excel.GeneratedSheets.ContentFinderCondition</span>&gt;</td>
<td><span class="xref">System.EventHandler</span>&lt;<span class="xref">ContentFinderCondition</span>&gt;</td>
<td></td>
</tr>
</tbody>

View file

@ -122,11 +122,11 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner__ctor_System_Diagnostics_ProcessModule_System_Boolean_.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.%23ctor(System.Diagnostics.ProcessModule%2CSystem.Boolean)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L19">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L25">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner__ctor_" data-uid="Dalamud.Game.SigScanner.#ctor*"></a>
<h4 id="Dalamud_Game_SigScanner__ctor_System_Diagnostics_ProcessModule_System_Boolean_" data-uid="Dalamud.Game.SigScanner.#ctor(System.Diagnostics.ProcessModule,System.Boolean)">SigScanner(ProcessModule, Boolean)</h4>
<div class="markdown level1 summary"><p>Set up the SigScanner.</p>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.SigScanner.html">SigScanner</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -146,7 +146,7 @@
<tr>
<td><span class="xref">System.Diagnostics.ProcessModule</span></td>
<td><span class="parametername">module</span></td>
<td><p>The ProcessModule to be used for scanning</p>
<td><p>The ProcessModule to be used for scanning.</p>
</td>
</tr>
<tr>
@ -164,11 +164,11 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_DataSectionBase.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.DataSectionBase%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L66">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L74">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_DataSectionBase_" data-uid="Dalamud.Game.SigScanner.DataSectionBase*"></a>
<h4 id="Dalamud_Game_SigScanner_DataSectionBase" data-uid="Dalamud.Game.SigScanner.DataSectionBase">DataSectionBase</h4>
<div class="markdown level1 summary"><p>The base address of the .data section search area.</p>
<div class="markdown level1 summary"><p>Gets the base address of the .data section search area.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -195,11 +195,11 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_DataSectionOffset.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.DataSectionOffset%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L71">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L79">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_DataSectionOffset_" data-uid="Dalamud.Game.SigScanner.DataSectionOffset*"></a>
<h4 id="Dalamud_Game_SigScanner_DataSectionOffset" data-uid="Dalamud.Game.SigScanner.DataSectionOffset">DataSectionOffset</h4>
<div class="markdown level1 summary"><p>The offset of the .data section from the base of the module.</p>
<div class="markdown level1 summary"><p>Gets the offset of the .data section from the base of the module.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -226,11 +226,11 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_DataSectionSize.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.DataSectionSize%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L76">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L84">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_DataSectionSize_" data-uid="Dalamud.Game.SigScanner.DataSectionSize*"></a>
<h4 id="Dalamud_Game_SigScanner_DataSectionSize" data-uid="Dalamud.Game.SigScanner.DataSectionSize">DataSectionSize</h4>
<div class="markdown level1 summary"><p>The size of the .data section.</p>
<div class="markdown level1 summary"><p>Gets the size of the .data section.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -257,11 +257,11 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_Is32BitProcess.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.Is32BitProcess%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L41">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L49">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_Is32BitProcess_" data-uid="Dalamud.Game.SigScanner.Is32BitProcess*"></a>
<h4 id="Dalamud_Game_SigScanner_Is32BitProcess" data-uid="Dalamud.Game.SigScanner.Is32BitProcess">Is32BitProcess</h4>
<div class="markdown level1 summary"><p>If the ProcessModule is 32-bit.</p>
<div class="markdown level1 summary"><p>Gets a value indicating whether or not the ProcessModule is 32-bit.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -288,11 +288,11 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_IsCopy.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.IsCopy%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L36">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L44">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_IsCopy_" data-uid="Dalamud.Game.SigScanner.IsCopy*"></a>
<h4 id="Dalamud_Game_SigScanner_IsCopy" data-uid="Dalamud.Game.SigScanner.IsCopy">IsCopy</h4>
<div class="markdown level1 summary"><p>If the search on this module is performed on a copy.</p>
<div class="markdown level1 summary"><p>Gets a value indicating whether or not the search on this module is performed on a copy.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -319,11 +319,11 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_Module.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.Module%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L81">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L89">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_Module_" data-uid="Dalamud.Game.SigScanner.Module*"></a>
<h4 id="Dalamud_Game_SigScanner_Module" data-uid="Dalamud.Game.SigScanner.Module">Module</h4>
<div class="markdown level1 summary"><p>The ProcessModule on which the search is performed.</p>
<div class="markdown level1 summary"><p>Gets the ProcessModule on which the search is performed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -350,11 +350,11 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_SearchBase.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.SearchBase%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L46">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L54">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_SearchBase_" data-uid="Dalamud.Game.SigScanner.SearchBase*"></a>
<h4 id="Dalamud_Game_SigScanner_SearchBase" data-uid="Dalamud.Game.SigScanner.SearchBase">SearchBase</h4>
<div class="markdown level1 summary"><p>The base address of the search area. When copied, this will be the address of the copy.</p>
<div class="markdown level1 summary"><p>Gets the base address of the search area. When copied, this will be the address of the copy.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -381,11 +381,11 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_TextSectionBase.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.TextSectionBase%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L51">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L59">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_TextSectionBase_" data-uid="Dalamud.Game.SigScanner.TextSectionBase*"></a>
<h4 id="Dalamud_Game_SigScanner_TextSectionBase" data-uid="Dalamud.Game.SigScanner.TextSectionBase">TextSectionBase</h4>
<div class="markdown level1 summary"><p>The base address of the .text section search area.</p>
<div class="markdown level1 summary"><p>Gets the base address of the .text section search area.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -412,11 +412,11 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_TextSectionOffset.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.TextSectionOffset%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L56">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L64">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_TextSectionOffset_" data-uid="Dalamud.Game.SigScanner.TextSectionOffset*"></a>
<h4 id="Dalamud_Game_SigScanner_TextSectionOffset" data-uid="Dalamud.Game.SigScanner.TextSectionOffset">TextSectionOffset</h4>
<div class="markdown level1 summary"><p>The offset of the .text section from the base of the module.</p>
<div class="markdown level1 summary"><p>Gets the offset of the .text section from the base of the module.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -443,11 +443,11 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_TextSectionSize.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.TextSectionSize%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L61">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L69">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_TextSectionSize_" data-uid="Dalamud.Game.SigScanner.TextSectionSize*"></a>
<h4 id="Dalamud_Game_SigScanner_TextSectionSize" data-uid="Dalamud.Game.SigScanner.TextSectionSize">TextSectionSize</h4>
<div class="markdown level1 summary"><p>The size of the text section.</p>
<div class="markdown level1 summary"><p>Gets the size of the text section.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -476,7 +476,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_Dispose.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L142">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L201">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_Dispose_" data-uid="Dalamud.Game.SigScanner.Dispose*"></a>
<h4 id="Dalamud_Game_SigScanner_Dispose" data-uid="Dalamud.Game.SigScanner.Dispose">Dispose()</h4>
@ -492,7 +492,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_GetStaticAddressFromSig_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.GetStaticAddressFromSig(System.String%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L185">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L117">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_GetStaticAddressFromSig_" data-uid="Dalamud.Game.SigScanner.GetStaticAddressFromSig*"></a>
<h4 id="Dalamud_Game_SigScanner_GetStaticAddressFromSig_System_String_System_Int32_" data-uid="Dalamud.Game.SigScanner.GetStaticAddressFromSig(System.String,System.Int32)">GetStaticAddressFromSig(String, Int32)</h4>
@ -550,11 +550,12 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_ResolveRelativeAddress_System_IntPtr_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.ResolveRelativeAddress(System.IntPtr%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L146">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L170">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_ResolveRelativeAddress_" data-uid="Dalamud.Game.SigScanner.ResolveRelativeAddress*"></a>
<h4 id="Dalamud_Game_SigScanner_ResolveRelativeAddress_System_IntPtr_System_Int32_" data-uid="Dalamud.Game.SigScanner.ResolveRelativeAddress(System.IntPtr,System.Int32)">ResolveRelativeAddress(IntPtr, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Resolve a RVA address.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -573,12 +574,14 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">nextInstAddr</span></td>
<td></td>
<td><p>The address of the next instruction.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">relOffset</span></td>
<td></td>
<td><p>The relative offset.</p>
</td>
</tr>
</tbody>
</table>
@ -593,7 +596,8 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td></td>
<td><p>The calculated offset.</p>
</td>
</tr>
</tbody>
</table>
@ -602,15 +606,16 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_Scan_System_IntPtr_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.Scan(System.IntPtr%2CSystem.Int32%2CSystem.String)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L222">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L100">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_Scan_" data-uid="Dalamud.Game.SigScanner.Scan*"></a>
<h4 id="Dalamud_Game_SigScanner_Scan_System_IntPtr_System_Int32_System_String_" data-uid="Dalamud.Game.SigScanner.Scan(System.IntPtr,System.Int32,System.String)">Scan(IntPtr, Int32, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Scan memory for a signature.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr Scan(IntPtr baseAddress, int size, string signature)</code></pre>
<pre><code class="lang-csharp hljs">public static IntPtr Scan(IntPtr baseAddress, int size, string signature)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -625,17 +630,20 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">baseAddress</span></td>
<td></td>
<td><p>The base address to scan from.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">size</span></td>
<td></td>
<td><p>The amount of bytes to scan.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">signature</span></td>
<td></td>
<td><p>The signature to search for.</p>
</td>
</tr>
</tbody>
</table>
@ -650,7 +658,8 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td></td>
<td><p>The found offset.</p>
</td>
</tr>
</tbody>
</table>
@ -659,7 +668,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_ScanData_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.ScanData(System.String)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L203">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L139">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_ScanData_" data-uid="Dalamud.Game.SigScanner.ScanData*"></a>
<h4 id="Dalamud_Game_SigScanner_ScanData_System_String_" data-uid="Dalamud.Game.SigScanner.ScanData(System.String)">ScanData(String)</h4>
@ -709,7 +718,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_ScanModule_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.ScanModule(System.String)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L215">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L154">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_ScanModule_" data-uid="Dalamud.Game.SigScanner.ScanModule*"></a>
<h4 id="Dalamud_Game_SigScanner_ScanModule_System_String_" data-uid="Dalamud.Game.SigScanner.ScanModule(System.String)">ScanModule(String)</h4>
@ -759,7 +768,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_ScanText_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner.ScanText(System.String)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L156">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L181">View Source</a>
</span>
<a id="Dalamud_Game_SigScanner_ScanText_" data-uid="Dalamud.Game.SigScanner.ScanText*"></a>
<h4 id="Dalamud_Game_SigScanner_ScanText_System_String_" data-uid="Dalamud.Game.SigScanner.ScanText(System.String)">ScanText(String)</h4>
@ -819,7 +828,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner.md&amp;value=---%0Auid%3A%20Dalamud.Game.SigScanner%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L13" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L15" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -189,8 +189,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[NotNull]
public string Plugin { get; }</code></pre>
<pre><code class="lang-csharp hljs">public string Plugin { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">

View file

@ -243,8 +243,7 @@ often the name is only present in a following text payload.</p>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonProperty]
public bool IsHQ { get; }</code></pre>
<pre><code class="lang-csharp hljs">public bool IsHQ { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -275,8 +274,7 @@ public bool IsHQ { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public Item Item { get; }</code></pre>
<pre><code class="lang-csharp hljs">public Item Item { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -288,7 +286,7 @@ public Item Item { get; }</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.GeneratedSheets.Item</span></td>
<td><span class="xref">Item</span></td>
<td></td>
</tr>
</tbody>

View file

@ -283,8 +283,7 @@ but is an approximation and may be slightly off for some positions.</p>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public string CoordinateString { get; }</code></pre>
<pre><code class="lang-csharp hljs">public string CoordinateString { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -346,8 +345,7 @@ public string CoordinateString { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public Map Map { get; }</code></pre>
<pre><code class="lang-csharp hljs">public Map Map { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -359,7 +357,7 @@ public Map Map { get; }</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.GeneratedSheets.Map</span></td>
<td><span class="xref">Map</span></td>
<td></td>
</tr>
</tbody>
@ -381,8 +379,7 @@ public Map Map { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public string PlaceName { get; }</code></pre>
<pre><code class="lang-csharp hljs">public string PlaceName { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -413,8 +410,7 @@ public string PlaceName { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public string PlaceNameRegion { get; }</code></pre>
<pre><code class="lang-csharp hljs">public string PlaceNameRegion { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -507,8 +503,7 @@ public string PlaceNameRegion { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public TerritoryType TerritoryType { get; }</code></pre>
<pre><code class="lang-csharp hljs">public TerritoryType TerritoryType { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -520,7 +515,7 @@ public TerritoryType TerritoryType { get; }</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.GeneratedSheets.TerritoryType</span></td>
<td><span class="xref">TerritoryType</span></td>
<td></td>
</tr>
</tbody>
@ -605,8 +600,7 @@ public TerritoryType TerritoryType { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public float YCoord { get; }</code></pre>
<pre><code class="lang-csharp hljs">public float YCoord { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">

View file

@ -210,8 +210,7 @@ The world name will always be present.</p>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public string DisplayedName { get; }</code></pre>
<pre><code class="lang-csharp hljs">public string DisplayedName { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -242,8 +241,7 @@ public string DisplayedName { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public string PlayerName { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public string PlayerName { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -306,8 +304,7 @@ public string PlayerName { get; set; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public World World { get; }</code></pre>
<pre><code class="lang-csharp hljs">public World World { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -319,7 +316,7 @@ public World World { get; }</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.GeneratedSheets.World</span></td>
<td><span class="xref">World</span></td>
<td></td>
</tr>
</tbody>

View file

@ -203,8 +203,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public Quest Quest { get; }</code></pre>
<pre><code class="lang-csharp hljs">public Quest Quest { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -216,7 +215,7 @@ public Quest Quest { get; }</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.GeneratedSheets.Quest</span></td>
<td><span class="xref">Quest</span></td>
<td></td>
</tr>
</tbody>

View file

@ -195,8 +195,7 @@ The returned data is a clone and modifications will not be persisted.</p>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public byte[] Data { get; }</code></pre>
<pre><code class="lang-csharp hljs">public byte[] Data { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">

View file

@ -203,8 +203,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public Status Status { get; }</code></pre>
<pre><code class="lang-csharp hljs">public Status Status { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -216,7 +215,7 @@ public Status Status { get; }</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.GeneratedSheets.Status</span></td>
<td><span class="xref">Status</span></td>
<td></td>
</tr>
</tbody>

View file

@ -202,8 +202,7 @@ This may contain SE's special unicode characters.</p>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public string Text { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public string Text { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">

View file

@ -199,8 +199,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public ushort ColorKey { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public ushort ColorKey { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -262,8 +261,7 @@ public ushort ColorKey { get; set; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public uint RGB { get; }</code></pre>
<pre><code class="lang-csharp hljs">public uint RGB { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -326,8 +324,7 @@ public uint RGB { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public UIColor UIColor { get; }</code></pre>
<pre><code class="lang-csharp hljs">public UIColor UIColor { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -339,7 +336,7 @@ public UIColor UIColor { get; }</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.GeneratedSheets.UIColor</span></td>
<td><span class="xref">UIColor</span></td>
<td></td>
</tr>
</tbody>

View file

@ -199,8 +199,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public ushort ColorKey { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public ushort ColorKey { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -262,8 +261,7 @@ public ushort ColorKey { get; set; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public uint RGB { get; }</code></pre>
<pre><code class="lang-csharp hljs">public uint RGB { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -326,8 +324,7 @@ public uint RGB { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public UIColor UIColor { get; }</code></pre>
<pre><code class="lang-csharp hljs">public UIColor UIColor { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -339,7 +336,7 @@ public UIColor UIColor { get; }</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.GeneratedSheets.UIColor</span></td>
<td><span class="xref">UIColor</span></td>
<td></td>
</tr>
</tbody>

View file

@ -158,8 +158,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonConstructor]
public SeString(List&lt;Payload&gt; payloads)</code></pre>
<pre><code class="lang-csharp hljs">public SeString(List&lt;Payload&gt; payloads)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">

View file

@ -148,13 +148,13 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_Lumina_Excel_GeneratedSheets_Item_System_Boolean_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(Lumina.Excel.GeneratedSheets.Item%2CSystem.Boolean%2CSystem.String)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_Item_System_Boolean_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(Item%2CSystem.Boolean%2CSystem.String)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeStringManager.cs/#L84">View Source</a>
</span>
<a id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink*"></a>
<h4 id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_Lumina_Excel_GeneratedSheets_Item_System_Boolean_System_String_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(Lumina.Excel.GeneratedSheets.Item,System.Boolean,System.String)">CreateItemLink(Item, Boolean, String)</h4>
<h4 id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_Item_System_Boolean_System_String_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(Item,System.Boolean,System.String)">CreateItemLink(Item, Boolean, String)</h4>
<div class="markdown level1 summary"><p>Creates an SeString representing an entire Payload chain that can be used to link an item in the chat log.</p>
</div>
<div class="markdown level1 conceptual"></div>
@ -173,7 +173,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.GeneratedSheets.Item</span></td>
<td><span class="xref">Item</span></td>
<td><span class="parametername">item</span></td>
<td><p>The Lumina Item to link.</p>
</td>

View file

@ -139,11 +139,12 @@ This class is basically a thin wrapper around the LocalHook type to provide help
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Hooking_Hook_1__ctor_System_IntPtr_System_Delegate_System_Object_.md&amp;value=---%0Auid%3A%20Dalamud.Hooking.Hook%601.%23ctor(System.IntPtr%2CSystem.Delegate%2CSystem.Object)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L67">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L30">View Source</a>
</span>
<a id="Dalamud_Hooking_Hook_1__ctor_" data-uid="Dalamud.Hooking.Hook`1.#ctor*"></a>
<h4 id="Dalamud_Hooking_Hook_1__ctor_System_IntPtr_System_Delegate_System_Object_" data-uid="Dalamud.Hooking.Hook`1.#ctor(System.IntPtr,System.Delegate,System.Object)">Hook(IntPtr, Delegate, Object)</h4>
<div class="markdown level1 summary"><p>Createss a hook. Hook is not activated until Enable() method is called.</p>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Hooking.Hook-1.html">Hook&lt;T&gt;</a> class.
Hook is not activated until Enable() method is called.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -187,11 +188,11 @@ This class is basically a thin wrapper around the LocalHook type to provide help
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Hooking_Hook_1_Address.md&amp;value=---%0Auid%3A%20Dalamud.Hooking.Hook%601.Address%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L24">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L42">View Source</a>
</span>
<a id="Dalamud_Hooking_Hook_1_Address_" data-uid="Dalamud.Hooking.Hook`1.Address*"></a>
<h4 id="Dalamud_Hooking_Hook_1_Address" data-uid="Dalamud.Hooking.Hook`1.Address">Address</h4>
<div class="markdown level1 summary"><p>A memory address of the target function.</p>
<div class="markdown level1 summary"><p>Gets a memory address of the target function.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -234,11 +235,11 @@ This class is basically a thin wrapper around the LocalHook type to provide help
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Hooking_Hook_1_IsDisposed.md&amp;value=---%0Auid%3A%20Dalamud.Hooking.Hook%601.IsDisposed%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L125">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L81">View Source</a>
</span>
<a id="Dalamud_Hooking_Hook_1_IsDisposed_" data-uid="Dalamud.Hooking.Hook`1.IsDisposed*"></a>
<h4 id="Dalamud_Hooking_Hook_1_IsDisposed" data-uid="Dalamud.Hooking.Hook`1.IsDisposed">IsDisposed</h4>
<div class="markdown level1 summary"><p>Check if the hook has been disposed</p>
<div class="markdown level1 summary"><p>Gets a value indicating whether or not the hook has been disposed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -265,11 +266,11 @@ This class is basically a thin wrapper around the LocalHook type to provide help
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Hooking_Hook_1_IsEnabled.md&amp;value=---%0Auid%3A%20Dalamud.Hooking.Hook%601.IsEnabled%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L115">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L69">View Source</a>
</span>
<a id="Dalamud_Hooking_Hook_1_IsEnabled_" data-uid="Dalamud.Hooking.Hook`1.IsEnabled*"></a>
<h4 id="Dalamud_Hooking_Hook_1_IsEnabled" data-uid="Dalamud.Hooking.Hook`1.IsEnabled">IsEnabled</h4>
<div class="markdown level1 summary"><p>Check if the hook is enabled.</p>
<div class="markdown level1 summary"><p>Gets a value indicating whether or not the hook is enabled.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -296,11 +297,11 @@ This class is basically a thin wrapper around the LocalHook type to provide help
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Hooking_Hook_1_Original.md&amp;value=---%0Auid%3A%20Dalamud.Hooking.Hook%601.Original%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L37">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L56">View Source</a>
</span>
<a id="Dalamud_Hooking_Hook_1_Original_" data-uid="Dalamud.Hooking.Hook`1.Original*"></a>
<h4 id="Dalamud_Hooking_Hook_1_Original" data-uid="Dalamud.Hooking.Hook`1.Original">Original</h4>
<div class="markdown level1 summary"><p>A delegate function that can be used to call the actual function as if function is not hooked yet.</p>
<div class="markdown level1 summary"><p>Gets a delegate function that can be used to call the actual function as if function is not hooked yet.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -345,7 +346,7 @@ This class is basically a thin wrapper around the LocalHook type to provide help
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Hooking_Hook_1_Disable.md&amp;value=---%0Auid%3A%20Dalamud.Hooking.Hook%601.Disable%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L99">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L128">View Source</a>
</span>
<a id="Dalamud_Hooking_Hook_1_Disable_" data-uid="Dalamud.Hooking.Hook`1.Disable*"></a>
<h4 id="Dalamud_Hooking_Hook_1_Disable" data-uid="Dalamud.Hooking.Hook`1.Disable">Disable()</h4>
@ -361,7 +362,7 @@ This class is basically a thin wrapper around the LocalHook type to provide help
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Hooking_Hook_1_Dispose.md&amp;value=---%0Auid%3A%20Dalamud.Hooking.Hook%601.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L77">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L103">View Source</a>
</span>
<a id="Dalamud_Hooking_Hook_1_Dispose_" data-uid="Dalamud.Hooking.Hook`1.Dispose*"></a>
<h4 id="Dalamud_Hooking_Hook_1_Dispose" data-uid="Dalamud.Hooking.Hook`1.Dispose">Dispose()</h4>
@ -377,7 +378,7 @@ This class is basically a thin wrapper around the LocalHook type to provide help
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Hooking_Hook_1_Enable.md&amp;value=---%0Auid%3A%20Dalamud.Hooking.Hook%601.Enable%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L90">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L118">View Source</a>
</span>
<a id="Dalamud_Hooking_Hook_1_Enable_" data-uid="Dalamud.Hooking.Hook`1.Enable*"></a>
<h4 id="Dalamud_Hooking_Hook_1_Enable" data-uid="Dalamud.Hooking.Hook`1.Enable">Enable()</h4>
@ -393,11 +394,12 @@ This class is basically a thin wrapper around the LocalHook type to provide help
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Hooking_Hook_1_FromSymbol_System_String_System_String_System_Delegate_System_Object_.md&amp;value=---%0Auid%3A%20Dalamud.Hooking.Hook%601.FromSymbol(System.String%2CSystem.String%2CSystem.Delegate%2CSystem.Object)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L54">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L92">View Source</a>
</span>
<a id="Dalamud_Hooking_Hook_1_FromSymbol_" data-uid="Dalamud.Hooking.Hook`1.FromSymbol*"></a>
<h4 id="Dalamud_Hooking_Hook_1_FromSymbol_System_String_System_String_System_Delegate_System_Object_" data-uid="Dalamud.Hooking.Hook`1.FromSymbol(System.String,System.String,System.Delegate,System.Object)">FromSymbol(String, String, Delegate, Object)</h4>
<div class="markdown level1 summary"><p>Creates a hook. Hooking address is inferred by calling to GetProcAddress() function. Hook is not activated until Enable() method is called.</p>
<div class="markdown level1 summary"><p>Creates a hook. Hooking address is inferred by calling to GetProcAddress() function.
Hook is not activated until Enable() method is called.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -417,13 +419,13 @@ This class is basically a thin wrapper around the LocalHook type to provide help
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">moduleName</span></td>
<td><p>A name of the module currently loaded in the memory. (e.g. ws2_32.dll)</p>
<td><p>A name of the module currently loaded in the memory. (e.g. ws2_32.dll).</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">exportName</span></td>
<td><p>A name of the exported function name (e.g. send)</p>
<td><p>A name of the exported function name (e.g. send).</p>
</td>
</tr>
<tr>
@ -451,7 +453,8 @@ This class is basically a thin wrapper around the LocalHook type to provide help
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Hooking.Hook-1.html">Hook</a>&lt;T&gt;</td>
<td></td>
<td><p>The hook with the supplied parameters.</p>
</td>
</tr>
</tbody>
</table>
@ -470,7 +473,7 @@ This class is basically a thin wrapper around the LocalHook type to provide help
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Hooking_Hook_1.md&amp;value=---%0Auid%3A%20Dalamud.Hooking.Hook%601%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L13" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Hooking/Hook.cs/#L15" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -179,19 +179,19 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiHelpers_ForceMainViewport.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.ForceMainViewport%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiHelpers_ForceNextWindowMainViewport.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.ForceNextWindowMainViewport%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L24">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiHelpers_ForceMainViewport_" data-uid="Dalamud.Interface.ImGuiHelpers.ForceMainViewport*"></a>
<h4 id="Dalamud_Interface_ImGuiHelpers_ForceMainViewport" data-uid="Dalamud.Interface.ImGuiHelpers.ForceMainViewport">ForceMainViewport()</h4>
<div class="markdown level1 summary"><p>Force this ImGui window to stay inside the main game window.</p>
<a id="Dalamud_Interface_ImGuiHelpers_ForceNextWindowMainViewport_" data-uid="Dalamud.Interface.ImGuiHelpers.ForceNextWindowMainViewport*"></a>
<h4 id="Dalamud_Interface_ImGuiHelpers_ForceNextWindowMainViewport" data-uid="Dalamud.Interface.ImGuiHelpers.ForceNextWindowMainViewport">ForceNextWindowMainViewport()</h4>
<div class="markdown level1 summary"><p>Force the next ImGui window to stay inside the main game window.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ForceMainViewport()</code></pre>
<pre><code class="lang-csharp hljs">public static void ForceNextWindowMainViewport()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
@ -272,11 +272,12 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiHelpers_SetNextWindowPosRelativeMainViewport_System_Numerics_Vector2_ImGuiNET_ImGuiCond_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.SetNextWindowPosRelativeMainViewport(System.Numerics.Vector2%2CImGuiNET.ImGuiCond%2CSystem.Numerics.Vector2)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L40">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L46">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiHelpers_SetNextWindowPosRelativeMainViewport_" data-uid="Dalamud.Interface.ImGuiHelpers.SetNextWindowPosRelativeMainViewport*"></a>
<h4 id="Dalamud_Interface_ImGuiHelpers_SetNextWindowPosRelativeMainViewport_System_Numerics_Vector2_ImGuiNET_ImGuiCond_System_Numerics_Vector2_" data-uid="Dalamud.Interface.ImGuiHelpers.SetNextWindowPosRelativeMainViewport(System.Numerics.Vector2,ImGuiNET.ImGuiCond,System.Numerics.Vector2)">SetNextWindowPosRelativeMainViewport(Vector2, ImGuiCond, Vector2)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Set the position of the next window relative to the main viewport.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -295,17 +296,66 @@
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">position</span></td>
<td></td>
<td><p>The position of the next window.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">condition</span></td>
<td></td>
<td><p>When to set the position.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pivot</span></td>
<td></td>
<td><p>The pivot to set the position around.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiHelpers_SetWindowPosRelativeMainViewport_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiCond_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.SetWindowPosRelativeMainViewport(System.String%2CSystem.Numerics.Vector2%2CImGuiNET.ImGuiCond)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L56">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiHelpers_SetWindowPosRelativeMainViewport_" data-uid="Dalamud.Interface.ImGuiHelpers.SetWindowPosRelativeMainViewport*"></a>
<h4 id="Dalamud_Interface_ImGuiHelpers_SetWindowPosRelativeMainViewport_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiCond_" data-uid="Dalamud.Interface.ImGuiHelpers.SetWindowPosRelativeMainViewport(System.String,System.Numerics.Vector2,ImGuiNET.ImGuiCond)">SetWindowPosRelativeMainViewport(String, Vector2, ImGuiCond)</h4>
<div class="markdown level1 summary"><p>Set the position of a window relative to the main viewport.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetWindowPosRelativeMainViewport(string name, Vector2 position, ImGuiCond condition = ImGuiCond.None)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td><p>The name/ID of the window.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">position</span></td>
<td><p>The position of the window.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiCond.html">ImGuiCond</a></td>
<td><span class="parametername">condition</span></td>
<td><p>When to set the position.</p>
</td>
</tr>
</tbody>
</table>

View file

@ -114,13 +114,13 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_MySinkExtensions_EventSink_Serilog_Configuration_LoggerSinkConfiguration_System_IFormatProvider_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.MySinkExtensions.EventSink(Serilog.Configuration.LoggerSinkConfiguration%2CSystem.IFormatProvider)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_MySinkExtensions_EventSink_LoggerSinkConfiguration_System_IFormatProvider_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.MySinkExtensions.EventSink(LoggerSinkConfiguration%2CSystem.IFormatProvider)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/SerilogEventSink.cs/#L42">View Source</a>
</span>
<a id="Dalamud_Interface_MySinkExtensions_EventSink_" data-uid="Dalamud.Interface.MySinkExtensions.EventSink*"></a>
<h4 id="Dalamud_Interface_MySinkExtensions_EventSink_Serilog_Configuration_LoggerSinkConfiguration_System_IFormatProvider_" data-uid="Dalamud.Interface.MySinkExtensions.EventSink(Serilog.Configuration.LoggerSinkConfiguration,System.IFormatProvider)">EventSink(LoggerSinkConfiguration, IFormatProvider)</h4>
<h4 id="Dalamud_Interface_MySinkExtensions_EventSink_LoggerSinkConfiguration_System_IFormatProvider_" data-uid="Dalamud.Interface.MySinkExtensions.EventSink(LoggerSinkConfiguration,System.IFormatProvider)">EventSink(LoggerSinkConfiguration, IFormatProvider)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -138,7 +138,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Serilog.Configuration.LoggerSinkConfiguration</span></td>
<td><span class="xref">LoggerSinkConfiguration</span></td>
<td><span class="parametername">loggerConfiguration</span></td>
<td></td>
</tr>
@ -159,7 +159,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Serilog.LoggerConfiguration</span></td>
<td><span class="xref">LoggerConfiguration</span></td>
<td></td>
</tr>
</tbody>

View file

@ -175,7 +175,7 @@ It can be used to draw custom windows and overlays.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">SharpDX.Direct3D11.Device</span></td>
<td><span class="xref">Device</span></td>
<td></td>
</tr>
</tbody>

View file

@ -614,7 +614,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Plugin_DalamudPluginInterface_Dispose.md&amp;value=---%0Auid%3A%20Dalamud.Plugin.DalamudPluginInterface.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L347">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L353">View Source</a>
</span>
<a id="Dalamud_Plugin_DalamudPluginInterface_Dispose_" data-uid="Dalamud.Plugin.DalamudPluginInterface.Dispose*"></a>
<h4 id="Dalamud_Plugin_DalamudPluginInterface_Dispose" data-uid="Dalamud.Plugin.DalamudPluginInterface.Dispose">Dispose()</h4>
@ -694,7 +694,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Plugin_DalamudPluginInterface_Log_System_String_System_Object___.md&amp;value=---%0Auid%3A%20Dalamud.Plugin.DalamudPluginInterface.Log(System.String%2CSystem.Object%5B%5D)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L313">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L319">View Source</a>
</span>
<a id="Dalamud_Plugin_DalamudPluginInterface_Log_" data-uid="Dalamud.Plugin.DalamudPluginInterface.Log*"></a>
<h4 id="Dalamud_Plugin_DalamudPluginInterface_Log_System_String_System_Object___" data-uid="Dalamud.Plugin.DalamudPluginInterface.Log(System.String,System.Object[])">Log(String, Object[])</h4>
@ -735,7 +735,7 @@ public void Log(string messageTemplate, params object[] values)</code></pre>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Plugin_DalamudPluginInterface_LogError_System_Exception_System_String_System_Object___.md&amp;value=---%0Auid%3A%20Dalamud.Plugin.DalamudPluginInterface.LogError(System.Exception%2CSystem.String%2CSystem.Object%5B%5D)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L336">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L342">View Source</a>
</span>
<a id="Dalamud_Plugin_DalamudPluginInterface_LogError_" data-uid="Dalamud.Plugin.DalamudPluginInterface.LogError*"></a>
<h4 id="Dalamud_Plugin_DalamudPluginInterface_LogError_System_Exception_System_String_System_Object___" data-uid="Dalamud.Plugin.DalamudPluginInterface.LogError(System.Exception,System.String,System.Object[])">LogError(Exception, String, Object[])</h4>
@ -782,7 +782,7 @@ public void LogError(Exception exception, string messageTemplate, params object[
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Plugin_DalamudPluginInterface_LogError_System_String_System_Object___.md&amp;value=---%0Auid%3A%20Dalamud.Plugin.DalamudPluginInterface.LogError(System.String%2CSystem.Object%5B%5D)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L324">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L330">View Source</a>
</span>
<a id="Dalamud_Plugin_DalamudPluginInterface_LogError_" data-uid="Dalamud.Plugin.DalamudPluginInterface.LogError*"></a>
<h4 id="Dalamud_Plugin_DalamudPluginInterface_LogError_System_String_System_Object___" data-uid="Dalamud.Plugin.DalamudPluginInterface.LogError(System.String,System.Object[])">LogError(String, Object[])</h4>
@ -907,7 +907,7 @@ public void LogError(string messageTemplate, params object[] values)</code></pre
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Plugin_DalamudPluginInterface_SendMessage_System_Dynamic_ExpandoObject_.md&amp;value=---%0Auid%3A%20Dalamud.Plugin.DalamudPluginInterface.SendMessage(System.Dynamic.ExpandoObject)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L278">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L282">View Source</a>
</span>
<a id="Dalamud_Plugin_DalamudPluginInterface_SendMessage_" data-uid="Dalamud.Plugin.DalamudPluginInterface.SendMessage*"></a>
<h4 id="Dalamud_Plugin_DalamudPluginInterface_SendMessage_System_Dynamic_ExpandoObject_" data-uid="Dalamud.Plugin.DalamudPluginInterface.SendMessage(System.Dynamic.ExpandoObject)">SendMessage(ExpandoObject)</h4>
@ -916,7 +916,8 @@ public void LogError(string messageTemplate, params object[] values)</code></pre
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void SendMessage(ExpandoObject message)</code></pre>
<pre><code class="lang-csharp hljs">[Obsolete(&quot;The current IPC mechanism is obsolete and scheduled to be replaced after API level 3.&quot;)]
public void SendMessage(ExpandoObject message)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -941,7 +942,7 @@ public void LogError(string messageTemplate, params object[] values)</code></pre
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Plugin_DalamudPluginInterface_SendMessage_System_String_System_Dynamic_ExpandoObject_.md&amp;value=---%0Auid%3A%20Dalamud.Plugin.DalamudPluginInterface.SendMessage(System.String%2CSystem.Dynamic.ExpandoObject)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L293">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L298">View Source</a>
</span>
<a id="Dalamud_Plugin_DalamudPluginInterface_SendMessage_" data-uid="Dalamud.Plugin.DalamudPluginInterface.SendMessage*"></a>
<h4 id="Dalamud_Plugin_DalamudPluginInterface_SendMessage_System_String_System_Dynamic_ExpandoObject_" data-uid="Dalamud.Plugin.DalamudPluginInterface.SendMessage(System.String,System.Dynamic.ExpandoObject)">SendMessage(String, ExpandoObject)</h4>
@ -950,7 +951,8 @@ public void LogError(string messageTemplate, params object[] values)</code></pre
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool SendMessage(string pluginName, ExpandoObject message)</code></pre>
<pre><code class="lang-csharp hljs">[Obsolete(&quot;The current IPC mechanism is obsolete and scheduled to be replaced after API level 3.&quot;)]
public bool SendMessage(string pluginName, ExpandoObject message)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -997,7 +999,7 @@ public void LogError(string messageTemplate, params object[] values)</code></pre
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Plugin_DalamudPluginInterface_Subscribe_System_String_System_Action_System_Dynamic_ExpandoObject__.md&amp;value=---%0Auid%3A%20Dalamud.Plugin.DalamudPluginInterface.Subscribe(System.String%2CSystem.Action%7BSystem.Dynamic.ExpandoObject%7D)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L242">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L243">View Source</a>
</span>
<a id="Dalamud_Plugin_DalamudPluginInterface_Subscribe_" data-uid="Dalamud.Plugin.DalamudPluginInterface.Subscribe*"></a>
<h4 id="Dalamud_Plugin_DalamudPluginInterface_Subscribe_System_String_System_Action_System_Dynamic_ExpandoObject__" data-uid="Dalamud.Plugin.DalamudPluginInterface.Subscribe(System.String,System.Action{System.Dynamic.ExpandoObject})">Subscribe(String, Action&lt;ExpandoObject&gt;)</h4>
@ -1006,7 +1008,8 @@ public void LogError(string messageTemplate, params object[] values)</code></pre
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Subscribe(string pluginName, Action&lt;ExpandoObject&gt; action)</code></pre>
<pre><code class="lang-csharp hljs">[Obsolete(&quot;The current IPC mechanism is obsolete and scheduled to be replaced after API level 3.&quot;)]
public void Subscribe(string pluginName, Action&lt;ExpandoObject&gt; action)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -1046,7 +1049,8 @@ public void LogError(string messageTemplate, params object[] values)</code></pre
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void SubscribeAny(Action&lt;string, ExpandoObject&gt; action)</code></pre>
<pre><code class="lang-csharp hljs">[Obsolete(&quot;The current IPC mechanism is obsolete and scheduled to be replaced after API level 3.&quot;)]
public void SubscribeAny(Action&lt;string, ExpandoObject&gt; action)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -1071,7 +1075,7 @@ public void LogError(string messageTemplate, params object[] values)</code></pre
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Plugin_DalamudPluginInterface_Unsubscribe_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Plugin.DalamudPluginInterface.Unsubscribe(System.String)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L265">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L268">View Source</a>
</span>
<a id="Dalamud_Plugin_DalamudPluginInterface_Unsubscribe_" data-uid="Dalamud.Plugin.DalamudPluginInterface.Unsubscribe*"></a>
<h4 id="Dalamud_Plugin_DalamudPluginInterface_Unsubscribe_System_String_" data-uid="Dalamud.Plugin.DalamudPluginInterface.Unsubscribe(System.String)">Unsubscribe(String)</h4>
@ -1080,7 +1084,8 @@ public void LogError(string messageTemplate, params object[] values)</code></pre
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Unsubscribe(string pluginName)</code></pre>
<pre><code class="lang-csharp hljs">[Obsolete(&quot;The current IPC mechanism is obsolete and scheduled to be replaced after API level 3.&quot;)]
public void Unsubscribe(string pluginName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -1105,7 +1110,7 @@ public void LogError(string messageTemplate, params object[] values)</code></pre
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Plugin_DalamudPluginInterface_UnsubscribeAny.md&amp;value=---%0Auid%3A%20Dalamud.Plugin.DalamudPluginInterface.UnsubscribeAny%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L253">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L255">View Source</a>
</span>
<a id="Dalamud_Plugin_DalamudPluginInterface_UnsubscribeAny_" data-uid="Dalamud.Plugin.DalamudPluginInterface.UnsubscribeAny*"></a>
<h4 id="Dalamud_Plugin_DalamudPluginInterface_UnsubscribeAny" data-uid="Dalamud.Plugin.DalamudPluginInterface.UnsubscribeAny">UnsubscribeAny()</h4>
@ -1114,7 +1119,8 @@ public void LogError(string messageTemplate, params object[] values)</code></pre
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void UnsubscribeAny()</code></pre>
<pre><code class="lang-csharp hljs">[Obsolete(&quot;The current IPC mechanism is obsolete and scheduled to be replaced after API level 3.&quot;)]
public void UnsubscribeAny()</code></pre>
</div>
<h3 id="events">Events
</h3>

View file

@ -204,8 +204,7 @@ Please consider using these instead in performance-critical code.</p>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[CanBeNull]
public static T[] Read&lt;T&gt;(IntPtr address, int count)
<pre><code class="lang-csharp hljs">public static T[] Read&lt;T&gt;(IntPtr address, int count)
where T : struct</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
@ -340,8 +339,7 @@ public static T[] Read&lt;T&gt;(IntPtr address, int count)
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[CanBeNull]
public static string ReadString(IntPtr address, int maxLength = 256)</code></pre>
<pre><code class="lang-csharp hljs">public static string ReadString(IntPtr address, int maxLength = 256)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -402,8 +400,7 @@ since Encoding.UTF8 destroys the FFXIV payload structure.</p>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[CanBeNull]
public static string ReadString(IntPtr address, Encoding encoding, int maxLength = 256)</code></pre>
<pre><code class="lang-csharp hljs">public static string ReadString(IntPtr address, Encoding encoding, int maxLength = 256)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">

View file

@ -80,35 +80,11 @@
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">SanitizerTests</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Test.Game.Text.Sanitizer.html">Dalamud.Test.Game.Text.Sanitizer</a></h6>
<h6><strong>Assembly</strong>: Dalamud.Test.dll</h6>
<h5 id="Dalamud_Test_Game_Text_Sanitizer_SanitizerTests_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class SanitizerTests</code></pre>
<pre><code class="lang-csharp hljs">public class SanitizerTests : object</code></pre>
</div>
<h3 id="methods">Methods
</h3>
@ -125,14 +101,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[Theory]
[InlineData(new object[]{ClientLanguage.English, &quot;Pixie Cotton Hood of Healing&quot;, &quot;Pixie Cotton Hood of Healing&quot;})]
[InlineData(new object[]{ClientLanguage.Japanese, &quot;&#12450;&#12521;&#12460;&#12531;&#12488;&#12540;&#12512;&#12473;&#12488;&#12540;&#12531;:&#30495;&#29702;&quot;, &quot;&#12450;&#12521;&#12460;&#12531;&#12488;&#12540;&#12512;&#12473;&#12488;&#12540;&#12531;:&#30495;&#29702;&quot;})]
[InlineData(new object[]{ClientLanguage.German, &quot;Anemos-Pan\u0002\u0016\u0001\u0003zer\u0002\u0016\u0001\u0003hand\u0002\u0016\u0001\u0003schu\u0002\u0016\u0001\u0003he des Drachenbluts&quot;, &quot;Anemos-Panzerhandschuhe des Drachenbluts&quot;})]
[InlineData(new object[]{ClientLanguage.German, &quot;Bienen-Spatha &#8224;&quot;, &quot;Bienen-Spatha&quot;})]
[InlineData(new object[]{ClientLanguage.French, &quot;Le Diademe\u0002\u001d\u0001\u0003: terrains de chasse|Le Diademe\u0002\u001d\u0001\u0003: terrains de chasse&quot;, &quot;Le Diademe: terrains de chasse|Le Diademe: terrains de chasse&quot;})]
[InlineData(new object[]{ClientLanguage.French, &quot;Cuir de b&#339;uf&quot;, &quot;Cuir de boeuf&quot;})]
public void StringsAreSanitizedCorrectly(ClientLanguage clientLanguage, string unsanitizedString, string sanitizedString)</code></pre>
<pre><code class="lang-csharp hljs">public void StringsAreSanitizedCorrectly(ClientLanguage clientLanguage, string unsanitizedString, string sanitizedString)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">

View file

@ -80,35 +80,11 @@
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">LocalizationTests</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Test.html">Dalamud.Test</a></h6>
<h6><strong>Assembly</strong>: Dalamud.Test.dll</h6>
<h5 id="Dalamud_Test_LocalizationTests_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class LocalizationTests</code></pre>
<pre><code class="lang-csharp hljs">public class LocalizationTests : object</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
@ -142,8 +118,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[Fact]
public void SetupWithFallbacks_EventInvoked()</code></pre>
<pre><code class="lang-csharp hljs">public void SetupWithFallbacks_EventInvoked()</code></pre>
</div>
</article>
</div>

View file

@ -101,6 +101,7 @@
<h5 id="ImGuiNET_RangeAccessor_1_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct RangeAccessor&lt;T&gt;
where T : struct</code></pre>
</div>
<h5 class="typeParameters">Type Parameters</h5>

View file

@ -101,6 +101,7 @@
<h5 id="ImGuiNET_RangePtrAccessor_1_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct RangePtrAccessor&lt;T&gt;
where T : struct</code></pre>
</div>
<h5 class="typeParameters">Type Parameters</h5>

View file

@ -122,10 +122,10 @@ This will disable vsync regardless of the fps value.</p>
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_FramerateLimit_LimitType.md&amp;value=---%0Auid%3A%20ImGuiScene.FramerateLimit.LimitType%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_FramerateLimit_LimitType.md&amp;value=---%0Auid%3A%20ImGuiScene.FramerateLimit.LimitType%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/FramerateLimit.cs/#L14" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/FramerateLimit.cs/#L14" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -113,10 +113,10 @@ Vsync-enabled (sync to monitor refresh), or a specified fixed framerate (vsync d
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_FramerateLimit__ctor_ImGuiScene_FramerateLimit_LimitType_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.FramerateLimit.%23ctor(ImGuiScene.FramerateLimit.LimitType%2CSystem.Int32)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_FramerateLimit__ctor_ImGuiScene_FramerateLimit_LimitType_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.FramerateLimit.%23ctor(ImGuiScene.FramerateLimit.LimitType%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/FramerateLimit.cs/#L56">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/FramerateLimit.cs/#L56">View Source</a>
</span>
<a id="ImGuiScene_FramerateLimit__ctor_" data-uid="ImGuiScene.FramerateLimit.#ctor*"></a>
<h4 id="ImGuiScene_FramerateLimit__ctor_ImGuiScene_FramerateLimit_LimitType_System_Int32_" data-uid="ImGuiScene.FramerateLimit.#ctor(ImGuiScene.FramerateLimit.LimitType,System.Int32)">FramerateLimit(FramerateLimit.LimitType, Int32)</h4>
@ -155,10 +155,10 @@ Vsync-enabled (sync to monitor refresh), or a specified fixed framerate (vsync d
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_FramerateLimit_FPS.md&amp;value=---%0Auid%3A%20ImGuiScene.FramerateLimit.FPS%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_FramerateLimit_FPS.md&amp;value=---%0Auid%3A%20ImGuiScene.FramerateLimit.FPS%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/FramerateLimit.cs/#L40">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/FramerateLimit.cs/#L40">View Source</a>
</span>
<a id="ImGuiScene_FramerateLimit_FPS_" data-uid="ImGuiScene.FramerateLimit.FPS*"></a>
<h4 id="ImGuiScene_FramerateLimit_FPS" data-uid="ImGuiScene.FramerateLimit.FPS">FPS</h4>
@ -186,10 +186,10 @@ Vsync-enabled (sync to monitor refresh), or a specified fixed framerate (vsync d
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_FramerateLimit_Type.md&amp;value=---%0Auid%3A%20ImGuiScene.FramerateLimit.Type%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_FramerateLimit_Type.md&amp;value=---%0Auid%3A%20ImGuiScene.FramerateLimit.Type%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/FramerateLimit.cs/#L34">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/FramerateLimit.cs/#L34">View Source</a>
</span>
<a id="ImGuiScene_FramerateLimit_Type_" data-uid="ImGuiScene.FramerateLimit.Type*"></a>
<h4 id="ImGuiScene_FramerateLimit_Type" data-uid="ImGuiScene.FramerateLimit.Type">Type</h4>
@ -219,10 +219,10 @@ Vsync-enabled (sync to monitor refresh), or a specified fixed framerate (vsync d
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_FramerateLimit_ToString.md&amp;value=---%0Auid%3A%20ImGuiScene.FramerateLimit.ToString%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_FramerateLimit_ToString.md&amp;value=---%0Auid%3A%20ImGuiScene.FramerateLimit.ToString%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/FramerateLimit.cs/#L67">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/FramerateLimit.cs/#L67">View Source</a>
</span>
<a id="ImGuiScene_FramerateLimit_ToString_" data-uid="ImGuiScene.FramerateLimit.ToString*"></a>
<h4 id="ImGuiScene_FramerateLimit_ToString" data-uid="ImGuiScene.FramerateLimit.ToString">ToString()</h4>
@ -257,10 +257,10 @@ Vsync-enabled (sync to monitor refresh), or a specified fixed framerate (vsync d
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_FramerateLimit.md&amp;value=---%0Auid%3A%20ImGuiScene.FramerateLimit%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_FramerateLimit.md&amp;value=---%0Auid%3A%20ImGuiScene.FramerateLimit%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/FramerateLimit.cs/#L9" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/FramerateLimit.cs/#L9" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -121,10 +121,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_GLTextureWrap__ctor_System_UInt32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.%23ctor(System.UInt32%2CSystem.Int32%2CSystem.Int32)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_GLTextureWrap__ctor_System_UInt32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.%23ctor(System.UInt32%2CSystem.Int32%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L241">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L241">View Source</a>
</span>
<a id="ImGuiScene_GLTextureWrap__ctor_" data-uid="ImGuiScene.GLTextureWrap.#ctor*"></a>
<h4 id="ImGuiScene_GLTextureWrap__ctor_System_UInt32_System_Int32_System_Int32_" data-uid="ImGuiScene.GLTextureWrap.#ctor(System.UInt32,System.Int32,System.Int32)">GLTextureWrap(UInt32, Int32, Int32)</h4>
@ -165,10 +165,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_GLTextureWrap_Height.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.Height%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_GLTextureWrap_Height.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.Height%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L239">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L239">View Source</a>
</span>
<a id="ImGuiScene_GLTextureWrap_Height_" data-uid="ImGuiScene.GLTextureWrap.Height*"></a>
<h4 id="ImGuiScene_GLTextureWrap_Height" data-uid="ImGuiScene.GLTextureWrap.Height">Height</h4>
@ -195,10 +195,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_GLTextureWrap_ImGuiHandle.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.ImGuiHandle%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_GLTextureWrap_ImGuiHandle.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.ImGuiHandle%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L237">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L237">View Source</a>
</span>
<a id="ImGuiScene_GLTextureWrap_ImGuiHandle_" data-uid="ImGuiScene.GLTextureWrap.ImGuiHandle*"></a>
<h4 id="ImGuiScene_GLTextureWrap_ImGuiHandle" data-uid="ImGuiScene.GLTextureWrap.ImGuiHandle">ImGuiHandle</h4>
@ -225,10 +225,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_GLTextureWrap_Width.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.Width%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_GLTextureWrap_Width.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.Width%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L238">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L238">View Source</a>
</span>
<a id="ImGuiScene_GLTextureWrap_Width_" data-uid="ImGuiScene.GLTextureWrap.Width*"></a>
<h4 id="ImGuiScene_GLTextureWrap_Width" data-uid="ImGuiScene.GLTextureWrap.Width">Width</h4>
@ -257,10 +257,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_GLTextureWrap_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.Dispose%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_GLTextureWrap_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L279">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L279">View Source</a>
</span>
<a id="ImGuiScene_GLTextureWrap_Dispose_" data-uid="ImGuiScene.GLTextureWrap.Dispose*"></a>
<h4 id="ImGuiScene_GLTextureWrap_Dispose" data-uid="ImGuiScene.GLTextureWrap.Dispose">Dispose()</h4>
@ -272,10 +272,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_GLTextureWrap_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.Dispose(System.Boolean)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_GLTextureWrap_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.Dispose(System.Boolean)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L251">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L251">View Source</a>
</span>
<a id="ImGuiScene_GLTextureWrap_Dispose_" data-uid="ImGuiScene.GLTextureWrap.Dispose*"></a>
<h4 id="ImGuiScene_GLTextureWrap_Dispose_System_Boolean_" data-uid="ImGuiScene.GLTextureWrap.Dispose(System.Boolean)">Dispose(Boolean)</h4>
@ -304,10 +304,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_GLTextureWrap_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.Finalize%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_GLTextureWrap_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap.Finalize%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L273">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L273">View Source</a>
</span>
<a id="ImGuiScene_GLTextureWrap_Finalize_" data-uid="ImGuiScene.GLTextureWrap.Finalize*"></a>
<h4 id="ImGuiScene_GLTextureWrap_Finalize" data-uid="ImGuiScene.GLTextureWrap.Finalize">Finalize()</h4>
@ -332,10 +332,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_GLTextureWrap.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_GLTextureWrap.md&amp;value=---%0Auid%3A%20ImGuiScene.GLTextureWrap%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L235" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L235" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -91,10 +91,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IImGuiInputHandler_NewFrame_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiInputHandler.NewFrame(System.Int32%2CSystem.Int32)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IImGuiInputHandler_NewFrame_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiInputHandler.NewFrame(System.Int32%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/IImGuiInputHandler.cs/#L8">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/IImGuiInputHandler.cs/#L8">View Source</a>
</span>
<a id="ImGuiScene_IImGuiInputHandler_NewFrame_" data-uid="ImGuiScene.IImGuiInputHandler.NewFrame*"></a>
<h4 id="ImGuiScene_IImGuiInputHandler_NewFrame_System_Int32_System_Int32_" data-uid="ImGuiScene.IImGuiInputHandler.NewFrame(System.Int32,System.Int32)">NewFrame(Int32, Int32)</h4>
@ -128,10 +128,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IImGuiInputHandler_SetIniPath_System_String_.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiInputHandler.SetIniPath(System.String)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IImGuiInputHandler_SetIniPath_System_String_.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiInputHandler.SetIniPath(System.String)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/IImGuiInputHandler.cs/#L9">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/IImGuiInputHandler.cs/#L9">View Source</a>
</span>
<a id="ImGuiScene_IImGuiInputHandler_SetIniPath_" data-uid="ImGuiScene.IImGuiInputHandler.SetIniPath*"></a>
<h4 id="ImGuiScene_IImGuiInputHandler_SetIniPath_System_String_" data-uid="ImGuiScene.IImGuiInputHandler.SetIniPath(System.String)">SetIniPath(String)</h4>
@ -166,10 +166,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IImGuiInputHandler.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiInputHandler%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IImGuiInputHandler.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiInputHandler%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/IImGuiInputHandler.cs/#L6" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/IImGuiInputHandler.cs/#L6" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -86,10 +86,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IImGuiRenderer_Init_System_Object___.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiRenderer.Init(System.Object%5B%5D)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IImGuiRenderer_Init_System_Object___.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiRenderer.Init(System.Object%5B%5D)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/IImGuiRenderer.cs/#L11">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/IImGuiRenderer.cs/#L11">View Source</a>
</span>
<a id="ImGuiScene_IImGuiRenderer_Init_" data-uid="ImGuiScene.IImGuiRenderer.Init*"></a>
<h4 id="ImGuiScene_IImGuiRenderer_Init_System_Object___" data-uid="ImGuiScene.IImGuiRenderer.Init(System.Object[])">Init(Object[])</h4>
@ -118,10 +118,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IImGuiRenderer_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiRenderer.NewFrame%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IImGuiRenderer_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiRenderer.NewFrame%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/IImGuiRenderer.cs/#L13">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/IImGuiRenderer.cs/#L13">View Source</a>
</span>
<a id="ImGuiScene_IImGuiRenderer_NewFrame_" data-uid="ImGuiScene.IImGuiRenderer.NewFrame*"></a>
<h4 id="ImGuiScene_IImGuiRenderer_NewFrame" data-uid="ImGuiScene.IImGuiRenderer.NewFrame">NewFrame()</h4>
@ -133,10 +133,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IImGuiRenderer_RenderDrawData_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiRenderer.RenderDrawData(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IImGuiRenderer_RenderDrawData_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiRenderer.RenderDrawData(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/IImGuiRenderer.cs/#L14">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/IImGuiRenderer.cs/#L14">View Source</a>
</span>
<a id="ImGuiScene_IImGuiRenderer_RenderDrawData_" data-uid="ImGuiScene.IImGuiRenderer.RenderDrawData*"></a>
<h4 id="ImGuiScene_IImGuiRenderer_RenderDrawData_ImGuiNET_ImDrawDataPtr_" data-uid="ImGuiScene.IImGuiRenderer.RenderDrawData(ImGuiNET.ImDrawDataPtr)">RenderDrawData(ImDrawDataPtr)</h4>
@ -165,10 +165,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IImGuiRenderer_Shutdown.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiRenderer.Shutdown%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IImGuiRenderer_Shutdown.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiRenderer.Shutdown%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/IImGuiRenderer.cs/#L12">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/IImGuiRenderer.cs/#L12">View Source</a>
</span>
<a id="ImGuiScene_IImGuiRenderer_Shutdown_" data-uid="ImGuiScene.IImGuiRenderer.Shutdown*"></a>
<h4 id="ImGuiScene_IImGuiRenderer_Shutdown" data-uid="ImGuiScene.IImGuiRenderer.Shutdown">Shutdown()</h4>
@ -186,10 +186,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IImGuiRenderer.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiRenderer%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IImGuiRenderer.md&amp;value=---%0Auid%3A%20ImGuiScene.IImGuiRenderer%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/IImGuiRenderer.cs/#L8" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/IImGuiRenderer.cs/#L8" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -92,10 +92,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer_ClearColor.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.ClearColor%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer_ClearColor.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.ClearColor%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L21">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L21">View Source</a>
</span>
<a id="ImGuiScene_IRenderer_ClearColor_" data-uid="ImGuiScene.IRenderer.ClearColor*"></a>
<h4 id="ImGuiScene_IRenderer_ClearColor" data-uid="ImGuiScene.IRenderer.ClearColor">ClearColor</h4>
@ -123,10 +123,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer_Debuggable.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.Debuggable%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer_Debuggable.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.Debuggable%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L31">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L31">View Source</a>
</span>
<a id="ImGuiScene_IRenderer_Debuggable_" data-uid="ImGuiScene.IRenderer.Debuggable*"></a>
<h4 id="ImGuiScene_IRenderer_Debuggable" data-uid="ImGuiScene.IRenderer.Debuggable">Debuggable</h4>
@ -154,10 +154,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer_Type.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.Type%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer_Type.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.Type%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L16">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L16">View Source</a>
</span>
<a id="ImGuiScene_IRenderer_Type_" data-uid="ImGuiScene.IRenderer.Type*"></a>
<h4 id="ImGuiScene_IRenderer_Type" data-uid="ImGuiScene.IRenderer.Type">Type</h4>
@ -185,10 +185,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer_Vsync.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.Vsync%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer_Vsync.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.Vsync%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L26">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L26">View Source</a>
</span>
<a id="ImGuiScene_IRenderer_Vsync_" data-uid="ImGuiScene.IRenderer.Vsync*"></a>
<h4 id="ImGuiScene_IRenderer_Vsync" data-uid="ImGuiScene.IRenderer.Vsync">Vsync</h4>
@ -218,10 +218,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer_AttachToWindow_ImGuiScene_SimpleSDLWindow_.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.AttachToWindow(ImGuiScene.SimpleSDLWindow)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer_AttachToWindow_ImGuiScene_SimpleSDLWindow_.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.AttachToWindow(ImGuiScene.SimpleSDLWindow)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L42">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L42">View Source</a>
</span>
<a id="ImGuiScene_IRenderer_AttachToWindow_" data-uid="ImGuiScene.IRenderer.AttachToWindow*"></a>
<h4 id="ImGuiScene_IRenderer_AttachToWindow_ImGuiScene_SimpleSDLWindow_" data-uid="ImGuiScene.IRenderer.AttachToWindow(ImGuiScene.SimpleSDLWindow)">AttachToWindow(SimpleSDLWindow)</h4>
@ -255,10 +255,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer_Clear.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.Clear%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer_Clear.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.Clear%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L47">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L47">View Source</a>
</span>
<a id="ImGuiScene_IRenderer_Clear_" data-uid="ImGuiScene.IRenderer.Clear*"></a>
<h4 id="ImGuiScene_IRenderer_Clear" data-uid="ImGuiScene.IRenderer.Clear">Clear()</h4>
@ -271,10 +271,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer_CreateTexture_System_Void__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.CreateTexture(System.Void*%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer_CreateTexture_System_Void__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.CreateTexture(System.Void*%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L63">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L63">View Source</a>
</span>
<a id="ImGuiScene_IRenderer_CreateTexture_" data-uid="ImGuiScene.IRenderer.CreateTexture*"></a>
<h4 id="ImGuiScene_IRenderer_CreateTexture_System_Void__System_Int32_System_Int32_System_Int32_" data-uid="ImGuiScene.IRenderer.CreateTexture(System.Void*,System.Int32,System.Int32,System.Int32)">CreateTexture(Void*, Int32, Int32, Int32)</h4>
@ -342,10 +342,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer_ImGui_Init.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.ImGui_Init%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer_ImGui_Init.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.ImGui_Init%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L67">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L67">View Source</a>
</span>
<a id="ImGuiScene_IRenderer_ImGui_Init_" data-uid="ImGuiScene.IRenderer.ImGui_Init*"></a>
<h4 id="ImGuiScene_IRenderer_ImGui_Init" data-uid="ImGuiScene.IRenderer.ImGui_Init">ImGui_Init()</h4>
@ -357,10 +357,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer_ImGui_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.ImGui_NewFrame%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer_ImGui_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.ImGui_NewFrame%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L69">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L69">View Source</a>
</span>
<a id="ImGuiScene_IRenderer_ImGui_NewFrame_" data-uid="ImGuiScene.IRenderer.ImGui_NewFrame*"></a>
<h4 id="ImGuiScene_IRenderer_ImGui_NewFrame" data-uid="ImGuiScene.IRenderer.ImGui_NewFrame">ImGui_NewFrame()</h4>
@ -372,10 +372,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer_ImGui_RenderDrawData_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.ImGui_RenderDrawData(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer_ImGui_RenderDrawData_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.ImGui_RenderDrawData(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L70">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L70">View Source</a>
</span>
<a id="ImGuiScene_IRenderer_ImGui_RenderDrawData_" data-uid="ImGuiScene.IRenderer.ImGui_RenderDrawData*"></a>
<h4 id="ImGuiScene_IRenderer_ImGui_RenderDrawData_ImGuiNET_ImDrawDataPtr_" data-uid="ImGuiScene.IRenderer.ImGui_RenderDrawData(ImGuiNET.ImDrawDataPtr)">ImGui_RenderDrawData(ImDrawDataPtr)</h4>
@ -404,10 +404,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer_ImGui_Shutdown.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.ImGui_Shutdown%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer_ImGui_Shutdown.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.ImGui_Shutdown%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L68">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L68">View Source</a>
</span>
<a id="ImGuiScene_IRenderer_ImGui_Shutdown_" data-uid="ImGuiScene.IRenderer.ImGui_Shutdown*"></a>
<h4 id="ImGuiScene_IRenderer_ImGui_Shutdown" data-uid="ImGuiScene.IRenderer.ImGui_Shutdown">ImGui_Shutdown()</h4>
@ -419,10 +419,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer_Present.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.Present%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer_Present.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer.Present%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L52">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L52">View Source</a>
</span>
<a id="ImGuiScene_IRenderer_Present_" data-uid="ImGuiScene.IRenderer.Present*"></a>
<h4 id="ImGuiScene_IRenderer_Present" data-uid="ImGuiScene.IRenderer.Present">Present()</h4>
@ -441,10 +441,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_IRenderer.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_IRenderer.md&amp;value=---%0Auid%3A%20ImGuiScene.IRenderer%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L11" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L11" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -124,10 +124,10 @@ Would be nice to organize it better, but it seems to work</p>
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_CreateDeviceObjects.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.CreateDeviceObjects%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_CreateDeviceObjects.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.CreateDeviceObjects%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L504">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L504">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_CreateDeviceObjects_" data-uid="ImGuiScene.ImGui_Impl_DX11.CreateDeviceObjects*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_CreateDeviceObjects" data-uid="ImGuiScene.ImGui_Impl_DX11.CreateDeviceObjects">CreateDeviceObjects()</h4>
@ -154,10 +154,10 @@ Would be nice to organize it better, but it seems to work</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_CreateFontsTexture.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.CreateFontsTexture%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_CreateFontsTexture.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.CreateFontsTexture%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L453">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L453">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_CreateFontsTexture_" data-uid="ImGuiScene.ImGui_Impl_DX11.CreateFontsTexture*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_CreateFontsTexture" data-uid="ImGuiScene.ImGui_Impl_DX11.CreateFontsTexture">CreateFontsTexture()</h4>
@ -169,10 +169,10 @@ Would be nice to organize it better, but it seems to work</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_CreateWindow_ImGuiNET_ImGuiViewportPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.CreateWindow(ImGuiNET.ImGuiViewportPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_CreateWindow_ImGuiNET_ImGuiViewportPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.CreateWindow(ImGuiNET.ImGuiViewportPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L740">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L740">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_CreateWindow_" data-uid="ImGuiScene.ImGui_Impl_DX11.CreateWindow*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_CreateWindow_ImGuiNET_ImGuiViewportPtr_" data-uid="ImGuiScene.ImGui_Impl_DX11.CreateWindow(ImGuiNET.ImGuiViewportPtr)">CreateWindow(ImGuiViewportPtr)</h4>
@ -201,10 +201,10 @@ Would be nice to organize it better, but it seems to work</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_DestroyWindow_ImGuiNET_ImGuiViewportPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.DestroyWindow(ImGuiNET.ImGuiViewportPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_DestroyWindow_ImGuiNET_ImGuiViewportPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.DestroyWindow(ImGuiNET.ImGuiViewportPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L790">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L790">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_DestroyWindow_" data-uid="ImGuiScene.ImGui_Impl_DX11.DestroyWindow*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_DestroyWindow_ImGuiNET_ImGuiViewportPtr_" data-uid="ImGuiScene.ImGui_Impl_DX11.DestroyWindow(ImGuiNET.ImGuiViewportPtr)">DestroyWindow(ImGuiViewportPtr)</h4>
@ -233,10 +233,10 @@ Would be nice to organize it better, but it seems to work</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_Init_System_Object___.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.Init(System.Object%5B%5D)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_Init_System_Object___.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.Init(System.Object%5B%5D)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L658">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L658">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_Init_" data-uid="ImGuiScene.ImGui_Impl_DX11.Init*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_Init_System_Object___" data-uid="ImGuiScene.ImGui_Impl_DX11.Init(System.Object[])">Init(Object[])</h4>
@ -265,10 +265,10 @@ Would be nice to organize it better, but it seems to work</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_InvalidateDeviceObjects.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.InvalidateDeviceObjects%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_InvalidateDeviceObjects.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.InvalidateDeviceObjects%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L616">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L616">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_InvalidateDeviceObjects_" data-uid="ImGuiScene.ImGui_Impl_DX11.InvalidateDeviceObjects*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_InvalidateDeviceObjects" data-uid="ImGuiScene.ImGui_Impl_DX11.InvalidateDeviceObjects">InvalidateDeviceObjects()</h4>
@ -280,10 +280,10 @@ Would be nice to organize it better, but it seems to work</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.NewFrame%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.NewFrame%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L693">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L693">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_NewFrame_" data-uid="ImGuiScene.ImGui_Impl_DX11.NewFrame*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_NewFrame" data-uid="ImGuiScene.ImGui_Impl_DX11.NewFrame">NewFrame()</h4>
@ -295,10 +295,10 @@ Would be nice to organize it better, but it seems to work</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_RebuildFontTexture.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.RebuildFontTexture%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_RebuildFontTexture.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.RebuildFontTexture%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L608">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L608">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_RebuildFontTexture_" data-uid="ImGuiScene.ImGui_Impl_DX11.RebuildFontTexture*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_RebuildFontTexture" data-uid="ImGuiScene.ImGui_Impl_DX11.RebuildFontTexture">RebuildFontTexture()</h4>
@ -310,10 +310,10 @@ Would be nice to organize it better, but it seems to work</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_RenderDrawData_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.RenderDrawData(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_RenderDrawData_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.RenderDrawData(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L306">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L306">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_RenderDrawData_" data-uid="ImGuiScene.ImGui_Impl_DX11.RenderDrawData*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_RenderDrawData_ImGuiNET_ImDrawDataPtr_" data-uid="ImGuiScene.ImGui_Impl_DX11.RenderDrawData(ImGuiNET.ImDrawDataPtr)">RenderDrawData(ImDrawDataPtr)</h4>
@ -342,10 +342,10 @@ Would be nice to organize it better, but it seems to work</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_RenderWindow_ImGuiNET_ImGuiViewportPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.RenderWindow(ImGuiNET.ImGuiViewportPtr%2CSystem.IntPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_RenderWindow_ImGuiNET_ImGuiViewportPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.RenderWindow(ImGuiNET.ImGuiViewportPtr%2CSystem.IntPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L822">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L822">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_RenderWindow_" data-uid="ImGuiScene.ImGui_Impl_DX11.RenderWindow*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_RenderWindow_ImGuiNET_ImGuiViewportPtr_System_IntPtr_" data-uid="ImGuiScene.ImGui_Impl_DX11.RenderWindow(ImGuiNET.ImGuiViewportPtr,System.IntPtr)">RenderWindow(ImGuiViewportPtr, IntPtr)</h4>
@ -379,10 +379,10 @@ Would be nice to organize it better, but it seems to work</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_SetupRenderState_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.SetupRenderState(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_SetupRenderState_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.SetupRenderState(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L279">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L279">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_SetupRenderState_" data-uid="ImGuiScene.ImGui_Impl_DX11.SetupRenderState*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_SetupRenderState_ImGuiNET_ImDrawDataPtr_" data-uid="ImGuiScene.ImGui_Impl_DX11.SetupRenderState(ImGuiNET.ImDrawDataPtr)">SetupRenderState(ImDrawDataPtr)</h4>
@ -411,10 +411,10 @@ Would be nice to organize it better, but it seems to work</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_SetWindowSize_ImGuiNET_ImGuiViewportPtr_SharpDX_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.SetWindowSize(ImGuiNET.ImGuiViewportPtr%2CSharpDX.Vector2)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_SetWindowSize_ImGuiNET_ImGuiViewportPtr_SharpDX_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.SetWindowSize(ImGuiNET.ImGuiViewportPtr%2CSharpDX.Vector2)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L806">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L806">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_SetWindowSize_" data-uid="ImGuiScene.ImGui_Impl_DX11.SetWindowSize*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_SetWindowSize_ImGuiNET_ImGuiViewportPtr_SharpDX_Vector2_" data-uid="ImGuiScene.ImGui_Impl_DX11.SetWindowSize(ImGuiNET.ImGuiViewportPtr,SharpDX.Vector2)">SetWindowSize(ImGuiViewportPtr, Vector2)</h4>
@ -448,10 +448,10 @@ Would be nice to organize it better, but it seems to work</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_Shutdown.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.Shutdown%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_Shutdown.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.Shutdown%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L677">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L677">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_Shutdown_" data-uid="ImGuiScene.ImGui_Impl_DX11.Shutdown*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_Shutdown" data-uid="ImGuiScene.ImGui_Impl_DX11.Shutdown">Shutdown()</h4>
@ -463,10 +463,10 @@ Would be nice to organize it better, but it seems to work</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_SwapBuffers_ImGuiNET_ImGuiViewportPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.SwapBuffers(ImGuiNET.ImGuiViewportPtr%2CSystem.IntPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11_SwapBuffers_ImGuiNET_ImGuiViewportPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11.SwapBuffers(ImGuiNET.ImGuiViewportPtr%2CSystem.IntPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L832">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L832">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_DX11_SwapBuffers_" data-uid="ImGuiScene.ImGui_Impl_DX11.SwapBuffers*"></a>
<h4 id="ImGuiScene_ImGui_Impl_DX11_SwapBuffers_ImGuiNET_ImGuiViewportPtr_System_IntPtr_" data-uid="ImGuiScene.ImGui_Impl_DX11.SwapBuffers(ImGuiNET.ImGuiViewportPtr,System.IntPtr)">SwapBuffers(ImGuiViewportPtr, IntPtr)</h4>
@ -510,10 +510,10 @@ Would be nice to organize it better, but it seems to work</p>
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_DX11.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_DX11%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L25" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_DX11.cs/#L25" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -121,10 +121,10 @@ State backup IS done for this renderer, because SDL does not play nicely when us
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_OpenGL3_Init_System_Object___.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_OpenGL3.Init(System.Object%5B%5D)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_OpenGL3_Init_System_Object___.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_OpenGL3.Init(System.Object%5B%5D)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_OpenGL3.cs/#L177">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_OpenGL3.cs/#L177">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_OpenGL3_Init_" data-uid="ImGuiScene.ImGui_Impl_OpenGL3.Init*"></a>
<h4 id="ImGuiScene_ImGui_Impl_OpenGL3_Init_System_Object___" data-uid="ImGuiScene.ImGui_Impl_OpenGL3.Init(System.Object[])">Init(Object[])</h4>
@ -153,10 +153,10 @@ State backup IS done for this renderer, because SDL does not play nicely when us
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_OpenGL3_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_OpenGL3.NewFrame%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_OpenGL3_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_OpenGL3.NewFrame%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_OpenGL3.cs/#L204">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_OpenGL3.cs/#L204">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_OpenGL3_NewFrame_" data-uid="ImGuiScene.ImGui_Impl_OpenGL3.NewFrame*"></a>
<h4 id="ImGuiScene_ImGui_Impl_OpenGL3_NewFrame" data-uid="ImGuiScene.ImGui_Impl_OpenGL3.NewFrame">NewFrame()</h4>
@ -168,10 +168,10 @@ State backup IS done for this renderer, because SDL does not play nicely when us
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_OpenGL3_RenderDrawData_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_OpenGL3.RenderDrawData(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_OpenGL3_RenderDrawData_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_OpenGL3.RenderDrawData(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_OpenGL3.cs/#L34">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_OpenGL3.cs/#L34">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_OpenGL3_RenderDrawData_" data-uid="ImGuiScene.ImGui_Impl_OpenGL3.RenderDrawData*"></a>
<h4 id="ImGuiScene_ImGui_Impl_OpenGL3_RenderDrawData_ImGuiNET_ImDrawDataPtr_" data-uid="ImGuiScene.ImGui_Impl_OpenGL3.RenderDrawData(ImGuiNET.ImDrawDataPtr)">RenderDrawData(ImDrawDataPtr)</h4>
@ -200,10 +200,10 @@ State backup IS done for this renderer, because SDL does not play nicely when us
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_OpenGL3_Shutdown.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_OpenGL3.Shutdown%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_OpenGL3_Shutdown.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_OpenGL3.Shutdown%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_OpenGL3.cs/#L193">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_OpenGL3.cs/#L193">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_OpenGL3_Shutdown_" data-uid="ImGuiScene.ImGui_Impl_OpenGL3.Shutdown*"></a>
<h4 id="ImGuiScene_ImGui_Impl_OpenGL3_Shutdown" data-uid="ImGuiScene.ImGui_Impl_OpenGL3.Shutdown">Shutdown()</h4>
@ -225,10 +225,10 @@ State backup IS done for this renderer, because SDL does not play nicely when us
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_OpenGL3.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_OpenGL3%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_OpenGL3.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_OpenGL3%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_OpenGL3.cs/#L18" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Renderers/ImGui_Impl_OpenGL3.cs/#L18" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -121,10 +121,10 @@ A near-direct port of <a href="https://github.com/ocornut/imgui/blob/master/exam
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL__ctor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL.%23ctor(System.IntPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL__ctor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL.%23ctor(System.IntPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L30">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L30">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_SDL__ctor_" data-uid="ImGuiScene.ImGui_Impl_SDL.#ctor*"></a>
<h4 id="ImGuiScene_ImGui_Impl_SDL__ctor_System_IntPtr_" data-uid="ImGuiScene.ImGui_Impl_SDL.#ctor(System.IntPtr)">ImGui_Impl_SDL(IntPtr)</h4>
@ -155,10 +155,10 @@ A near-direct port of <a href="https://github.com/ocornut/imgui/blob/master/exam
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL.Dispose%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L332">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L332">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_SDL_Dispose_" data-uid="ImGuiScene.ImGui_Impl_SDL.Dispose*"></a>
<h4 id="ImGuiScene_ImGui_Impl_SDL_Dispose" data-uid="ImGuiScene.ImGui_Impl_SDL.Dispose">Dispose()</h4>
@ -170,10 +170,10 @@ A near-direct port of <a href="https://github.com/ocornut/imgui/blob/master/exam
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL.Dispose(System.Boolean)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL.Dispose(System.Boolean)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L274">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L274">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_SDL_Dispose_" data-uid="ImGuiScene.ImGui_Impl_SDL.Dispose*"></a>
<h4 id="ImGuiScene_ImGui_Impl_SDL_Dispose_System_Boolean_" data-uid="ImGuiScene.ImGui_Impl_SDL.Dispose(System.Boolean)">Dispose(Boolean)</h4>
@ -202,10 +202,10 @@ A near-direct port of <a href="https://github.com/ocornut/imgui/blob/master/exam
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL.Finalize%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL.Finalize%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L325">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L325">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_SDL_Finalize_" data-uid="ImGuiScene.ImGui_Impl_SDL.Finalize*"></a>
<h4 id="ImGuiScene_ImGui_Impl_SDL_Finalize" data-uid="ImGuiScene.ImGui_Impl_SDL.Finalize">Finalize()</h4>
@ -217,10 +217,10 @@ A near-direct port of <a href="https://github.com/ocornut/imgui/blob/master/exam
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL_NewFrame_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL.NewFrame(System.Int32%2CSystem.Int32)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL_NewFrame_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL.NewFrame(System.Int32%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L97">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L97">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_SDL_NewFrame_" data-uid="ImGuiScene.ImGui_Impl_SDL.NewFrame*"></a>
<h4 id="ImGuiScene_ImGui_Impl_SDL_NewFrame_System_Int32_System_Int32_" data-uid="ImGuiScene.ImGui_Impl_SDL.NewFrame(System.Int32,System.Int32)">NewFrame(Int32, Int32)</h4>
@ -254,10 +254,10 @@ A near-direct port of <a href="https://github.com/ocornut/imgui/blob/master/exam
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL_SetIniPath_System_String_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL.SetIniPath(System.String)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL_SetIniPath_System_String_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL.SetIniPath(System.String)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L122">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L122">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Impl_SDL_SetIniPath_" data-uid="ImGuiScene.ImGui_Impl_SDL.SetIniPath*"></a>
<h4 id="ImGuiScene_ImGui_Impl_SDL_SetIniPath_System_String_" data-uid="ImGuiScene.ImGui_Impl_SDL.SetIniPath(System.String)">SetIniPath(String)</h4>
@ -299,10 +299,10 @@ A near-direct port of <a href="https://github.com/ocornut/imgui/blob/master/exam
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Impl_SDL.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Impl_SDL%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L13" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Impl_SDL.cs/#L13" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -119,10 +119,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct__ctor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.%23ctor(System.IntPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct__ctor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.%23ctor(System.IntPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L30">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L30">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Input_Impl_Direct__ctor_" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.#ctor*"></a>
<h4 id="ImGuiScene_ImGui_Input_Impl_Direct__ctor_System_IntPtr_" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.#ctor(System.IntPtr)">ImGui_Input_Impl_Direct(IntPtr)</h4>
@ -153,10 +153,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.Dispose%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L580">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L580">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Input_Impl_Direct_Dispose_" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.Dispose*"></a>
<h4 id="ImGuiScene_ImGui_Input_Impl_Direct_Dispose" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.Dispose">Dispose()</h4>
@ -168,10 +168,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.Dispose(System.Boolean)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.Dispose(System.Boolean)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L526">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L526">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Input_Impl_Direct_Dispose_" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.Dispose*"></a>
<h4 id="ImGuiScene_ImGui_Input_Impl_Direct_Dispose_System_Boolean_" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.Dispose(System.Boolean)">Dispose(Boolean)</h4>
@ -200,10 +200,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.Finalize%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.Finalize%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L573">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L573">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Input_Impl_Direct_Finalize_" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.Finalize*"></a>
<h4 id="ImGuiScene_ImGui_Input_Impl_Direct_Finalize" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.Finalize">Finalize()</h4>
@ -215,10 +215,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct_IsImGuiCursor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.IsImGuiCursor(System.IntPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct_IsImGuiCursor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.IsImGuiCursor(System.IntPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L90">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L90">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Input_Impl_Direct_IsImGuiCursor_" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.IsImGuiCursor*"></a>
<h4 id="ImGuiScene_ImGui_Input_Impl_Direct_IsImGuiCursor_System_IntPtr_" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.IsImGuiCursor(System.IntPtr)">IsImGuiCursor(IntPtr)</h4>
@ -262,10 +262,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct_NewFrame_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.NewFrame(System.Int32%2CSystem.Int32)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct_NewFrame_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.NewFrame(System.Int32%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L95">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L95">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Input_Impl_Direct_NewFrame_" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.NewFrame*"></a>
<h4 id="ImGuiScene_ImGui_Input_Impl_Direct_NewFrame_System_Int32_System_Int32_" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.NewFrame(System.Int32,System.Int32)">NewFrame(Int32, Int32)</h4>
@ -299,10 +299,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct_SetIniPath_System_String_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.SetIniPath(System.String)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct_SetIniPath_System_String_.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct.SetIniPath(System.String)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L169">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L169">View Source</a>
</span>
<a id="ImGuiScene_ImGui_Input_Impl_Direct_SetIniPath_" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.SetIniPath*"></a>
<h4 id="ImGuiScene_ImGui_Input_Impl_Direct_SetIniPath_System_String_" data-uid="ImGuiScene.ImGui_Input_Impl_Direct.SetIniPath(System.String)">SetIniPath(String)</h4>
@ -344,10 +344,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_ImGui_Input_Impl_Direct.md&amp;value=---%0Auid%3A%20ImGuiScene.ImGui_Input_Impl_Direct%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L14" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/ImGui_Impl/Input/ImGui_Input_Impl_Direct.cs/#L14" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -114,10 +114,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_MemUtil_ToPointer__1___0_.md&amp;value=---%0Auid%3A%20ImGuiScene.MemUtil.ToPointer%60%601(%60%600)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_MemUtil_ToPointer__1___0_.md&amp;value=---%0Auid%3A%20ImGuiScene.MemUtil.ToPointer%60%601(%60%600)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Win32 Utils/MemUtil.cs/#L7">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Win32 Utils/MemUtil.cs/#L7">View Source</a>
</span>
<a id="ImGuiScene_MemUtil_ToPointer_" data-uid="ImGuiScene.MemUtil.ToPointer*"></a>
<h4 id="ImGuiScene_MemUtil_ToPointer__1___0_" data-uid="ImGuiScene.MemUtil.ToPointer``1(``0)">ToPointer&lt;T&gt;(T)</h4>
@ -182,10 +182,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_MemUtil.md&amp;value=---%0Auid%3A%20ImGuiScene.MemUtil%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_MemUtil.md&amp;value=---%0Auid%3A%20ImGuiScene.MemUtil%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Win32 Utils/MemUtil.cs/#L5" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Win32 Utils/MemUtil.cs/#L5" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -89,10 +89,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_BuildUIDelegate.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.BuildUIDelegate%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_BuildUIDelegate.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.BuildUIDelegate%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L30" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L30" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -89,10 +89,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_NewInputFrameDelegate.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.NewInputFrameDelegate%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_NewInputFrameDelegate.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.NewInputFrameDelegate%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L31" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L31" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -89,10 +89,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_NewRenderFrameDelegate.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.NewRenderFrameDelegate%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_NewRenderFrameDelegate.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.NewRenderFrameDelegate%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L32" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L32" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -118,10 +118,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene__ctor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.%23ctor(System.IntPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene__ctor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.%23ctor(System.IntPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L53">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L53">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene__ctor_" data-uid="ImGuiScene.RawDX11Scene.#ctor*"></a>
<h4 id="ImGuiScene_RawDX11Scene__ctor_System_IntPtr_" data-uid="ImGuiScene.RawDX11Scene.#ctor(System.IntPtr)">RawDX11Scene(IntPtr)</h4>
@ -150,10 +150,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene__ctor_System_IntPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.%23ctor(System.IntPtr%2CSystem.IntPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene__ctor_System_IntPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.%23ctor(System.IntPtr%2CSystem.IntPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L69">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L69">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene__ctor_" data-uid="ImGuiScene.RawDX11Scene.#ctor*"></a>
<h4 id="ImGuiScene_RawDX11Scene__ctor_System_IntPtr_System_IntPtr_" data-uid="ImGuiScene.RawDX11Scene.#ctor(System.IntPtr,System.IntPtr)">RawDX11Scene(IntPtr, IntPtr)</h4>
@ -189,10 +189,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_OnBuildUI.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.OnBuildUI%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_OnBuildUI.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.OnBuildUI%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L37">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L37">View Source</a>
</span>
<h4 id="ImGuiScene_RawDX11Scene_OnBuildUI" data-uid="ImGuiScene.RawDX11Scene.OnBuildUI">OnBuildUI</h4>
<div class="markdown level1 summary"><p>User methods invoked every ImGui frame to construct custom UIs.</p>
@ -219,10 +219,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_OnNewInputFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.OnNewInputFrame%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_OnNewInputFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.OnNewInputFrame%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L39">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L39">View Source</a>
</span>
<h4 id="ImGuiScene_RawDX11Scene_OnNewInputFrame" data-uid="ImGuiScene.RawDX11Scene.OnNewInputFrame">OnNewInputFrame</h4>
<div class="markdown level1 summary"></div>
@ -248,10 +248,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_OnNewRenderFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.OnNewRenderFrame%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_OnNewRenderFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.OnNewRenderFrame%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L40">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L40">View Source</a>
</span>
<h4 id="ImGuiScene_RawDX11Scene_OnNewRenderFrame" data-uid="ImGuiScene.RawDX11Scene.OnNewRenderFrame">OnNewRenderFrame</h4>
<div class="markdown level1 summary"></div>
@ -279,10 +279,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_Device.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.Device%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_Device.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.Device%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L17">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L17">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_Device_" data-uid="ImGuiScene.RawDX11Scene.Device*"></a>
<h4 id="ImGuiScene_RawDX11Scene_Device" data-uid="ImGuiScene.RawDX11Scene.Device">Device</h4>
@ -309,10 +309,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_ImGuiIniPath.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.ImGuiIniPath%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_ImGuiIniPath.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.ImGuiIniPath%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L43">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L43">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_ImGuiIniPath_" data-uid="ImGuiScene.RawDX11Scene.ImGuiIniPath*"></a>
<h4 id="ImGuiScene_RawDX11Scene_ImGuiIniPath" data-uid="ImGuiScene.RawDX11Scene.ImGuiIniPath">ImGuiIniPath</h4>
@ -339,10 +339,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_SwapChain.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.SwapChain%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_SwapChain.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.SwapChain%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L19">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L19">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_SwapChain_" data-uid="ImGuiScene.RawDX11Scene.SwapChain*"></a>
<h4 id="ImGuiScene_RawDX11Scene_SwapChain" data-uid="ImGuiScene.RawDX11Scene.SwapChain">SwapChain</h4>
@ -369,10 +369,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_WindowHandlePtr.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.WindowHandlePtr%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_WindowHandlePtr.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.WindowHandlePtr%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L18">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L18">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_WindowHandlePtr_" data-uid="ImGuiScene.RawDX11Scene.WindowHandlePtr*"></a>
<h4 id="ImGuiScene_RawDX11Scene_WindowHandlePtr" data-uid="ImGuiScene.RawDX11Scene.WindowHandlePtr">WindowHandlePtr</h4>
@ -401,10 +401,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_CaptureScreenshot.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.CaptureScreenshot%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_CaptureScreenshot.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.CaptureScreenshot%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L233">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L233">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_CaptureScreenshot_" data-uid="ImGuiScene.RawDX11Scene.CaptureScreenshot*"></a>
<h4 id="ImGuiScene_RawDX11Scene_CaptureScreenshot" data-uid="ImGuiScene.RawDX11Scene.CaptureScreenshot">CaptureScreenshot()</h4>
@ -431,10 +431,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.Dispose%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L323">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L323">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_Dispose_" data-uid="ImGuiScene.RawDX11Scene.Dispose*"></a>
<h4 id="ImGuiScene_RawDX11Scene_Dispose" data-uid="ImGuiScene.RawDX11Scene.Dispose">Dispose()</h4>
@ -446,10 +446,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.Finalize%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.Finalize%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L316">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L316">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_Finalize_" data-uid="ImGuiScene.RawDX11Scene.Finalize*"></a>
<h4 id="ImGuiScene_RawDX11Scene_Finalize" data-uid="ImGuiScene.RawDX11Scene.Finalize">Finalize()</h4>
@ -461,10 +461,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_InvalidateFonts.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.InvalidateFonts%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_InvalidateFonts.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.InvalidateFonts%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L147">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L147">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_InvalidateFonts_" data-uid="ImGuiScene.RawDX11Scene.InvalidateFonts*"></a>
<h4 id="ImGuiScene_RawDX11Scene_InvalidateFonts" data-uid="ImGuiScene.RawDX11Scene.InvalidateFonts">InvalidateFonts()</h4>
@ -476,10 +476,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_IsImGuiCursor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.IsImGuiCursor(System.IntPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_IsImGuiCursor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.IsImGuiCursor(System.IntPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L152">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L152">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_IsImGuiCursor_" data-uid="ImGuiScene.RawDX11Scene.IsImGuiCursor*"></a>
<h4 id="ImGuiScene_RawDX11Scene_IsImGuiCursor_System_IntPtr_" data-uid="ImGuiScene.RawDX11Scene.IsImGuiCursor(System.IntPtr)">IsImGuiCursor(IntPtr)</h4>
@ -523,10 +523,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_LoadImage_System_Byte___.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.LoadImage(System.Byte%5B%5D)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_LoadImage_System_Byte___.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.LoadImage(System.Byte%5B%5D)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L168">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L168">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_LoadImage_" data-uid="ImGuiScene.RawDX11Scene.LoadImage*"></a>
<h4 id="ImGuiScene_RawDX11Scene_LoadImage_System_Byte___" data-uid="ImGuiScene.RawDX11Scene.LoadImage(System.Byte[])">LoadImage(Byte[])</h4>
@ -570,10 +570,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_LoadImage_System_String_.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.LoadImage(System.String)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_LoadImage_System_String_.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.LoadImage(System.String)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L157">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L157">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_LoadImage_" data-uid="ImGuiScene.RawDX11Scene.LoadImage*"></a>
<h4 id="ImGuiScene_RawDX11Scene_LoadImage_System_String_" data-uid="ImGuiScene.RawDX11Scene.LoadImage(System.String)">LoadImage(String)</h4>
@ -617,10 +617,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.LoadImageRaw(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.LoadImageRaw(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L177">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L177">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_LoadImageRaw_" data-uid="ImGuiScene.RawDX11Scene.LoadImageRaw*"></a>
<h4 id="ImGuiScene_RawDX11Scene_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_" data-uid="ImGuiScene.RawDX11Scene.LoadImageRaw(System.Byte[],System.Int32,System.Int32,System.Int32)">LoadImageRaw(Byte[], Int32, Int32, Int32)</h4>
@ -679,10 +679,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_OnPostResize_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.OnPostResize(System.Int32%2CSystem.Int32)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_OnPostResize_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.OnPostResize(System.Int32%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L134">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L134">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_OnPostResize_" data-uid="ImGuiScene.RawDX11Scene.OnPostResize*"></a>
<h4 id="ImGuiScene_RawDX11Scene_OnPostResize_System_Int32_System_Int32_" data-uid="ImGuiScene.RawDX11Scene.OnPostResize(System.Int32,System.Int32)">OnPostResize(Int32, Int32)</h4>
@ -716,10 +716,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_OnPreResize.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.OnPreResize%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_OnPreResize.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.OnPreResize%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L126">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L126">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_OnPreResize_" data-uid="ImGuiScene.RawDX11Scene.OnPreResize*"></a>
<h4 id="ImGuiScene_RawDX11Scene_OnPreResize" data-uid="ImGuiScene.RawDX11Scene.OnPreResize">OnPreResize()</h4>
@ -731,10 +731,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene_Render.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.Render%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene_Render.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene.Render%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L107">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L107">View Source</a>
</span>
<a id="ImGuiScene_RawDX11Scene_Render_" data-uid="ImGuiScene.RawDX11Scene.Render*"></a>
<h4 id="ImGuiScene_RawDX11Scene_Render" data-uid="ImGuiScene.RawDX11Scene.Render">Render()</h4>
@ -756,10 +756,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RawDX11Scene.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RawDX11Scene.md&amp;value=---%0Auid%3A%20ImGuiScene.RawDX11Scene%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/RawDX11Scene.cs/#L15" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/RawDX11Scene.cs/#L15" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -113,10 +113,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RendererFactory_RendererBackend.md&amp;value=---%0Auid%3A%20ImGuiScene.RendererFactory.RendererBackend%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RendererFactory_RendererBackend.md&amp;value=---%0Auid%3A%20ImGuiScene.RendererFactory.RendererBackend%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/RendererFactory.cs/#L10" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/RendererFactory.cs/#L10" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -115,10 +115,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RendererFactory_CreateRenderer_ImGuiScene_RendererFactory_RendererBackend_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.RendererFactory.CreateRenderer(ImGuiScene.RendererFactory.RendererBackend%2CSystem.Boolean)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RendererFactory_CreateRenderer_ImGuiScene_RendererFactory_RendererBackend_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.RendererFactory.CreateRenderer(ImGuiScene.RendererFactory.RendererBackend%2CSystem.Boolean)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/RendererFactory.cs/#L22">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/RendererFactory.cs/#L22">View Source</a>
</span>
<a id="ImGuiScene_RendererFactory_CreateRenderer_" data-uid="ImGuiScene.RendererFactory.CreateRenderer*"></a>
<h4 id="ImGuiScene_RendererFactory_CreateRenderer_ImGuiScene_RendererFactory_RendererBackend_System_Boolean_" data-uid="ImGuiScene.RendererFactory.CreateRenderer(ImGuiScene.RendererFactory.RendererBackend,System.Boolean)">CreateRenderer(RendererFactory.RendererBackend, Boolean)</h4>
@ -176,10 +176,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_RendererFactory.md&amp;value=---%0Auid%3A%20ImGuiScene.RendererFactory%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_RendererFactory.md&amp;value=---%0Auid%3A%20ImGuiScene.RendererFactory%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/RendererFactory.cs/#L8" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/RendererFactory.cs/#L8" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -147,10 +147,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SDLWindowGL_InitForRenderer_ImGuiScene_IRenderer_.md&amp;value=---%0Auid%3A%20ImGuiScene.SDLWindowGL.InitForRenderer(ImGuiScene.IRenderer)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SDLWindowGL_InitForRenderer_ImGuiScene_IRenderer_.md&amp;value=---%0Auid%3A%20ImGuiScene.SDLWindowGL.InitForRenderer(ImGuiScene.IRenderer)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SDLWindowGL.cs/#L19">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SDLWindowGL.cs/#L19">View Source</a>
</span>
<a id="ImGuiScene_SDLWindowGL_InitForRenderer_" data-uid="ImGuiScene.SDLWindowGL.InitForRenderer*"></a>
<h4 id="ImGuiScene_SDLWindowGL_InitForRenderer_ImGuiScene_IRenderer_" data-uid="ImGuiScene.SDLWindowGL.InitForRenderer(ImGuiScene.IRenderer)">InitForRenderer(IRenderer)</h4>
@ -183,10 +183,10 @@
<div><a class="xref" href="ImGuiScene.SimpleSDLWindow.html#ImGuiScene_SimpleSDLWindow_InitForRenderer_ImGuiScene_IRenderer_">SimpleSDLWindow.InitForRenderer(IRenderer)</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SDLWindowGL_WindowCreationFlags_ImGuiScene_WindowCreateInfo_.md&amp;value=---%0Auid%3A%20ImGuiScene.SDLWindowGL.WindowCreationFlags(ImGuiScene.WindowCreateInfo)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SDLWindowGL_WindowCreationFlags_ImGuiScene_WindowCreateInfo_.md&amp;value=---%0Auid%3A%20ImGuiScene.SDLWindowGL.WindowCreationFlags(ImGuiScene.WindowCreateInfo)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SDLWindowGL.cs/#L52">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SDLWindowGL.cs/#L52">View Source</a>
</span>
<a id="ImGuiScene_SDLWindowGL_WindowCreationFlags_" data-uid="ImGuiScene.SDLWindowGL.WindowCreationFlags*"></a>
<h4 id="ImGuiScene_SDLWindowGL_WindowCreationFlags_ImGuiScene_WindowCreateInfo_" data-uid="ImGuiScene.SDLWindowGL.WindowCreationFlags(ImGuiScene.WindowCreateInfo)">WindowCreationFlags(WindowCreateInfo)</h4>
@ -245,10 +245,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SDLWindowGL.md&amp;value=---%0Auid%3A%20ImGuiScene.SDLWindowGL%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SDLWindowGL.md&amp;value=---%0Auid%3A%20ImGuiScene.SDLWindowGL%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SDLWindowGL.cs/#L9" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SDLWindowGL.cs/#L9" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -120,10 +120,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_ClearColor.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.ClearColor%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_ClearColor.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.ClearColor%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L26">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L26">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_ClearColor_" data-uid="ImGuiScene.SimpleD3D.ClearColor*"></a>
<h4 id="ImGuiScene_SimpleD3D_ClearColor" data-uid="ImGuiScene.SimpleD3D.ClearColor">ClearColor</h4>
@ -151,10 +151,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_Debuggable.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Debuggable%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_Debuggable.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Debuggable%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L54">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L54">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_Debuggable_" data-uid="ImGuiScene.SimpleD3D.Debuggable*"></a>
<h4 id="ImGuiScene_SimpleD3D_Debuggable" data-uid="ImGuiScene.SimpleD3D.Debuggable">Debuggable</h4>
@ -182,10 +182,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_Type.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Type%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_Type.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Type%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L20">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L20">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_Type_" data-uid="ImGuiScene.SimpleD3D.Type*"></a>
<h4 id="ImGuiScene_SimpleD3D_Type" data-uid="ImGuiScene.SimpleD3D.Type">Type</h4>
@ -213,10 +213,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_Vsync.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Vsync%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_Vsync.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Vsync%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L42">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L42">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_Vsync_" data-uid="ImGuiScene.SimpleD3D.Vsync*"></a>
<h4 id="ImGuiScene_SimpleD3D_Vsync" data-uid="ImGuiScene.SimpleD3D.Vsync">Vsync</h4>
@ -246,10 +246,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_AttachToWindow_ImGuiScene_SimpleSDLWindow_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.AttachToWindow(ImGuiScene.SimpleSDLWindow)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_AttachToWindow_ImGuiScene_SimpleSDLWindow_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.AttachToWindow(ImGuiScene.SimpleSDLWindow)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L71">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L71">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_AttachToWindow_" data-uid="ImGuiScene.SimpleD3D.AttachToWindow*"></a>
<h4 id="ImGuiScene_SimpleD3D_AttachToWindow_ImGuiScene_SimpleSDLWindow_" data-uid="ImGuiScene.SimpleD3D.AttachToWindow(ImGuiScene.SimpleSDLWindow)">AttachToWindow(SimpleSDLWindow)</h4>
@ -280,10 +280,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_Clear.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Clear%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_Clear.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Clear%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L121">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L121">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_Clear_" data-uid="ImGuiScene.SimpleD3D.Clear*"></a>
<h4 id="ImGuiScene_SimpleD3D_Clear" data-uid="ImGuiScene.SimpleD3D.Clear">Clear()</h4>
@ -296,10 +296,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_CreateTexture_System_Void__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.CreateTexture(System.Void*%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_CreateTexture_System_Void__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.CreateTexture(System.Void*%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L143">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L143">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_CreateTexture_" data-uid="ImGuiScene.SimpleD3D.CreateTexture*"></a>
<h4 id="ImGuiScene_SimpleD3D_CreateTexture_System_Void__System_Int32_System_Int32_System_Int32_" data-uid="ImGuiScene.SimpleD3D.CreateTexture(System.Void*,System.Int32,System.Int32,System.Int32)">CreateTexture(Void*, Int32, Int32, Int32)</h4>
@ -367,10 +367,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Dispose%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L235">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L235">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_Dispose_" data-uid="ImGuiScene.SimpleD3D.Dispose*"></a>
<h4 id="ImGuiScene_SimpleD3D_Dispose" data-uid="ImGuiScene.SimpleD3D.Dispose">Dispose()</h4>
@ -382,10 +382,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Dispose(System.Boolean)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Dispose(System.Boolean)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L201">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L201">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_Dispose_" data-uid="ImGuiScene.SimpleD3D.Dispose*"></a>
<h4 id="ImGuiScene_SimpleD3D_Dispose_System_Boolean_" data-uid="ImGuiScene.SimpleD3D.Dispose(System.Boolean)">Dispose(Boolean)</h4>
@ -414,10 +414,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Finalize%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Finalize%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L230">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L230">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_Finalize_" data-uid="ImGuiScene.SimpleD3D.Finalize*"></a>
<h4 id="ImGuiScene_SimpleD3D_Finalize" data-uid="ImGuiScene.SimpleD3D.Finalize">Finalize()</h4>
@ -429,10 +429,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_ImGui_Init.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.ImGui_Init%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_ImGui_Init.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.ImGui_Init%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L177">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L177">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_ImGui_Init_" data-uid="ImGuiScene.SimpleD3D.ImGui_Init*"></a>
<h4 id="ImGuiScene_SimpleD3D_ImGui_Init" data-uid="ImGuiScene.SimpleD3D.ImGui_Init">ImGui_Init()</h4>
@ -444,10 +444,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_ImGui_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.ImGui_NewFrame%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_ImGui_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.ImGui_NewFrame%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L187">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L187">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_ImGui_NewFrame_" data-uid="ImGuiScene.SimpleD3D.ImGui_NewFrame*"></a>
<h4 id="ImGuiScene_SimpleD3D_ImGui_NewFrame" data-uid="ImGuiScene.SimpleD3D.ImGui_NewFrame">ImGui_NewFrame()</h4>
@ -459,10 +459,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_ImGui_RenderDrawData_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.ImGui_RenderDrawData(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_ImGui_RenderDrawData_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.ImGui_RenderDrawData(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L192">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L192">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_ImGui_RenderDrawData_" data-uid="ImGuiScene.SimpleD3D.ImGui_RenderDrawData*"></a>
<h4 id="ImGuiScene_SimpleD3D_ImGui_RenderDrawData_ImGuiNET_ImDrawDataPtr_" data-uid="ImGuiScene.SimpleD3D.ImGui_RenderDrawData(ImGuiNET.ImDrawDataPtr)">ImGui_RenderDrawData(ImDrawDataPtr)</h4>
@ -491,10 +491,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_ImGui_Shutdown.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.ImGui_Shutdown%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_ImGui_Shutdown.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.ImGui_Shutdown%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L182">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L182">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_ImGui_Shutdown_" data-uid="ImGuiScene.SimpleD3D.ImGui_Shutdown*"></a>
<h4 id="ImGuiScene_SimpleD3D_ImGui_Shutdown" data-uid="ImGuiScene.SimpleD3D.ImGui_Shutdown">ImGui_Shutdown()</h4>
@ -506,10 +506,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D_Present.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Present%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D_Present.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D.Present%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L129">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L129">View Source</a>
</span>
<a id="ImGuiScene_SimpleD3D_Present_" data-uid="ImGuiScene.SimpleD3D.Present*"></a>
<h4 id="ImGuiScene_SimpleD3D_Present" data-uid="ImGuiScene.SimpleD3D.Present">Present()</h4>
@ -535,10 +535,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleD3D.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleD3D.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleD3D%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleD3D.cs/#L15" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleD3D.cs/#L15" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -89,10 +89,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_BuildUIDelegate.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.BuildUIDelegate%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_BuildUIDelegate.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.BuildUIDelegate%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L70" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L70" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -121,10 +121,10 @@ Currently this always creates a new window rather than take ownership of an exis
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene__ctor_ImGuiScene_RendererFactory_RendererBackend_ImGuiScene_WindowCreateInfo_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.%23ctor(ImGuiScene.RendererFactory.RendererBackend%2CImGuiScene.WindowCreateInfo%2CSystem.Boolean)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene__ctor_ImGuiScene_RendererFactory_RendererBackend_ImGuiScene_WindowCreateInfo_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.%23ctor(ImGuiScene.RendererFactory.RendererBackend%2CImGuiScene.WindowCreateInfo%2CSystem.Boolean)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L160">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L160">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene__ctor_" data-uid="ImGuiScene.SimpleImGuiScene.#ctor*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene__ctor_ImGuiScene_RendererFactory_RendererBackend_ImGuiScene_WindowCreateInfo_System_Boolean_" data-uid="ImGuiScene.SimpleImGuiScene.#ctor(ImGuiScene.RendererFactory.RendererBackend,ImGuiScene.WindowCreateInfo,System.Boolean)">SimpleImGuiScene(RendererFactory.RendererBackend, WindowCreateInfo, Boolean)</h4>
@ -168,10 +168,10 @@ Currently this always creates a new window rather than take ownership of an exis
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_OnBuildUI.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.OnBuildUI%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_OnBuildUI.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.OnBuildUI%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L75">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L75">View Source</a>
</span>
<h4 id="ImGuiScene_SimpleImGuiScene_OnBuildUI" data-uid="ImGuiScene.SimpleImGuiScene.OnBuildUI">OnBuildUI</h4>
<div class="markdown level1 summary"><p>User methods invoked every ImGui frame to construct custom UIs.</p>
@ -200,10 +200,10 @@ Currently this always creates a new window rather than take ownership of an exis
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_FramerateLimit.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.FramerateLimit%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_FramerateLimit.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.FramerateLimit%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L38">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L38">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_FramerateLimit_" data-uid="ImGuiScene.SimpleImGuiScene.FramerateLimit*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_FramerateLimit" data-uid="ImGuiScene.SimpleImGuiScene.FramerateLimit">FramerateLimit</h4>
@ -232,10 +232,10 @@ The default behavior is <a class="xref" href="ImGuiScene.FramerateLimit.LimitTyp
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_ImGuiIniPath.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.ImGuiIniPath%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_ImGuiIniPath.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.ImGuiIniPath%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L60">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L60">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_ImGuiIniPath_" data-uid="ImGuiScene.SimpleImGuiScene.ImGuiIniPath*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_ImGuiIniPath" data-uid="ImGuiScene.SimpleImGuiScene.ImGuiIniPath">ImGuiIniPath</h4>
@ -262,10 +262,10 @@ The default behavior is <a class="xref" href="ImGuiScene.FramerateLimit.LimitTyp
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_OnSDLEvent.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.OnSDLEvent%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_OnSDLEvent.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.OnSDLEvent%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L112">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L112">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_OnSDLEvent_" data-uid="ImGuiScene.SimpleImGuiScene.OnSDLEvent*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_OnSDLEvent" data-uid="ImGuiScene.SimpleImGuiScene.OnSDLEvent">OnSDLEvent</h4>
@ -294,10 +294,10 @@ This is just a convenience wrapper around <a class="xref" href="ImGuiScene.Simpl
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_PauseWhenUnfocused.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.PauseWhenUnfocused%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_PauseWhenUnfocused.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.PauseWhenUnfocused%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L83">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L83">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_PauseWhenUnfocused_" data-uid="ImGuiScene.SimpleImGuiScene.PauseWhenUnfocused*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_PauseWhenUnfocused" data-uid="ImGuiScene.SimpleImGuiScene.PauseWhenUnfocused">PauseWhenUnfocused</h4>
@ -327,10 +327,10 @@ if you are rendering dynamic data.</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Renderer.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Renderer%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Renderer.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Renderer%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L26">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L26">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_Renderer_" data-uid="ImGuiScene.SimpleImGuiScene.Renderer*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_Renderer" data-uid="ImGuiScene.SimpleImGuiScene.Renderer">Renderer</h4>
@ -358,10 +358,10 @@ if you are rendering dynamic data.</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_ShouldQuit.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.ShouldQuit%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_ShouldQuit.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.ShouldQuit%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L31">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L31">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_ShouldQuit_" data-uid="ImGuiScene.SimpleImGuiScene.ShouldQuit*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_ShouldQuit" data-uid="ImGuiScene.SimpleImGuiScene.ShouldQuit">ShouldQuit</h4>
@ -389,10 +389,10 @@ if you are rendering dynamic data.</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Window.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Window%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Window.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Window%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L21">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L21">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_Window_" data-uid="ImGuiScene.SimpleImGuiScene.Window*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_Window" data-uid="ImGuiScene.SimpleImGuiScene.Window">Window</h4>
@ -422,10 +422,10 @@ if you are rendering dynamic data.</p>
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_CreateOverlay_ImGuiScene_RendererFactory_RendererBackend_SDL2_SDL_SDL_Scancode_System_Single___System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.CreateOverlay(ImGuiScene.RendererFactory.RendererBackend%2CSDL2.SDL.SDL_Scancode%2CSystem.Single%5B%5D%2CSystem.Boolean)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_CreateOverlay_ImGuiScene_RendererFactory_RendererBackend_SDL2_SDL_SDL_Scancode_System_Single___System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.CreateOverlay(ImGuiScene.RendererFactory.RendererBackend%2CSDL2.SDL.SDL_Scancode%2CSystem.Single%5B%5D%2CSystem.Boolean)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L133">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L133">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_CreateOverlay_" data-uid="ImGuiScene.SimpleImGuiScene.CreateOverlay*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_CreateOverlay_ImGuiScene_RendererFactory_RendererBackend_SDL2_SDL_SDL_Scancode_System_Single___System_Boolean_" data-uid="ImGuiScene.SimpleImGuiScene.CreateOverlay(ImGuiScene.RendererFactory.RendererBackend,SDL2.SDL.SDL_Scancode,System.Single[],System.Boolean)">CreateOverlay(RendererFactory.RendererBackend, SDL.SDL_Scancode, Single[], Boolean)</h4>
@ -489,10 +489,10 @@ if you are rendering dynamic data.</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Dispose%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L396">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L396">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_Dispose_" data-uid="ImGuiScene.SimpleImGuiScene.Dispose*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_Dispose" data-uid="ImGuiScene.SimpleImGuiScene.Dispose">Dispose()</h4>
@ -504,10 +504,10 @@ if you are rendering dynamic data.</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Dispose(System.Boolean)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Dispose(System.Boolean)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L359">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L359">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_Dispose_" data-uid="ImGuiScene.SimpleImGuiScene.Dispose*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_Dispose_System_Boolean_" data-uid="ImGuiScene.SimpleImGuiScene.Dispose(System.Boolean)">Dispose(Boolean)</h4>
@ -536,10 +536,10 @@ if you are rendering dynamic data.</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Finalize%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Finalize%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L391">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L391">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_Finalize_" data-uid="ImGuiScene.SimpleImGuiScene.Finalize*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_Finalize" data-uid="ImGuiScene.SimpleImGuiScene.Finalize">Finalize()</h4>
@ -551,10 +551,10 @@ if you are rendering dynamic data.</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_LoadImage_System_Byte___.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.LoadImage(System.Byte%5B%5D)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_LoadImage_System_Byte___.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.LoadImage(System.Byte%5B%5D)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L203">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L203">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_LoadImage_" data-uid="ImGuiScene.SimpleImGuiScene.LoadImage*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_LoadImage_System_Byte___" data-uid="ImGuiScene.SimpleImGuiScene.LoadImage(System.Byte[])">LoadImage(Byte[])</h4>
@ -604,10 +604,10 @@ if you are rendering dynamic data.</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_LoadImage_System_String_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.LoadImage(System.String)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_LoadImage_System_String_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.LoadImage(System.String)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L186">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L186">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_LoadImage_" data-uid="ImGuiScene.SimpleImGuiScene.LoadImage*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_LoadImage_System_String_" data-uid="ImGuiScene.SimpleImGuiScene.LoadImage(System.String)">LoadImage(String)</h4>
@ -657,10 +657,10 @@ if you are rendering dynamic data.</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.LoadImageRaw(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.LoadImageRaw(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L247">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L247">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_LoadImageRaw_" data-uid="ImGuiScene.SimpleImGuiScene.LoadImageRaw*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_" data-uid="ImGuiScene.SimpleImGuiScene.LoadImageRaw(System.Byte[],System.Int32,System.Int32,System.Int32)">LoadImageRaw(Byte[], Int32, Int32, Int32)</h4>
@ -719,10 +719,10 @@ if you are rendering dynamic data.</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Run.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Run%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Run.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Run%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L314">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L314">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_Run_" data-uid="ImGuiScene.SimpleImGuiScene.Run*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_Run" data-uid="ImGuiScene.SimpleImGuiScene.Run">Run()</h4>
@ -736,10 +736,10 @@ requests an exit (via <a class="xref" href="ImGuiScene.SimpleImGuiScene.html#ImG
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Update.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Update%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene_Update.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene.Update%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L268">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L268">View Source</a>
</span>
<a id="ImGuiScene_SimpleImGuiScene_Update_" data-uid="ImGuiScene.SimpleImGuiScene.Update*"></a>
<h4 id="ImGuiScene_SimpleImGuiScene_Update" data-uid="ImGuiScene.SimpleImGuiScene.Update">Update()</h4>
@ -763,10 +763,10 @@ This method does not check any quit conditions.</p>
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleImGuiScene.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleImGuiScene%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/SimpleImGuiScene.cs/#L16" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/SimpleImGuiScene.cs/#L16" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -120,10 +120,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ClearColor.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ClearColor%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ClearColor.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ClearColor%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L25">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L25">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_ClearColor_" data-uid="ImGuiScene.SimpleOGL3.ClearColor*"></a>
<h4 id="ImGuiScene_SimpleOGL3_ClearColor" data-uid="ImGuiScene.SimpleOGL3.ClearColor">ClearColor</h4>
@ -151,10 +151,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ContextMajorVersion.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ContextMajorVersion%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ContextMajorVersion.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ContextMajorVersion%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L13">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L13">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_ContextMajorVersion_" data-uid="ImGuiScene.SimpleOGL3.ContextMajorVersion*"></a>
<h4 id="ImGuiScene_SimpleOGL3_ContextMajorVersion" data-uid="ImGuiScene.SimpleOGL3.ContextMajorVersion">ContextMajorVersion</h4>
@ -181,10 +181,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ContextMinorVersion.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ContextMinorVersion%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ContextMinorVersion.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ContextMinorVersion%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L14">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L14">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_ContextMinorVersion_" data-uid="ImGuiScene.SimpleOGL3.ContextMinorVersion*"></a>
<h4 id="ImGuiScene_SimpleOGL3_ContextMinorVersion" data-uid="ImGuiScene.SimpleOGL3.ContextMinorVersion">ContextMinorVersion</h4>
@ -211,10 +211,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Debuggable.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Debuggable%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Debuggable.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Debuggable%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L54">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L54">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_Debuggable_" data-uid="ImGuiScene.SimpleOGL3.Debuggable*"></a>
<h4 id="ImGuiScene_SimpleOGL3_Debuggable" data-uid="ImGuiScene.SimpleOGL3.Debuggable">Debuggable</h4>
@ -242,10 +242,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Type.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Type%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Type.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Type%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L19">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L19">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_Type_" data-uid="ImGuiScene.SimpleOGL3.Type*"></a>
<h4 id="ImGuiScene_SimpleOGL3_Type" data-uid="ImGuiScene.SimpleOGL3.Type">Type</h4>
@ -273,10 +273,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Vsync.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Vsync%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Vsync.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Vsync%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L38">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L38">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_Vsync_" data-uid="ImGuiScene.SimpleOGL3.Vsync*"></a>
<h4 id="ImGuiScene_SimpleOGL3_Vsync" data-uid="ImGuiScene.SimpleOGL3.Vsync">Vsync</h4>
@ -306,10 +306,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_AttachToWindow_ImGuiScene_SimpleSDLWindow_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.AttachToWindow(ImGuiScene.SimpleSDLWindow)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_AttachToWindow_ImGuiScene_SimpleSDLWindow_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.AttachToWindow(ImGuiScene.SimpleSDLWindow)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L92">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L92">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_AttachToWindow_" data-uid="ImGuiScene.SimpleOGL3.AttachToWindow*"></a>
<h4 id="ImGuiScene_SimpleOGL3_AttachToWindow_ImGuiScene_SimpleSDLWindow_" data-uid="ImGuiScene.SimpleOGL3.AttachToWindow(ImGuiScene.SimpleSDLWindow)">AttachToWindow(SimpleSDLWindow)</h4>
@ -340,10 +340,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Clear.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Clear%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Clear.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Clear%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L123">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L123">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_Clear_" data-uid="ImGuiScene.SimpleOGL3.Clear*"></a>
<h4 id="ImGuiScene_SimpleOGL3_Clear" data-uid="ImGuiScene.SimpleOGL3.Clear">Clear()</h4>
@ -356,10 +356,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_CreateTexture_System_Void__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.CreateTexture(System.Void*%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_CreateTexture_System_Void__System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.CreateTexture(System.Void*%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L147">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L147">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_CreateTexture_" data-uid="ImGuiScene.SimpleOGL3.CreateTexture*"></a>
<h4 id="ImGuiScene_SimpleOGL3_CreateTexture_System_Void__System_Int32_System_Int32_System_Int32_" data-uid="ImGuiScene.SimpleOGL3.CreateTexture(System.Void*,System.Int32,System.Int32,System.Int32)">CreateTexture(Void*, Int32, Int32, Int32)</h4>
@ -418,10 +418,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Dispose%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L222">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L222">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_Dispose_" data-uid="ImGuiScene.SimpleOGL3.Dispose*"></a>
<h4 id="ImGuiScene_SimpleOGL3_Dispose" data-uid="ImGuiScene.SimpleOGL3.Dispose">Dispose()</h4>
@ -433,10 +433,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Dispose(System.Boolean)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Dispose(System.Boolean)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L195">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L195">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_Dispose_" data-uid="ImGuiScene.SimpleOGL3.Dispose*"></a>
<h4 id="ImGuiScene_SimpleOGL3_Dispose_System_Boolean_" data-uid="ImGuiScene.SimpleOGL3.Dispose(System.Boolean)">Dispose(Boolean)</h4>
@ -465,10 +465,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Finalize%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Finalize%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L216">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L216">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_Finalize_" data-uid="ImGuiScene.SimpleOGL3.Finalize*"></a>
<h4 id="ImGuiScene_SimpleOGL3_Finalize" data-uid="ImGuiScene.SimpleOGL3.Finalize">Finalize()</h4>
@ -480,10 +480,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ImGui_Init.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ImGui_Init%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ImGui_Init.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ImGui_Init%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L171">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L171">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_ImGui_Init_" data-uid="ImGuiScene.SimpleOGL3.ImGui_Init*"></a>
<h4 id="ImGuiScene_SimpleOGL3_ImGui_Init" data-uid="ImGuiScene.SimpleOGL3.ImGui_Init">ImGui_Init()</h4>
@ -495,10 +495,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ImGui_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ImGui_NewFrame%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ImGui_NewFrame.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ImGui_NewFrame%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L181">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L181">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_ImGui_NewFrame_" data-uid="ImGuiScene.SimpleOGL3.ImGui_NewFrame*"></a>
<h4 id="ImGuiScene_SimpleOGL3_ImGui_NewFrame" data-uid="ImGuiScene.SimpleOGL3.ImGui_NewFrame">ImGui_NewFrame()</h4>
@ -510,10 +510,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ImGui_RenderDrawData_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ImGui_RenderDrawData(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ImGui_RenderDrawData_ImGuiNET_ImDrawDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ImGui_RenderDrawData(ImGuiNET.ImDrawDataPtr)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L186">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L186">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_ImGui_RenderDrawData_" data-uid="ImGuiScene.SimpleOGL3.ImGui_RenderDrawData*"></a>
<h4 id="ImGuiScene_SimpleOGL3_ImGui_RenderDrawData_ImGuiNET_ImDrawDataPtr_" data-uid="ImGuiScene.SimpleOGL3.ImGui_RenderDrawData(ImGuiNET.ImDrawDataPtr)">ImGui_RenderDrawData(ImDrawDataPtr)</h4>
@ -542,10 +542,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ImGui_Shutdown.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ImGui_Shutdown%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_ImGui_Shutdown.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.ImGui_Shutdown%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L176">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L176">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_ImGui_Shutdown_" data-uid="ImGuiScene.SimpleOGL3.ImGui_Shutdown*"></a>
<h4 id="ImGuiScene_SimpleOGL3_ImGui_Shutdown" data-uid="ImGuiScene.SimpleOGL3.ImGui_Shutdown">ImGui_Shutdown()</h4>
@ -557,10 +557,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Present.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Present%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3_Present.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3.Present%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L131">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L131">View Source</a>
</span>
<a id="ImGuiScene_SimpleOGL3_Present_" data-uid="ImGuiScene.SimpleOGL3.Present*"></a>
<h4 id="ImGuiScene_SimpleOGL3_Present" data-uid="ImGuiScene.SimpleOGL3.Present">Present()</h4>
@ -586,10 +586,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleOGL3.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleOGL3.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleOGL3%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/SimpleOGL3.cs/#L11" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/SimpleOGL3.cs/#L11" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -106,10 +106,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_ProcessEventDelegate.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.ProcessEventDelegate%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_ProcessEventDelegate.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.ProcessEventDelegate%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L33" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L33" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -120,10 +120,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_OnSDLEvent.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.OnSDLEvent%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_OnSDLEvent.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.OnSDLEvent%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L48">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L48">View Source</a>
</span>
<a id="ImGuiScene_SimpleSDLWindow_OnSDLEvent_" data-uid="ImGuiScene.SimpleSDLWindow.OnSDLEvent*"></a>
<h4 id="ImGuiScene_SimpleSDLWindow_OnSDLEvent" data-uid="ImGuiScene.SimpleSDLWindow.OnSDLEvent">OnSDLEvent</h4>
@ -151,10 +151,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_WantsClose.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.WantsClose%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_WantsClose.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.WantsClose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L43">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L43">View Source</a>
</span>
<a id="ImGuiScene_SimpleSDLWindow_WantsClose_" data-uid="ImGuiScene.SimpleSDLWindow.WantsClose*"></a>
<h4 id="ImGuiScene_SimpleSDLWindow_WantsClose" data-uid="ImGuiScene.SimpleSDLWindow.WantsClose">WantsClose</h4>
@ -182,10 +182,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_Window.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.Window%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_Window.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.Window%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L38">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L38">View Source</a>
</span>
<a id="ImGuiScene_SimpleSDLWindow_Window_" data-uid="ImGuiScene.SimpleSDLWindow.Window*"></a>
<h4 id="ImGuiScene_SimpleSDLWindow_Window" data-uid="ImGuiScene.SimpleSDLWindow.Window">Window</h4>
@ -215,10 +215,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_CreateColorKey_System_Single_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.CreateColorKey(System.Single%2CSystem.Single%2CSystem.Single)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_CreateColorKey_System_Single_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.CreateColorKey(System.Single%2CSystem.Single%2CSystem.Single)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L28">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L28">View Source</a>
</span>
<a id="ImGuiScene_SimpleSDLWindow_CreateColorKey_" data-uid="ImGuiScene.SimpleSDLWindow.CreateColorKey*"></a>
<h4 id="ImGuiScene_SimpleSDLWindow_CreateColorKey_System_Single_System_Single_System_Single_" data-uid="ImGuiScene.SimpleSDLWindow.CreateColorKey(System.Single,System.Single,System.Single)">CreateColorKey(Single, Single, Single)</h4>
@ -276,10 +276,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.Dispose%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_Dispose.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.Dispose%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L212">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L212">View Source</a>
</span>
<a id="ImGuiScene_SimpleSDLWindow_Dispose_" data-uid="ImGuiScene.SimpleSDLWindow.Dispose*"></a>
<h4 id="ImGuiScene_SimpleSDLWindow_Dispose" data-uid="ImGuiScene.SimpleSDLWindow.Dispose">Dispose()</h4>
@ -291,10 +291,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.Dispose(System.Boolean)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.Dispose(System.Boolean)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L185">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L185">View Source</a>
</span>
<a id="ImGuiScene_SimpleSDLWindow_Dispose_" data-uid="ImGuiScene.SimpleSDLWindow.Dispose*"></a>
<h4 id="ImGuiScene_SimpleSDLWindow_Dispose_System_Boolean_" data-uid="ImGuiScene.SimpleSDLWindow.Dispose(System.Boolean)">Dispose(Boolean)</h4>
@ -323,10 +323,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.Finalize%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_Finalize.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.Finalize%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L207">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L207">View Source</a>
</span>
<a id="ImGuiScene_SimpleSDLWindow_Finalize_" data-uid="ImGuiScene.SimpleSDLWindow.Finalize*"></a>
<h4 id="ImGuiScene_SimpleSDLWindow_Finalize" data-uid="ImGuiScene.SimpleSDLWindow.Finalize">Finalize()</h4>
@ -338,10 +338,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_GetHWnd.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.GetHWnd%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_GetHWnd.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.GetHWnd%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L120">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L120">View Source</a>
</span>
<a id="ImGuiScene_SimpleSDLWindow_GetHWnd_" data-uid="ImGuiScene.SimpleSDLWindow.GetHWnd*"></a>
<h4 id="ImGuiScene_SimpleSDLWindow_GetHWnd" data-uid="ImGuiScene.SimpleSDLWindow.GetHWnd">GetHWnd()</h4>
@ -370,10 +370,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_InitForRenderer_ImGuiScene_IRenderer_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.InitForRenderer(ImGuiScene.IRenderer)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_InitForRenderer_ImGuiScene_IRenderer_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.InitForRenderer(ImGuiScene.IRenderer)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L87">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L87">View Source</a>
</span>
<a id="ImGuiScene_SimpleSDLWindow_InitForRenderer_" data-uid="ImGuiScene.SimpleSDLWindow.InitForRenderer*"></a>
<h4 id="ImGuiScene_SimpleSDLWindow_InitForRenderer_ImGuiScene_IRenderer_" data-uid="ImGuiScene.SimpleSDLWindow.InitForRenderer(ImGuiScene.IRenderer)">InitForRenderer(IRenderer)</h4>
@ -402,10 +402,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_MakeTransparent_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.MakeTransparent(System.UInt32)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_MakeTransparent_System_UInt32_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.MakeTransparent(System.UInt32)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L139">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L139">View Source</a>
</span>
<a id="ImGuiScene_SimpleSDLWindow_MakeTransparent_" data-uid="ImGuiScene.SimpleSDLWindow.MakeTransparent*"></a>
<h4 id="ImGuiScene_SimpleSDLWindow_MakeTransparent_System_UInt32_" data-uid="ImGuiScene.SimpleSDLWindow.MakeTransparent(System.UInt32)">MakeTransparent(UInt32)</h4>
@ -440,10 +440,10 @@ Transparent regions behave as if they are not present, and can be clicked throug
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_ProcessEvents.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.ProcessEvents%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_ProcessEvents.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.ProcessEvents%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L158">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L158">View Source</a>
</span>
<a id="ImGuiScene_SimpleSDLWindow_ProcessEvents_" data-uid="ImGuiScene.SimpleSDLWindow.ProcessEvents*"></a>
<h4 id="ImGuiScene_SimpleSDLWindow_ProcessEvents" data-uid="ImGuiScene.SimpleSDLWindow.ProcessEvents">ProcessEvents()</h4>
@ -457,10 +457,10 @@ User handlers from <a class="xref" href="ImGuiScene.SimpleSDLWindow.html#ImGuiSc
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_WindowCreationFlags_ImGuiScene_WindowCreateInfo_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.WindowCreationFlags(ImGuiScene.WindowCreateInfo)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow_WindowCreationFlags_ImGuiScene_WindowCreateInfo_.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow.WindowCreationFlags(ImGuiScene.WindowCreateInfo)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L97">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L97">View Source</a>
</span>
<a id="ImGuiScene_SimpleSDLWindow_WindowCreationFlags_" data-uid="ImGuiScene.SimpleSDLWindow.WindowCreationFlags*"></a>
<h4 id="ImGuiScene_SimpleSDLWindow_WindowCreationFlags_ImGuiScene_WindowCreateInfo_" data-uid="ImGuiScene.SimpleSDLWindow.WindowCreationFlags(ImGuiScene.WindowCreateInfo)">WindowCreationFlags(WindowCreateInfo)</h4>
@ -517,10 +517,10 @@ User handlers from <a class="xref" href="ImGuiScene.SimpleSDLWindow.html#ImGuiSc
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_SimpleSDLWindow.md&amp;value=---%0Auid%3A%20ImGuiScene.SimpleSDLWindow%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L10" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/SimpleSDLWindow.cs/#L10" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -92,10 +92,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_TextureWrap_Height.md&amp;value=---%0Auid%3A%20ImGuiScene.TextureWrap.Height%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_TextureWrap_Height.md&amp;value=---%0Auid%3A%20ImGuiScene.TextureWrap.Height%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L83">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L83">View Source</a>
</span>
<a id="ImGuiScene_TextureWrap_Height_" data-uid="ImGuiScene.TextureWrap.Height*"></a>
<h4 id="ImGuiScene_TextureWrap_Height" data-uid="ImGuiScene.TextureWrap.Height">Height</h4>
@ -122,10 +122,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_TextureWrap_ImGuiHandle.md&amp;value=---%0Auid%3A%20ImGuiScene.TextureWrap.ImGuiHandle%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_TextureWrap_ImGuiHandle.md&amp;value=---%0Auid%3A%20ImGuiScene.TextureWrap.ImGuiHandle%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L81">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L81">View Source</a>
</span>
<a id="ImGuiScene_TextureWrap_ImGuiHandle_" data-uid="ImGuiScene.TextureWrap.ImGuiHandle*"></a>
<h4 id="ImGuiScene_TextureWrap_ImGuiHandle" data-uid="ImGuiScene.TextureWrap.ImGuiHandle">ImGuiHandle</h4>
@ -153,10 +153,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_TextureWrap_Width.md&amp;value=---%0Auid%3A%20ImGuiScene.TextureWrap.Width%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_TextureWrap_Width.md&amp;value=---%0Auid%3A%20ImGuiScene.TextureWrap.Width%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L82">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L82">View Source</a>
</span>
<a id="ImGuiScene_TextureWrap_Width_" data-uid="ImGuiScene.TextureWrap.Width*"></a>
<h4 id="ImGuiScene_TextureWrap_Width" data-uid="ImGuiScene.TextureWrap.Width">Width</h4>
@ -189,10 +189,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_TextureWrap.md&amp;value=---%0Auid%3A%20ImGuiScene.TextureWrap%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_TextureWrap.md&amp;value=---%0Auid%3A%20ImGuiScene.TextureWrap%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Renderers/IRenderer.cs/#L76" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Renderers/IRenderer.cs/#L76" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -115,10 +115,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_Fullscreen.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.Fullscreen%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_Fullscreen.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.Fullscreen%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/WindowFactory.cs/#L35">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/WindowFactory.cs/#L35">View Source</a>
</span>
<h4 id="ImGuiScene_WindowCreateInfo_Fullscreen" data-uid="ImGuiScene.WindowCreateInfo.Fullscreen">Fullscreen</h4>
<div class="markdown level1 summary"><p>Whether the window should be created fullscreen. This is a borderless windowed mode and will not affect desktop resolution.
@ -146,10 +146,10 @@ Fullscreen windows are &quot;always on top&quot;.</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_Height.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.Height%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_Height.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.Height%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/WindowFactory.cs/#L30">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/WindowFactory.cs/#L30">View Source</a>
</span>
<h4 id="ImGuiScene_WindowCreateInfo_Height" data-uid="ImGuiScene.WindowCreateInfo.Height">Height</h4>
<div class="markdown level1 summary"><p>The height of the window. Ignored for fullscreen windows.</p>
@ -176,10 +176,10 @@ Fullscreen windows are &quot;always on top&quot;.</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_Title.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.Title%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_Title.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.Title%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/WindowFactory.cs/#L14">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/WindowFactory.cs/#L14">View Source</a>
</span>
<h4 id="ImGuiScene_WindowCreateInfo_Title" data-uid="ImGuiScene.WindowCreateInfo.Title">Title</h4>
<div class="markdown level1 summary"><p>The window title. This will not be visible for fullscreen windows except in things like task manager.</p>
@ -206,10 +206,10 @@ Fullscreen windows are &quot;always on top&quot;.</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_TransparentColor.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.TransparentColor%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_TransparentColor.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.TransparentColor%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/WindowFactory.cs/#L41">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/WindowFactory.cs/#L41">View Source</a>
</span>
<h4 id="ImGuiScene_WindowCreateInfo_TransparentColor" data-uid="ImGuiScene.WindowCreateInfo.TransparentColor">TransparentColor</h4>
<div class="markdown level1 summary"><p>An optional float[4] color key used to make any matching portion of the window's client area transparent. For example, setting this to magenta will
@ -238,10 +238,10 @@ Values are red, green, blue from 0 to 1.</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_Width.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.Width%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_Width.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.Width%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/WindowFactory.cs/#L26">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/WindowFactory.cs/#L26">View Source</a>
</span>
<h4 id="ImGuiScene_WindowCreateInfo_Width" data-uid="ImGuiScene.WindowCreateInfo.Width">Width</h4>
<div class="markdown level1 summary"><p>The width of the window. Ignored for fullscreen windows.</p>
@ -268,10 +268,10 @@ Values are red, green, blue from 0 to 1.</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_XPos.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.XPos%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_XPos.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.XPos%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/WindowFactory.cs/#L18">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/WindowFactory.cs/#L18">View Source</a>
</span>
<h4 id="ImGuiScene_WindowCreateInfo_XPos" data-uid="ImGuiScene.WindowCreateInfo.XPos">XPos</h4>
<div class="markdown level1 summary"><p>The x location of the top left corner of the window. Ignored for fullscreen windows.</p>
@ -298,10 +298,10 @@ Values are red, green, blue from 0 to 1.</p>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_YPos.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.YPos%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_WindowCreateInfo_YPos.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo.YPos%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/WindowFactory.cs/#L22">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/WindowFactory.cs/#L22">View Source</a>
</span>
<h4 id="ImGuiScene_WindowCreateInfo_YPos" data-uid="ImGuiScene.WindowCreateInfo.YPos">YPos</h4>
<div class="markdown level1 summary"><p>The y location of the top left corner of the window. Ignored for fullscreen windows.</p>
@ -334,10 +334,10 @@ Values are red, green, blue from 0 to 1.</p>
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_WindowCreateInfo.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_WindowCreateInfo.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowCreateInfo%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/WindowFactory.cs/#L9" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/WindowFactory.cs/#L9" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -115,10 +115,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_WindowFactory_CreateForRenderer_ImGuiScene_IRenderer_ImGuiScene_WindowCreateInfo_.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowFactory.CreateForRenderer(ImGuiScene.IRenderer%2CImGuiScene.WindowCreateInfo)%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">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_WindowFactory_CreateForRenderer_ImGuiScene_IRenderer_ImGuiScene_WindowCreateInfo_.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowFactory.CreateForRenderer(ImGuiScene.IRenderer%2CImGuiScene.WindowCreateInfo)%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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/WindowFactory.cs/#L55">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/WindowFactory.cs/#L55">View Source</a>
</span>
<a id="ImGuiScene_WindowFactory_CreateForRenderer_" data-uid="ImGuiScene.WindowFactory.CreateForRenderer*"></a>
<h4 id="ImGuiScene_WindowFactory_CreateForRenderer_ImGuiScene_IRenderer_ImGuiScene_WindowCreateInfo_" data-uid="ImGuiScene.WindowFactory.CreateForRenderer(ImGuiScene.IRenderer,ImGuiScene.WindowCreateInfo)">CreateForRenderer(IRenderer, WindowCreateInfo)</h4>
@ -176,10 +176,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/b3c22cae545f293e06d03037e30c83d5b9a77dd2/apiSpec/new?filename=ImGuiScene_WindowFactory.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowFactory%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" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/020033197d6802f64c794d8a44029bd75662ad33/apiSpec/new?filename=ImGuiScene_WindowFactory.md&amp;value=---%0Auid%3A%20ImGuiScene.WindowFactory%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGuiScene/blob/b3c22cae545f293e06d03037e30c83d5b9a77dd2/ImGuiScene/Windowing/WindowFactory.cs/#L47" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/020033197d6802f64c794d8a44029bd75662ad33/ImGuiScene/Windowing/WindowFactory.cs/#L47" class="contribution-link">View Source</a>
</li>
</ul>
</div>

View file

@ -412,6 +412,18 @@
<li>
<a href="Dalamud.Game.Internal.Gui.TargetManager.GetTargetDelegate.html" name="" title="TargetManager.GetTargetDelegate">TargetManager.GetTargetDelegate</a>
</li>
<li>
<a href="Dalamud.Game.Internal.Gui.ToastGui.html" name="" title="ToastGui">ToastGui</a>
</li>
<li>
<a href="Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate.html" name="" title="ToastGui.OnErrorToastDelegate">ToastGui.OnErrorToastDelegate</a>
</li>
<li>
<a href="Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate.html" name="" title="ToastGui.OnNormalToastDelegate">ToastGui.OnNormalToastDelegate</a>
</li>
<li>
<a href="Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate.html" name="" title="ToastGui.OnQuestToastDelegate">ToastGui.OnQuestToastDelegate</a>
</li>
</ul>
</li>
<li>
@ -473,6 +485,28 @@
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="Dalamud.Game.Internal.Gui.Toast.html" name="" title="Dalamud.Game.Internal.Gui.Toast">Dalamud.Game.Internal.Gui.Toast</a>
<ul class="nav level2">
<li>
<a href="Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html" name="" title="QuestToastOptions">QuestToastOptions</a>
</li>
<li>
<a href="Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.html" name="" title="QuestToastPosition">QuestToastPosition</a>
</li>
<li>
<a href="Dalamud.Game.Internal.Gui.Toast.ToastOptions.html" name="" title="ToastOptions">ToastOptions</a>
</li>
<li>
<a href="Dalamud.Game.Internal.Gui.Toast.ToastPosition.html" name="" title="ToastPosition">ToastPosition</a>
</li>
<li>
<a href="Dalamud.Game.Internal.Gui.Toast.ToastSpeed.html" name="" title="ToastSpeed">ToastSpeed</a>
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="Dalamud.Game.Internal.Libc.html" name="" title="Dalamud.Game.Internal.Libc">Dalamud.Game.Internal.Libc</a>