Contents

sourceCollider

The entity containing the mesh-shaped collider that the body will bind to.

Declaration

var sourceCollider: Entity?

Discussion

For the binding to be successful, the entity must contain a ClothColliderComponent with a mesh collision shape.

See Also

Binding the collider