PhysicMaterialMode

enum in Clatter.Unity

The mode for setting the physic material (dynamic friction, static friction, bounciness) of a ClatterObject.

Value Description
none Don't set the object's physic material.
auto Automatically set the object's dynamic friction and static friction and manually set the object's bounciness.
manual Manually set the object's dynamic friction, static friction, and bounciness.