| MaterialProperties Constructor (Single, Single, Single) |
Namespace: DigitalRune.Physics.MaterialsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public MaterialProperties(
float staticFriction,
float dynamicFriction,
float restitution
)
Public Sub New (
staticFriction As Single,
dynamicFriction As Single,
restitution As Single
)
public:
MaterialProperties(
float staticFriction,
float dynamicFriction,
float restitution
)
new :
staticFriction : float32 *
dynamicFriction : float32 *
restitution : float32 -> MaterialProperties
Parameters
- staticFriction
- Type: SystemSingle
The static friction. - dynamicFriction
- Type: SystemSingle
The dynamic friction. - restitution
- Type: SystemSingle
The coefficient of restitution.
See Also