Skip to content

Documentation / scene / ColliderForce

Enumeration: ColliderForce

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:38

Collider surface force direction used for surface and triangle collision.

Enumeration Members

Off

Off: 0

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:40

No surface force


Push

Push: 1

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:42

Push surface outward from collider


Pull

Pull: 2

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:44

Pull surface inward toward collider

Released under the MIT License.