mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
787 lines
30 KiB
HTML
787 lines
30 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if IE]><![endif]-->
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>Class ImGuizmoNative
|
|
</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="title" content="Class ImGuizmoNative
|
|
">
|
|
<meta name="generator" content="docfx 2.58.0.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="ImGuizmoNET.ImGuizmoNative">
|
|
|
|
|
|
<h1 id="ImGuizmoNET_ImGuizmoNative" data-uid="ImGuizmoNET.ImGuizmoNative" class="text-break">Class ImGuizmoNative
|
|
</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">ImGuizmoNative</span></div>
|
|
</div>
|
|
<div class="inheritedMembers">
|
|
<h5>Inherited Members</h5>
|
|
<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.GetHashCode()</span>
|
|
</div>
|
|
<div>
|
|
<span class="xref">System.Object.GetType()</span>
|
|
</div>
|
|
<div>
|
|
<span class="xref">System.Object.MemberwiseClone()</span>
|
|
</div>
|
|
<div>
|
|
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
|
</div>
|
|
<div>
|
|
<span class="xref">System.Object.ToString()</span>
|
|
</div>
|
|
</div>
|
|
<h6><strong>Namespace</strong>: <a class="xref" href="ImGuizmoNET.html">ImGuizmoNET</a></h6>
|
|
<h6><strong>Assembly</strong>: ImGui.NET.dll</h6>
|
|
<h5 id="ImGuizmoNET_ImGuizmoNative_syntax">Syntax</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static class ImGuizmoNative</code></pre>
|
|
</div>
|
|
<h3 id="methods">Methods
|
|
</h3>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_AllowAxisFlip_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_AllowAxisFlip*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_AllowAxisFlip_System_Byte_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_AllowAxisFlip(System.Byte)">ImGuizmo_AllowAxisFlip(Byte)</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 extern void ImGuizmo_AllowAxisFlip(byte value)</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.Byte</span></td>
|
|
<td><span class="parametername">value</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_BeginFrame_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_BeginFrame*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_BeginFrame" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_BeginFrame">ImGuizmo_BeginFrame()</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 extern void ImGuizmo_BeginFrame()</code></pre>
|
|
</div>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_DecomposeMatrixToComponents_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_DecomposeMatrixToComponents*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_DecomposeMatrixToComponents_System_Single__System_Single__System_Single__System_Single__" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_DecomposeMatrixToComponents(System.Single*,System.Single*,System.Single*,System.Single*)">ImGuizmo_DecomposeMatrixToComponents(Single*, Single*, Single*, Single*)</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 extern void ImGuizmo_DecomposeMatrixToComponents(float *matrix, float *translation, float *rotation, float *scale)</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">matrix</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">translation</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">rotation</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">scale</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_DrawCubes_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_DrawCubes*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_DrawCubes_System_Single__System_Single__System_Single__System_Int32_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_DrawCubes(System.Single*,System.Single*,System.Single*,System.Int32)">ImGuizmo_DrawCubes(Single*, Single*, Single*, Int32)</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 extern void ImGuizmo_DrawCubes(float *view, float *projection, float *matrices, int matrixCount)</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">view</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">projection</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">matrices</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">matrixCount</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_DrawGrid_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_DrawGrid*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_DrawGrid_System_Single__System_Single__System_Single__System_Single_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_DrawGrid(System.Single*,System.Single*,System.Single*,System.Single)">ImGuizmo_DrawGrid(Single*, Single*, Single*, Single)</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 extern void ImGuizmo_DrawGrid(float *view, float *projection, float *matrix, float gridSize)</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">view</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">projection</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">matrix</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">gridSize</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_Enable_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_Enable*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_Enable_System_Byte_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_Enable(System.Byte)">ImGuizmo_Enable(Byte)</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 extern void ImGuizmo_Enable(byte enable)</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.Byte</span></td>
|
|
<td><span class="parametername">enable</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_IsOverNil_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_IsOverNil*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_IsOverNil" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_IsOverNil">ImGuizmo_IsOverNil()</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 extern byte ImGuizmo_IsOverNil()</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.Byte</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_IsOverOPERATION_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_IsOverOPERATION*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_IsOverOPERATION_ImGuizmoNET_OPERATION_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_IsOverOPERATION(ImGuizmoNET.OPERATION)">ImGuizmo_IsOverOPERATION(OPERATION)</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 extern byte ImGuizmo_IsOverOPERATION(OPERATION op)</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="ImGuizmoNET.OPERATION.html">OPERATION</a></td>
|
|
<td><span class="parametername">op</span></td>
|
|
<td></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.Byte</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_IsUsing_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_IsUsing*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_IsUsing" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_IsUsing">ImGuizmo_IsUsing()</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 extern byte ImGuizmo_IsUsing()</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.Byte</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_Manipulate_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_Manipulate*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_Manipulate_System_Single__System_Single__ImGuizmoNET_OPERATION_ImGuizmoNET_MODE_System_Single__System_Single__System_Single__System_Single__System_Single__" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_Manipulate(System.Single*,System.Single*,ImGuizmoNET.OPERATION,ImGuizmoNET.MODE,System.Single*,System.Single*,System.Single*,System.Single*,System.Single*)">ImGuizmo_Manipulate(Single*, Single*, OPERATION, MODE, Single*, Single*, Single*, Single*, Single*)</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 extern byte ImGuizmo_Manipulate(float *view, float *projection, OPERATION operation, MODE mode, float *matrix, float *deltaMatrix, float *snap, float *localBounds, float *boundsSnap)</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">view</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">projection</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="ImGuizmoNET.OPERATION.html">OPERATION</a></td>
|
|
<td><span class="parametername">operation</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="ImGuizmoNET.MODE.html">MODE</a></td>
|
|
<td><span class="parametername">mode</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">matrix</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">deltaMatrix</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">snap</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">localBounds</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">boundsSnap</span></td>
|
|
<td></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.Byte</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_RecomposeMatrixFromComponents_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_RecomposeMatrixFromComponents*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_RecomposeMatrixFromComponents_System_Single__System_Single__System_Single__System_Single__" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_RecomposeMatrixFromComponents(System.Single*,System.Single*,System.Single*,System.Single*)">ImGuizmo_RecomposeMatrixFromComponents(Single*, Single*, Single*, Single*)</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 extern void ImGuizmo_RecomposeMatrixFromComponents(float *translation, float *rotation, float *scale, float *matrix)</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">translation</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">rotation</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">scale</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span>*</td>
|
|
<td><span class="parametername">matrix</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_SetDrawlist_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_SetDrawlist*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_SetDrawlist_ImGuiNET_ImDrawList__" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_SetDrawlist(ImGuiNET.ImDrawList*)">ImGuizmo_SetDrawlist(ImDrawList*)</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 extern void ImGuizmo_SetDrawlist(ImDrawList*drawlist)</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="ImGuiNET.ImDrawList.html">ImDrawList</a>*</td>
|
|
<td><span class="parametername">drawlist</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_SetGizmoSizeClipSpace_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_SetGizmoSizeClipSpace*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_SetGizmoSizeClipSpace_System_Single_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_SetGizmoSizeClipSpace(System.Single)">ImGuizmo_SetGizmoSizeClipSpace(Single)</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 extern void ImGuizmo_SetGizmoSizeClipSpace(float value)</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">value</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_SetID_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_SetID*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_SetID_System_Int32_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_SetID(System.Int32)">ImGuizmo_SetID(Int32)</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 extern void ImGuizmo_SetID(int id)</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">id</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_SetImGuiContext_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_SetImGuiContext*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_SetImGuiContext_System_IntPtr_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_SetImGuiContext(System.IntPtr)">ImGuizmo_SetImGuiContext(IntPtr)</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 extern void ImGuizmo_SetImGuiContext(IntPtr ctx)</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.IntPtr</span></td>
|
|
<td><span class="parametername">ctx</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_SetOrthographic_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_SetOrthographic*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_SetOrthographic_System_Byte_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_SetOrthographic(System.Byte)">ImGuizmo_SetOrthographic(Byte)</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 extern void ImGuizmo_SetOrthographic(byte isOrthographic)</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.Byte</span></td>
|
|
<td><span class="parametername">isOrthographic</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_SetRect_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_SetRect*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_SetRect_System_Single_System_Single_System_Single_System_Single_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_SetRect(System.Single,System.Single,System.Single,System.Single)">ImGuizmo_SetRect(Single, Single, Single, Single)</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 extern void ImGuizmo_SetRect(float x, float y, float width, float height)</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">x</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">y</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">width</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">height</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<a id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_ViewManipulate_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_ViewManipulate*"></a>
|
|
<h4 id="ImGuizmoNET_ImGuizmoNative_ImGuizmo_ViewManipulate_System_Single__System_Single_System_Numerics_Vector2_System_Numerics_Vector2_System_UInt32_" data-uid="ImGuizmoNET.ImGuizmoNative.ImGuizmo_ViewManipulate(System.Single*,System.Single,System.Numerics.Vector2,System.Numerics.Vector2,System.UInt32)">ImGuizmo_ViewManipulate(Single*, Single, Vector2, Vector2, UInt32)</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 extern void ImGuizmo_ViewManipulate(float *view, float length, Vector2 position, Vector2 size, uint backgroundColor)</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">view</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">length</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">position</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector2</span></td>
|
|
<td><span class="parametername">size</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.UInt32</span></td>
|
|
<td><span class="parametername">backgroundColor</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/ImGui.NET/new/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuizmoNET_ImGuizmoNative.md&value=---%0Auid%3A%20ImGuizmoNET.ImGuizmoNative%0Asummary%3A%20'*You%20can%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/ImGui.NET/blob/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGuizmo.NET/ImGuizmoNative.gen.cs/#L8" 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>
|