mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 04:34:16 +01:00
docs: regenerate
This commit is contained in:
parent
5a80342243
commit
054315dfc0
85 changed files with 24425 additions and 2247 deletions
|
|
@ -121,7 +121,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_InterfaceManager__ctor_Dalamud_Dalamud_Dalamud_Game_SigScanner_.md&value=---%0Auid%3A%20Dalamud.Interface.InterfaceManager.%23ctor(Dalamud.Dalamud%2CDalamud.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">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L62">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L66">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_InterfaceManager__ctor_" data-uid="Dalamud.Interface.InterfaceManager.#ctor*"></a>
|
||||
<h4 id="Dalamud_Interface_InterfaceManager__ctor_Dalamud_Dalamud_Dalamud_Game_SigScanner_" data-uid="Dalamud.Interface.InterfaceManager.#ctor(Dalamud.Dalamud,Dalamud.Game.SigScanner)">InterfaceManager(Dalamud, SigScanner)</h4>
|
||||
|
|
@ -184,6 +184,97 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_InterfaceManager_OnBuildFonts.md&value=---%0Auid%3A%20Dalamud.Interface.InterfaceManager.OnBuildFonts%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%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/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L57">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Interface_InterfaceManager_OnBuildFonts" data-uid="Dalamud.Interface.InterfaceManager.OnBuildFonts">OnBuildFonts</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 Action OnBuildFonts</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field 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.Action</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_InterfaceManager_DefaultFont.md&value=---%0Auid%3A%20Dalamud.Interface.InterfaceManager.DefaultFont%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%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/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L263">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_InterfaceManager_DefaultFont_" data-uid="Dalamud.Interface.InterfaceManager.DefaultFont*"></a>
|
||||
<h4 id="Dalamud_Interface_InterfaceManager_DefaultFont" data-uid="Dalamud.Interface.InterfaceManager.DefaultFont">DefaultFont</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 static ImFontPtr DefaultFont { 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="ImGuiNET.ImFontPtr.html">ImFontPtr</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_InterfaceManager_IconFont.md&value=---%0Auid%3A%20Dalamud.Interface.InterfaceManager.IconFont%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%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/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L264">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_InterfaceManager_IconFont_" data-uid="Dalamud.Interface.InterfaceManager.IconFont*"></a>
|
||||
<h4 id="Dalamud_Interface_InterfaceManager_IconFont" data-uid="Dalamud.Interface.InterfaceManager.IconFont">IconFont</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 static ImFontPtr IconFont { 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="ImGuiNET.ImFontPtr.html">ImFontPtr</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -191,7 +282,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_InterfaceManager_Dispose.md&value=---%0Auid%3A%20Dalamud.Interface.InterfaceManager.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/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L148">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L152">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_InterfaceManager_Dispose_" data-uid="Dalamud.Interface.InterfaceManager.Dispose*"></a>
|
||||
<h4 id="Dalamud_Interface_InterfaceManager_Dispose" data-uid="Dalamud.Interface.InterfaceManager.Dispose">Dispose()</h4>
|
||||
|
|
@ -206,7 +297,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_InterfaceManager_Enable.md&value=---%0Auid%3A%20Dalamud.Interface.InterfaceManager.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/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L122">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L126">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_InterfaceManager_Enable_" data-uid="Dalamud.Interface.InterfaceManager.Enable*"></a>
|
||||
<h4 id="Dalamud_Interface_InterfaceManager_Enable" data-uid="Dalamud.Interface.InterfaceManager.Enable">Enable()</h4>
|
||||
|
|
@ -221,7 +312,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_InterfaceManager_LoadImage_System_Byte___.md&value=---%0Auid%3A%20Dalamud.Interface.InterfaceManager.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/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L177">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L181">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_InterfaceManager_LoadImage_" data-uid="Dalamud.Interface.InterfaceManager.LoadImage*"></a>
|
||||
<h4 id="Dalamud_Interface_InterfaceManager_LoadImage_System_Byte___" data-uid="Dalamud.Interface.InterfaceManager.LoadImage(System.Byte[])">LoadImage(Byte[])</h4>
|
||||
|
|
@ -268,7 +359,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_InterfaceManager_LoadImage_System_String_.md&value=---%0Auid%3A%20Dalamud.Interface.InterfaceManager.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/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L164">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L168">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_InterfaceManager_LoadImage_" data-uid="Dalamud.Interface.InterfaceManager.LoadImage*"></a>
|
||||
<h4 id="Dalamud_Interface_InterfaceManager_LoadImage_System_String_" data-uid="Dalamud.Interface.InterfaceManager.LoadImage(System.String)">LoadImage(String)</h4>
|
||||
|
|
@ -315,7 +406,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_InterfaceManager_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Interface.InterfaceManager.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/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L190">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L194">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_InterfaceManager_LoadImageRaw_" data-uid="Dalamud.Interface.InterfaceManager.LoadImageRaw*"></a>
|
||||
<h4 id="Dalamud_Interface_InterfaceManager_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_" data-uid="Dalamud.Interface.InterfaceManager.LoadImageRaw(System.Byte[],System.Int32,System.Int32,System.Int32)">LoadImageRaw(Byte[], Int32, Int32, Int32)</h4>
|
||||
|
|
@ -372,6 +463,21 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_InterfaceManager_RebuildFonts.md&value=---%0Auid%3A%20Dalamud.Interface.InterfaceManager.RebuildFonts%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%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/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L208">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_InterfaceManager_RebuildFonts_" data-uid="Dalamud.Interface.InterfaceManager.RebuildFonts*"></a>
|
||||
<h4 id="Dalamud_Interface_InterfaceManager_RebuildFonts" data-uid="Dalamud.Interface.InterfaceManager.RebuildFonts">RebuildFonts()</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 RebuildFonts()</code></pre>
|
||||
</div>
|
||||
<h3 id="events">Events
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -379,7 +485,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_InterfaceManager_OnDraw.md&value=---%0Auid%3A%20Dalamud.Interface.InterfaceManager.OnDraw%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%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/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L60">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/InterfaceManager.cs/#L63">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Interface_InterfaceManager_OnDraw" data-uid="Dalamud.Interface.InterfaceManager.OnDraw">OnDraw</h4>
|
||||
<div class="markdown level1 summary"><p>This event gets called by a plugin UiBuilder when read</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue