Skip to content

Commit

Permalink
Deploy preview for PR 316 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoMendonc-a committed Sep 14, 2023
1 parent 42a6cca commit 6d07a7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pr-preview/pr-316/group__scene-editor-tool-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>
<span class="m-breadcrumb"><a href="group__engine.html">Engine</a> &raquo;</span>
<span class="m-breadcrumb"><a href="group__tool-plugins.html">Tools</a> &raquo;</span>
Scene editor <span class="m-thin">module</span></h1>
<p>Adds a window to edit scenes, and select entities in them.</p>
<p>Adds a window to edit scenes and select entities in them.</p>
<nav class="m-block m-default">
<h3>Contents</h3>
<ul>
Expand All @@ -60,7 +60,7 @@ <h3>Contents</h3>
</li>
</ul>
</nav>
<aside class="m-note m-info"><h4>Note</h4><p>Selected entities are registered in the <a href="structcubos_1_1engine_1_1tools_1_1EntitySelector.html" class="m-doc">EntitySelector</a> resource.</p><p>The opened scene is identified by the <a href="structcubos_1_1engine_1_1tools_1_1AssetSelectedEvent.html" class="m-doc">AssetSelectedEvent</a> event.</p></aside><section id="autotoc_md89"><h3><a href="#autotoc_md89">Dependencies</a></h3><ul><li><a href="group__imgui-plugin.html" class="m-doc">ImGui integration</a></li><li><a href="group__assets-plugin.html" class="m-doc">Assets</a></li><li><a href="group__scene-plugin.html" class="m-doc">Scene</a></li><li><a href="group__asset-explorer-tool-plugin.html" class="m-doc">Asset explorer</a></li><li><a href="group__entity-selector-tool-plugin.html" class="m-doc">Entity selector</a></li></ul><p>Plugin entry function.</p></section>
<aside class="m-note m-info"><h4>Note</h4><p>Selected entities are registered in the <a href="structcubos_1_1engine_1_1tools_1_1EntitySelector.html" class="m-doc">EntitySelector</a> resource.</p><p>The opened scene is identified by the <a href="structcubos_1_1engine_1_1tools_1_1AssetSelectedEvent.html" class="m-doc">AssetSelectedEvent</a> event.</p></aside><section id="autotoc_md89"><h3><a href="#autotoc_md89">Dependencies</a></h3><ul><li><a href="group__scene-plugin.html" class="m-doc">Scene</a></li><li><a href="group__asset-explorer-tool-plugin.html" class="m-doc">Asset explorer</a></li><li><a href="group__entity-selector-tool-plugin.html" class="m-doc">Entity selector</a></li></ul><p>Plugin entry function.</p></section>
<section id="files">
<h2><a href="#files">Files</a></h2>
<dl class="m-doc">
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-316/group__tool-plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2><a href="#groups">Modules</a></h2>
<dt>module <a href="group__entity-selector-tool-plugin.html" class="m-doc">Entity selector</a></dt>
<dd>Adds a resource used to select an entity.</dd>
<dt>module <a href="group__scene-editor-tool-plugin.html" class="m-doc">Scene editor</a></dt>
<dd>Adds a window to edit scenes, and select entities in them.</dd>
<dd>Adds a window to edit scenes and select entities in them.</dd>
<dt>module <a href="group__settings-inspector-tool-plugin.html" class="m-doc">Settings inspector</a></dt>
<dd>Allows inspecting the current setting values through a ImGui window.</dd>
<dt>module <a href="group__world-inspector-tool-plugin.html" class="m-doc">World inspector</a></dt>
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-316/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1>Modules</h1>
<li>module <a href="group__asset-explorer-tool-plugin.html" class="m-doc">Asset explorer</a> <span class="m-doc">Allows viewing and selecting assets through a ImGui window.</span></li>
<li>module <a href="group__entity-inspector-tool-plugin.html" class="m-doc">Entity inspector</a> <span class="m-doc">Allows inspecting and modifying the components of the selected entity through a ImGui window.</span></li>
<li>module <a href="group__entity-selector-tool-plugin.html" class="m-doc">Entity selector</a> <span class="m-doc">Adds a resource used to select an entity.</span></li>
<li>module <a href="group__scene-editor-tool-plugin.html" class="m-doc">Scene editor</a> <span class="m-doc">Adds a window to edit scenes, and select entities in them.</span></li>
<li>module <a href="group__scene-editor-tool-plugin.html" class="m-doc">Scene editor</a> <span class="m-doc">Adds a window to edit scenes and select entities in them.</span></li>
<li>module <a href="group__settings-inspector-tool-plugin.html" class="m-doc">Settings inspector</a> <span class="m-doc">Allows inspecting the current setting values through a ImGui window.</span></li>
<li>module <a href="group__world-inspector-tool-plugin.html" class="m-doc">World inspector</a> <span class="m-doc">Shows all of the entities in the world through a ImGui window, and allows selecting them.</span></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-316/searchdata-v2.js

Large diffs are not rendered by default.

0 comments on commit 6d07a7f

Please sign in to comment.