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 6: Line 6:
 
:{{CSharp|DOMPhysicsCombineMode BounceCombine {get; set;} }}
 
:{{CSharp|DOMPhysicsCombineMode BounceCombine {get; set;} }}
  
:{{CSharp|Single Bounciness {get; set;} }}
+
:{{CSharp|float Bounciness {get; set;} }}
  
 
:{{CSharp|Point3D BoundsCenter {get; set;} }}
 
:{{CSharp|Point3D BoundsCenter {get; set;} }}
  
:{{CSharp|Single DynamicFriction {get; set;} }}
+
:{{CSharp|float DynamicFriction {get; set;} }}
  
 
:{{CSharp|DOMPhysicsCombineMode FrictionCombine {get; set;} }}
 
:{{CSharp|DOMPhysicsCombineMode FrictionCombine {get; set;} }}
Line 16: Line 16:
 
:{{CSharp|bool PhysicsMaterialEnabled {get; set;} }}
 
:{{CSharp|bool PhysicsMaterialEnabled {get; set;} }}
  
:{{CSharp|Single StaticFriction {get; set;} }}
+
:{{CSharp|float StaticFriction {get; set;} }}
  
 
===Constructors===
 
===Constructors===

Revision as of 17:55, 20 February 2017

Remarks [edit]

Properties

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

Constructors

DOMCollider()