mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
docs: regenerate
This commit is contained in:
parent
5a80342243
commit
054315dfc0
85 changed files with 24425 additions and 2247 deletions
|
|
@ -191,6 +191,106 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="operators">Operators
|
||||
</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_Game_ClientState_Actors_Position3_op_Implicit_Dalamud_Game_ClientState_Actors_Position3__SharpDX_Vector3.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Actors.Position3.op_Implicit(Dalamud.Game.ClientState.Actors.Position3)~SharpDX.Vector3%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%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/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>
|
||||
<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>
|
||||
</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.ClientState.Actors.Position3.html">Position3</a></td>
|
||||
<td><span class="parametername">pos</span></td>
|
||||
<td><p>Position to convert.</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">SharpDX.Vector3</span></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_Game_ClientState_Actors_Position3_op_Implicit_Dalamud_Game_ClientState_Actors_Position3__System_Numerics_Vector3.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Actors.Position3.op_Implicit(Dalamud.Game.ClientState.Actors.Position3)~System.Numerics.Vector3%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%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/Game/ClientState/Actors/Position3.cs/#L14">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__System_Numerics_Vector3" data-uid="Dalamud.Game.ClientState.Actors.Position3.op_Implicit(Dalamud.Game.ClientState.Actors.Position3)~System.Numerics.Vector3">Implicit(Position3 to Vector3)</h4>
|
||||
<div class="markdown level1 summary"><p>Convert this Position3 to a System.Numerics.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>
|
||||
</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.ClientState.Actors.Position3.html">Position3</a></td>
|
||||
<td><span class="parametername">pos</span></td>
|
||||
<td><p>Position to convert.</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.Numerics.Vector3</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue