Interface IFriction
Assembly: Experior.Interfaces.dll
Syntax
public interface IFriction
Properties
Coefficient
Declaration
Coefficients Coefficient { get; set; }
Property Value
Dynamic
Declaration
Property Value
Type |
Description |
System.Single |
|
Restitution
Declaration
float Restitution { get; }
Property Value
Type |
Description |
System.Single |
|
Static
Declaration
Property Value
Type |
Description |
System.Single |
|
Events
OnChanged
Declaration
event EventHandler OnChanged
Event Type
Type |
Description |
System.EventHandler |
|