Interaction

name: Interaction
documentation:

Defines physics material interaction properties between physics enabled elements

attribute
name: element
type: xs:string
use: required
documentation:

The name of the element to apply the interaction properties to

attribute
name: StaticFriction
type: xs:float
use: optional
default: 0.9
documentation:

The force to apply between the parent element and the referred element when they are not moving relative to each other

attribute
name: DynamicFriction
type: xs:float
use: optional
default: 0.5
documentation:

The force to apply between the parent element and the referred element when they are moving relative to each other

attribute
name: Elasticity
type: xs:float
use: optional
default: 0.4
documentation:

The bounciness to apply between the parent element and referred element when they come into contact

attribute
name: Softness
type: xs:float
use: optional
default: 0.7
documentation:

The softness to apply between the parent element and the referred element when they come into contact