mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
docs: regenerate
This commit is contained in:
parent
62e44bf30f
commit
392376b3fc
106 changed files with 4881 additions and 2447 deletions
|
|
@ -118,7 +118,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiHelpers_GlobalScale.md&value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.GlobalScale%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%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/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_ImGuiHelpers_GlobalScale_" data-uid="Dalamud.Interface.ImGuiHelpers.GlobalScale*"></a>
|
||||
<h4 id="Dalamud_Interface_ImGuiHelpers_GlobalScale" data-uid="Dalamud.Interface.ImGuiHelpers.GlobalScale">GlobalScale</h4>
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiHelpers_MainViewport.md&value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.MainViewport%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%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/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_ImGuiHelpers_MainViewport_" data-uid="Dalamud.Interface.ImGuiHelpers.MainViewport*"></a>
|
||||
<h4 id="Dalamud_Interface_ImGuiHelpers_MainViewport" data-uid="Dalamud.Interface.ImGuiHelpers.MainViewport">MainViewport</h4>
|
||||
|
|
@ -177,12 +177,62 @@
|
|||
</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_Interface_ImGuiHelpers_DefaultColorPalette_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.DefaultColorPalette(System.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/Interface/ImGuiHelpers.cs/#L72">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_ImGuiHelpers_DefaultColorPalette_" data-uid="Dalamud.Interface.ImGuiHelpers.DefaultColorPalette*"></a>
|
||||
<h4 id="Dalamud_Interface_ImGuiHelpers_DefaultColorPalette_System_Int32_" data-uid="Dalamud.Interface.ImGuiHelpers.DefaultColorPalette(System.Int32)">DefaultColorPalette(Int32)</h4>
|
||||
<div class="markdown level1 summary"><p>Creates default color palette for use with color pickers.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static List<Vector4> DefaultColorPalette(int swatchCount = 32)</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.Int32</span></td>
|
||||
<td><span class="parametername">swatchCount</span></td>
|
||||
<td><p>The total number of swatches to use.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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.Collections.Generic.List</span><<span class="xref">System.Numerics.Vector4</span>></td>
|
||||
<td><p>Default color palette.</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_ForceNextWindowMainViewport.md&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>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<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>
|
||||
|
|
@ -198,7 +248,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiHelpers_ScaledDummy_System_Numerics_Vector2_.md&value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.ScaledDummy(System.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/#L30">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_ImGuiHelpers_ScaledDummy_" data-uid="Dalamud.Interface.ImGuiHelpers.ScaledDummy*"></a>
|
||||
<h4 id="Dalamud_Interface_ImGuiHelpers_ScaledDummy_System_Numerics_Vector2_" data-uid="Dalamud.Interface.ImGuiHelpers.ScaledDummy(System.Numerics.Vector2)">ScaledDummy(Vector2)</h4>
|
||||
|
|
@ -223,6 +273,40 @@
|
|||
<td><span class="xref">System.Numerics.Vector2</span></td>
|
||||
<td><span class="parametername">size</span></td>
|
||||
<td><p>The size of the dummy.</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_ScaledDummy_System_Single_.md&value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.ScaledDummy(System.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/Interface/ImGuiHelpers.cs/#L31">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_ImGuiHelpers_ScaledDummy_" data-uid="Dalamud.Interface.ImGuiHelpers.ScaledDummy*"></a>
|
||||
<h4 id="Dalamud_Interface_ImGuiHelpers_ScaledDummy_System_Single_" data-uid="Dalamud.Interface.ImGuiHelpers.ScaledDummy(System.Single)">ScaledDummy(Single)</h4>
|
||||
<div class="markdown level1 summary"><p>Create a dummy scaled by the global Dalamud scale.</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 ScaledDummy(float size)</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.Single</span></td>
|
||||
<td><span class="parametername">size</span></td>
|
||||
<td><p>The size of the dummy.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -232,7 +316,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiHelpers_ScaledRelativeSameLine_System_Single_System_Single_.md&value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.ScaledRelativeSameLine(System.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/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L37">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_ImGuiHelpers_ScaledRelativeSameLine_" data-uid="Dalamud.Interface.ImGuiHelpers.ScaledRelativeSameLine*"></a>
|
||||
<h4 id="Dalamud_Interface_ImGuiHelpers_ScaledRelativeSameLine_System_Single_System_Single_" data-uid="Dalamud.Interface.ImGuiHelpers.ScaledRelativeSameLine(System.Single,System.Single)">ScaledRelativeSameLine(Single, Single)</h4>
|
||||
|
|
@ -272,7 +356,7 @@
|
|||
<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&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/#L46">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L53">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>
|
||||
|
|
@ -318,7 +402,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiHelpers_SetWindowPosRelativeMainViewport_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiCond_.md&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>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L63">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>
|
||||
|
|
@ -370,7 +454,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiHelpers.md&value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers%0Asummary%3A%20'*You%20can%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/Interface/ImGuiHelpers.cs/#L9" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L10" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue