Skip to content

Commit 00f9f68

Browse files
committed
Updated docs.
1 parent ec09789 commit 00f9f68

File tree

4 files changed

+24
-10
lines changed

4 files changed

+24
-10
lines changed

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,6 +1593,8 @@ <h2>Global</h2>
15931593
<li><a href="global.html#NotEqualDepth">NotEqualDepth</a></li>
15941594
<li><a href="global.html#NotEqualStencilFunc">NotEqualStencilFunc</a></li>
15951595
<li><a href="global.html#ObjectSpaceNormalMap">ObjectSpaceNormalMap</a></li>
1596+
<li><a href="global.html#OnBeforeMaterialUpdate">OnBeforeMaterialUpdate</a></li>
1597+
<li><a href="global.html#OnBeforeObjectUpdate">OnBeforeObjectUpdate</a></li>
15961598
<li><a href="global.html#OnMaterialUpdate">OnMaterialUpdate</a></li>
15971599
<li><a href="global.html#OnObjectUpdate">OnObjectUpdate</a></li>
15981600
<li><a href="global.html#OneFactor">OneFactor</a></li>

docs/pages/AfterImageNode.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ <h3 class="name" id="textureNode" translate="no">.<a href="#textureNode">texture
5555
<p>The texture node that represents the input of the effect.</p>
5656
</div>
5757
</div>
58-
<div class="member">
59-
<h3 class="name" id="textureNodeOld" translate="no">.<a href="#textureNodeOld">textureNodeOld</a><span class="type-signature"> : <a href="TextureNode.html">TextureNode</a></span> </h3>
60-
<div class="description">
61-
<p>The texture represents the pervious frame.</p>
62-
</div>
63-
</div>
6458
<div class="member">
6559
<h3 class="name" id="updateBeforeType" translate="no">.<a href="#updateBeforeType">updateBeforeType</a><span class="type-signature"> : string</span> </h3>
6660
<div class="description">

docs/pages/global.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,20 @@ <h3 class="name" id="ObjectSpaceNormalMap" translate="no">.<a href="#ObjectSpace
886886
<p>Normal information is relative to the object orientation.</p>
887887
</div>
888888
</div>
889+
<div class="member">
890+
<h3 class="name" id="OnBeforeMaterialUpdate" translate="no">.<a href="#OnBeforeMaterialUpdate">OnBeforeMaterialUpdate</a> <span class="type-signature">(constant) </span></h3>
891+
<div class="description">
892+
<p>Creates an event that triggers a function before the material is updated.</p>
893+
<p>The event will be bound to the declared TSL function <code>Fn()</code>; it must be declared within a <code>Fn()</code> or the JS function call must be inherited from one.</p>
894+
</div>
895+
</div>
896+
<div class="member">
897+
<h3 class="name" id="OnBeforeObjectUpdate" translate="no">.<a href="#OnBeforeObjectUpdate">OnBeforeObjectUpdate</a> <span class="type-signature">(constant) </span></h3>
898+
<div class="description">
899+
<p>Creates an event that triggers a function before an object (Mesh|Sprite) is updated.</p>
900+
<p>The event will be bound to the declared TSL function <code>Fn()</code>; it must be declared within a <code>Fn()</code> or the JS function call must be inherited from one.</p>
901+
</div>
902+
</div>
889903
<div class="member">
890904
<h3 class="name" id="OnMaterialUpdate" translate="no">.<a href="#OnMaterialUpdate">OnMaterialUpdate</a> <span class="type-signature">(constant) </span></h3>
891905
<div class="description">

docs/search.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16538,10 +16538,6 @@
1653816538
"title": "AfterImageNode#textureNode",
1653916539
"kind": "member"
1654016540
},
16541-
{
16542-
"title": "AfterImageNode#textureNodeOld",
16543-
"kind": "member"
16544-
},
1654516541
{
1654616542
"title": "AfterImageNode#updateBefore",
1654716543
"kind": "function"
@@ -25148,6 +25144,14 @@
2514825144
"title": "OctahedronGeometry.fromJSON",
2514925145
"kind": "function"
2515025146
},
25147+
{
25148+
"title": "OnBeforeMaterialUpdate",
25149+
"kind": "member"
25150+
},
25151+
{
25152+
"title": "OnBeforeObjectUpdate",
25153+
"kind": "member"
25154+
},
2515125155
{
2515225156
"title": "OnMaterialUpdate",
2515325157
"kind": "member"

0 commit comments

Comments
 (0)