SpeedProfile Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.SpeedProfile"]
Namespace: Demo3D.Visuals
public class SpeedProfile : OwnedProperties
The SpeedProfile type exposes the following members.
| Name | Description | |
|---|---|---|
| SpeedProfile | Initializes a new instance of the SpeedProfile class | |
| SpeedProfile(Double, Double, Double) | Initializes a new instance of the SpeedProfile class |
| Name | Description | |
|---|---|---|
| Acceleration | ||
| CurrentAcceleration | ||
| CurrentSpeed | ||
| CurrentTargetSpeed | ||
| Deceleration | ||
| MaxSpeed | ||
| MotorEnabled | ||
| MovementEnabled | ||
| TargetSpeed |
| Name | Description | |
|---|---|---|
| Equals |
Equals on speed profile is used to determine if the speed profile is
equal to a default and if so don't save it out.
(Overrides ObjectEquals(Object).) | |
| GetCurrentAcceleration | ||
| GetCurrentTargetSpeed | ||
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| ToString | (Overrides SimpleCustomTypeDescriptor.ToString.) | |
| UpdateSpeed |