Speed |
[Missing <summary> documentation for "T:Demo3D.Visuals.SpeedProfile"]
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 | ||
| CurrentSpeed | ||
| Deceleration | ||
| MaxSpeed | ||
| MotorEnabled | ||
| MovementEnabled |
| Name | Description | |
|---|---|---|
| AttachToVisual | (Overrides OwnedProperties.AttachToVisual(Visual)) | |
| 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 |
| Name | Description | |
|---|---|---|
| acceleration | ||
| creepDistance | ||
| creepSpeed | ||
| currentSpeed | ||
| deceleration | ||
| maxSpeed | ||
| Zero |