MaterialProperties Structure |
Namespace: DigitalRune.Physics.Materials
The MaterialProperties type exposes the following members.
Name | Description | |
---|---|---|
MaterialProperties(Single, Single, Single) |
Initializes a new instance of the MaterialProperties structure.
| |
MaterialProperties(Single, Single, Single, Vector3F) |
Initializes a new instance of the MaterialProperties structure.
| |
MaterialProperties(Single, Single, Single, Boolean, Vector3F) |
Initializes a new instance of the MaterialProperties structure.
|
Name | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified Object, is equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
Equals(MaterialProperties) |
Indicates whether the current object is equal to another object of the same type.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Equality |
Compares MaterialProperties to determine whether they are the same.
| |
Inequality |
Compares MaterialProperties to determine whether they are different.
|
Name | Description | |
---|---|---|
DynamicFriction |
Gets or sets the dynamic friction (kinetic friction) coefficient.
| |
Restitution |
Gets or sets the coefficient of restitution (bounciness).
| |
StaticFriction |
Gets or sets the static friction coefficient.
| |
SupportsSurfaceMotion |
Gets or sets a value indicating whether this material supports surface motion.
| |
SurfaceMotion |
Gets or sets the velocity of the rigid body surface (in local space of the body).
|