Click or drag to resize

MotionProfile Structure

Motion characteristics.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Demo3D.VisualsMotionProfile

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public struct MotionProfile

The MotionProfile type exposes the following members.

Constructors
 NameDescription
Public methodMotionProfile Constructor.
Top
Fields
 NameDescription
Public fieldAcceleration The unsigned acceleration.
Public fieldCurrentSpeed The unsigned current speed.
Public fieldDeceleration The unsigned deceleration.
Public fieldDirection The current direction of travel.
Public fieldMaxSpeed The unsigned maximum speed.
Top
See Also