C# Class BEPUphysics.Materials.InteractionProperties

Contains the blended friction and bounciness of a pair of objects.
Datei anzeigen Open project: tonypeng/Bloxel Class Usage Examples

Public Properties

Property Type Description
Bounciness float
KineticFriction float
StaticFriction float

Property Details

Bounciness public_oe property

Bounciness between the pair of objects.
public float Bounciness
return float

KineticFriction public_oe property

Kinetic friction between the pair of objects.
public float KineticFriction
return float

StaticFriction public_oe property

Static friction between the pair of objects.
public float StaticFriction
return float