Skip to content

Commit 6acb8ae

Browse files
committed
Updated docs.
1 parent 9504106 commit 6acb8ae

19 files changed

+160
-17
lines changed

docs/pages/ArrayElementNode.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,38 @@ <h3 class="name" id="node" translate="no">.<a href="#node">node</a><span class="
6767
</div>
6868
</div>
6969
<h2 class="subsection-title">Methods</h2>
70+
<h3 class="name name-method" id="getMemberType" translate="no">.<a href="#getMemberType">getMemberType</a><span class="signature">( builder : <span class="param-type"><a href="NodeBuilder.html">NodeBuilder</a></span>, name : <span class="param-type">string</span> )</span><span class="type-signature"> : string</span> </h3>
71+
<div class="method">
72+
<div class="description">
73+
<p>This method is overwritten since the member type is inferred from the array-like node.</p>
74+
</div>
75+
<table class="params">
76+
<tbody>
77+
<tr>
78+
<td class="name">
79+
<strong>builder</strong>
80+
</td>
81+
<td class="description last">
82+
<p>The current node builder.</p>
83+
</td>
84+
</tr>
85+
<tr>
86+
<td class="name">
87+
<strong>name</strong>
88+
</td>
89+
<td class="description last">
90+
<p>The member name.</p>
91+
</td>
92+
</tr>
93+
</tbody>
94+
</table>
95+
<dl class="details">
96+
<dt class="tag-overrides"><strong>Overrides:</strong> <a href="Node.html#getMemberType">Node#getMemberType</a></dt>
97+
</dl>
98+
<dl class="details">
99+
<dt class="tag-returns"><strong>Returns:</strong> The member type.</dt>
100+
</dl>
101+
</div>
70102
<h3 class="name name-method" id="getNodeType" translate="no">.<a href="#getNodeType">getNodeType</a><span class="signature">( builder : <span class="param-type"><a href="NodeBuilder.html">NodeBuilder</a></span> )</span><span class="type-signature"> : string</span> </h3>
71103
<div class="method">
72104
<div class="description">

docs/pages/ArrayNode.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,38 @@ <h3 class="name name-method" id="getElementType" translate="no">.<a href="#getEl
155155
<dt class="tag-returns"><strong>Returns:</strong> The type of the node.</dt>
156156
</dl>
157157
</div>
158+
<h3 class="name name-method" id="getMemberType" translate="no">.<a href="#getMemberType">getMemberType</a><span class="signature">( builder : <span class="param-type"><a href="NodeBuilder.html">NodeBuilder</a></span>, name : <span class="param-type">string</span> )</span><span class="type-signature"> : string</span> </h3>
159+
<div class="method">
160+
<div class="description">
161+
<p>Returns the type of a member variable.</p>
162+
</div>
163+
<table class="params">
164+
<tbody>
165+
<tr>
166+
<td class="name">
167+
<strong>builder</strong>
168+
</td>
169+
<td class="description last">
170+
<p>The current node builder.</p>
171+
</td>
172+
</tr>
173+
<tr>
174+
<td class="name">
175+
<strong>name</strong>
176+
</td>
177+
<td class="description last">
178+
<p>The name of the member variable.</p>
179+
</td>
180+
</tr>
181+
</tbody>
182+
</table>
183+
<dl class="details">
184+
<dt class="tag-overrides"><strong>Overrides:</strong> <a href="TempNode.html#getMemberType">TempNode#getMemberType</a></dt>
185+
</dl>
186+
<dl class="details">
187+
<dt class="tag-returns"><strong>Returns:</strong> The type of the member variable.</dt>
188+
</dl>
189+
</div>
158190
<h3 class="name name-method" id="getNodeType" translate="no">.<a href="#getNodeType">getNodeType</a><span class="signature">( builder : <span class="param-type"><a href="NodeBuilder.html">NodeBuilder</a></span> )</span><span class="type-signature"> : string</span> </h3>
159191
<div class="method">
160192
<div class="description">

docs/pages/BooleanKeyframeTrack.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h3 class="name" id="ValueBufferType" translate="no">.<a href="#ValueBufferType"
7777
</dl>
7878
</div>
7979
<div class="member">
80-
<h3 class="name" id="ValueTypeName" translate="no">.<a href="#ValueTypeName">ValueTypeName</a><span class="type-signature"> : String</span> </h3>
80+
<h3 class="name" id="ValueTypeName" translate="no">.<a href="#ValueTypeName">ValueTypeName</a><span class="type-signature"> : string</span> </h3>
8181
<div class="description">
8282
<p>The value type name.</p>
8383
<p>Default is <code>'bool'</code>.</p>

