DOMPhysicsCombineMode

From Virtual World Web Wiki
Revision as of 21:02, 12 April 2017 by Spark5 (Talk | contribs) (Documentation for the DOMPhysicsCombineMode class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies how the friction of two colliding objects is combined. Used by DOMCollider nodes.

Remarks [edit]

Enum Values

Average = 0
The two friction values are averaged.
Minimum = 1
The smallest of the two values is used.
Multiply = 2
The largest of the two values is used.
Maximum = 3
The friction values are multiplied with each other.