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 6: Line 6:
 
:* Full Article: [[DOMAudioChannel]]
 
:* Full Article: [[DOMAudioChannel]]
 
This enum contains a list of audio channels on which audio clips can be played in a client application. Used mainly by [[DOMAudio]].
 
This enum contains a list of audio channels on which audio clips can be played in a client application. Used mainly by [[DOMAudio]].
 +
 +
===DOMCurveEasing===
 +
:* Full Article: [[DOMCurveEasing]]
 +
Specifies the easing function to use for simple interpolation between two values
 +
 +
'''See also:''' [https://chicounity3d.wordpress.com/2014/05/23/how-to-lerp-like-a-pro/ How to Lerp like a pro]
 +
 +
===DOMPhysicsMaterial===
 +
:* Full Article: [[DOMPhysicsMaterial]]
 +
A list of physics material names used by DOMAudioBinding to select the type of material to which a sound applies.
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 18:51, 20 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 interpolation between two values

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.