Difference between revisions of "DOM Enums"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOM Enums class)
(Documentation for the DOM Enums class)
Line 9: Line 9:
 
===DOMCurveEasing===
 
===DOMCurveEasing===
 
:* Full Article: [[DOMCurveEasing]]
 
:* Full Article: [[DOMCurveEasing]]
Specifies the easing function to use for simple interpolation between two values
+
Specifies the easing function to use for simple [[DOMCurve]] interpolation between two values in a [[DOMCurveKeyframe]]
  
 
'''See also:''' [https://chicounity3d.wordpress.com/2014/05/23/how-to-lerp-like-a-pro/ How to Lerp like a pro]
 
'''See also:''' [https://chicounity3d.wordpress.com/2014/05/23/how-to-lerp-like-a-pro/ How to Lerp like a pro]

Revision as of 15:36, 21 February 2017

DOM Enums

Remarks [edit]

DOMAudioChannel

This enum contains a list of audio channels on which audio clips can be played in a client application. Used mainly by DOMAudio.

DOMCurveEasing

Specifies the easing function to use for simple DOMCurve interpolation between two values in a DOMCurveKeyframe

See also: How to Lerp like a pro

DOMPhysicsMaterial

A list of physics material names used by DOMAudioBinding to select the type of material to which a sound applies.