Class SpringBoneCollisionCapsule3D
A capsule shape collision that interacts with SpringBoneSimulator3D.
- Inheritance
-
SpringBoneCollisionCapsule3D
Remarks
A capsule shape collision that interacts with SpringBoneSimulator3D.
Properties
height
The capsule's height.
var height : float = 0.5
Property Value
Remarks
inside
If true, the collision acts to trap the joint within the collision.
var inside : bool = false
Property Value
Remarks
radius
The capsule's radius.
var radius : float = 0.1