summaryrefslogtreecommitdiff
path: root/docs/Enums/SDLChoiceSetLayout.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Enums/SDLChoiceSetLayout.html')
-rw-r--r--docs/Enums/SDLChoiceSetLayout.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/Enums/SDLChoiceSetLayout.html b/docs/Enums/SDLChoiceSetLayout.html
new file mode 100644
index 000000000..a2808c757
--- /dev/null
+++ b/docs/Enums/SDLChoiceSetLayout.html
@@ -0,0 +1,52 @@
+<h1>SDLChoiceSetLayout Enumeration Reference</h1>
+
+<h3>Section Contents</h3>
+
+<ul>
+ <li><a href="#section-SDLChoiceSetLayoutList">SDLChoiceSetLayoutList</a></li>
+ <li><a href="#section-SDLChoiceSetLayoutTiles">SDLChoiceSetLayoutTiles</a></li>
+</ul>
+
+<h3>Overview</h3>
+
+<p>Undocumented</p>
+
+
+<section class="section task-group-section">
+ <h3 id="section-SDLChoiceSetLayoutList">
+ SDLChoiceSetLayoutList
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight objective_c"><code><span class="n">SDLChoiceSetLayoutList</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight swift"><code><span class="k">case</span> <span class="n">list</span> <span class="o">=</span> <span class="mi">0</span></code></pre>
+
+
+
+
+ <h3 id="section-SDLChoiceSetLayoutTiles">
+ SDLChoiceSetLayoutTiles
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight objective_c"><code><span class="n">SDLChoiceSetLayoutTiles</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight swift"><code><span class="k">case</span> <span class="n">tiles</span> <span class="o">=</span> <span class="mi">1</span></code></pre>
+
+
+
+
+</section>