Table of Contents

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

float

Remarks

inside

If true, the collision acts to trap the joint within the collision.

var inside : bool = false

Property Value

bool

Remarks

  • void set_inside(bool value)
  • bool is_inside

radius

The capsule's radius.

var radius : float = 0.1

Property Value

float

Remarks