C# Class BEPUphysics.Materials.InteractionProperties

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

Méthodes publiques

Свойство Type Description
Bounciness float
KineticFriction float
StaticFriction float

Property Details

Bounciness public_oe property

Bounciness between the pair of objects.
public float Bounciness
Résultat float

KineticFriction public_oe property

Kinetic friction between the pair of objects.
public float KineticFriction
Résultat float

StaticFriction public_oe property

Static friction between the pair of objects.
public float StaticFriction
Résultat float