docs/pages/ColorKeyframeTrack.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h3 class="name name-method" id="ColorKeyframeTrack" translate="no">new <a href=
6363
</div>
6464
<h2 class="subsection-title">Properties</h2>
6565
<div class="member">
66-
<h3 class="name" id="ValueTypeName" translate="no">.<a href="#ValueTypeName">ValueTypeName</a><span class="type-signature"> : String</span> </h3>
66+
<h3 class="name" id="ValueTypeName" translate="no">.<a href="#ValueTypeName">ValueTypeName</a><span class="type-signature"> : string</span> </h3>
6767
<div class="description">
6868
<p>The value type name.</p>
6969
<p>Default is <code>'color'</code>.</p>

docs/pages/KeyframeTrack.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h3 class="name" id="ValueBufferType" translate="no">.<a href="#ValueBufferType"
8585
</div>
8686
</div>
8787
<div class="member">
88-
<h3 class="name" id="ValueTypeName" translate="no">.<a href="#ValueTypeName">ValueTypeName</a><span class="type-signature"> : String</span> </h3>
88+
<h3 class="name" id="ValueTypeName" translate="no">.<a href="#ValueTypeName">ValueTypeName</a><span class="type-signature"> : string</span> </h3>
8989
<div class="description">
9090
<p>The value type name.</p>
9191
<p>Default is <code>''</code>.</p>

docs/pages/Line.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h3 class="name" id="material" translate="no">.<a href="#material">material</a><
7878
</div>
7979
</div>
8080
<div class="member">
81-
<h3 class="name" id="morphTargetDictionary" translate="no">.<a href="#morphTargetDictionary">morphTargetDictionary</a><span class="type-signature"> : Object.&lt;String, number> | undefined</span> </h3>
81+
<h3 class="name" id="morphTargetDictionary" translate="no">.<a href="#morphTargetDictionary">morphTargetDictionary</a><span class="type-signature"> : Object.&lt;string, number> | undefined</span> </h3>
8282
<div class="description">
8383
<p>A dictionary representing the morph targets in the geometry. The key is the
8484
morph targets name, the value its attribute index. This member is <code>undefined</code>

docs/pages/Mesh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3 class="name" id="material" translate="no">.<a href="#material">material</a><
8181
</div>
8282
</div>
8383
<div class="member">
84-
<h3 class="name" id="morphTargetDictionary" translate="no">.<a href="#morphTargetDictionary">morphTargetDictionary</a><span class="type-signature"> : Object.&lt;String, number> | undefined</span> </h3>
84+
<h3 class="name" id="morphTargetDictionary" translate="no">.<a href="#morphTargetDictionary">morphTargetDictionary</a><span class="type-signature"> : Object.&lt;string, number> | undefined</span> </h3>
8585
<div class="description">
8686
<p>A dictionary representing the morph targets in the geometry. The key is the
8787
morph targets name, the value its attribute index. This member is <code>undefined</code>

docs/pages/NumberKeyframeTrack.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h3 class="name name-method" id="NumberKeyframeTrack" translate="no">new <a href
6363
</div>
6464
<h2 class="subsection-title">Properties</h2>
6565
<div class="member">
66-
<h3 class="name" id="ValueTypeName" translate="no">.<a href="#ValueTypeName">ValueTypeName</a><span class="type-signature"> : String</span> </h3>
66+
<h3 class="name" id="ValueTypeName" translate="no">.<a href="#ValueTypeName">ValueTypeName</a><span class="type-signature"> : string</span> </h3>
6767
<div class="description">
6868
<p>The value type name.</p>
6969
<p>Default is <code>'number'</code>.</p>

docs/pages/OutputPass.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ <h3 class="name name-method" id="OutputPass" translate="no">new <a href="#Output
3737
</div>
3838
</div>
3939
<h2 class="subsection-title">Properties</h2>
40+
<div class="member">
41+
<h3 class="name" id="isOutputPass" translate="no">.<a href="#isOutputPass">isOutputPass</a><span class="type-signature"> : boolean</span> <span class="type-signature">(readonly) </span></h3>
42+
<div class="description">
43+
<p>This flag indicates that this is an output pass.</p>
44+
<p>Default is <code>true</code>.</p>
45+
</div>
46+
</div>
4047
<div class="member">
4148
<h3 class="name" id="material" translate="no">.<a href="#material">material</a><span class="type-signature"> : <a href="RawShaderMaterial.html">RawShaderMaterial</a></span> </h3>
4249
<div class="description">

docs/pages/Points.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h3 class="name" id="material" translate="no">.<a href="#material">material</a><
6767
</div>
6868
</div>
6969
<div class="member">
70-
<h3 class="name" id="morphTargetDictionary" translate="no">.<a href="#morphTargetDictionary">morphTargetDictionary</a><span class="type-signature"> : Object.&lt;String, number> | undefined</span> </h3>
70+
<h3 class="name" id="morphTargetDictionary" translate="no">.<a href="#morphTargetDictionary">morphTargetDictionary</a><span class="type-signature"> : Object.&lt;string, number> | undefined</span> </h3>
7171
<div class="description">
7272
<p>A dictionary representing the morph targets in the geometry. The key is the
7373
morph targets name, the value its attribute index. This member is <code>undefined</code>

0 commit comments

Comments
 (0)