Difference between revisions of "DOMCollider"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMCollider class)
(Documentation for the DOMCollider class)
Line 21: Line 21:
 
:{{CSharp|DOMCollider()}}
 
:{{CSharp|DOMCollider()}}
  
===Methods===
 
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 14:13, 16 October 2016

Remarks [edit]

Properties

DOMPhysicsCombineMode BounceCombine {get; set;}
Single Bounciness {get; set;}
Point3D BoundsCenter {get; set;}
Single DynamicFriction {get; set;}
DOMPhysicsCombineMode FrictionCombine {get; set;}
bool PhysicsMaterialEnabled {get; set;}
Single StaticFriction {get; set;}

Constructors

DOMCollider()