|
|
@@ -886,6 +886,20 @@ alpha transparency.</p>
|
|
|
<p>Normal information is relative to the object orientation.</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="member">
|
|
|
+ <h3 class="name" id="OnBeforeMaterialUpdate" translate="no">.<a href="#OnBeforeMaterialUpdate">OnBeforeMaterialUpdate</a> <span class="type-signature">(constant) </span></h3>
|
|
|
+ <div class="description">
|
|
|
+ <p>Creates an event that triggers a function before the material is updated.</p>
|
|
|
+<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>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="member">
|
|
|
+ <h3 class="name" id="OnBeforeObjectUpdate" translate="no">.<a href="#OnBeforeObjectUpdate">OnBeforeObjectUpdate</a> <span class="type-signature">(constant) </span></h3>
|
|
|
+ <div class="description">
|
|
|
+ <p>Creates an event that triggers a function before an object (Mesh|Sprite) is updated.</p>
|
|
|
+<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>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="member">
|
|
|
<h3 class="name" id="OnMaterialUpdate" translate="no">.<a href="#OnMaterialUpdate">OnMaterialUpdate</a> <span class="type-signature">(constant) </span></h3>
|
|
|
<div class="description">
|