The description of Physics3DCollider. More...
Public Attributes | |
Physics3DShape * | shape |
shape pointer | |
cocos2d::Mat4 | originalTransform |
original world Transform | |
var | originalTransform |
original world Transform | |
local | originalTransform |
original world Transform | |
bool | isTrigger |
Is collider a trigger? | |
float | friction |
the friction | |
var | friction |
the friction | |
local | friction |
the friction | |
float | rollingFriction |
the rolling friction | |
float | restitution |
the restitution | |
var | restitution |
the restitution | |
local | restitution |
the restitution | |
float | hitFraction |
the hit fraction | |
float | ccdSweptSphereRadius |
the swep sphere radius | |
var | ccdSweptSphereRadius |
the swep sphere radius | |
local | ccdSweptSphereRadius |
the swep sphere radius | |
float | ccdMotionThreshold |
the motion threshold | |
The description of Physics3DCollider.