API Reference v9.3.2

AccelTypeenum

Module: ZaberMotionAscii

Type of acceleration to get or set.

To use this type, add import ZaberMotionAscii to the top of your source code.

NameValueDescription
AccelType.accelDecel0Both acceleration and deceleration.
AccelType.accelOnly1Acceleration only.
AccelType.decelOnly2Deceleration only.