API Reference v9.2.0
StreamModeenum
Module: ZaberMotionAscii
Mode of a stream.
To use this type, add import ZaberMotionAscii to the top of your source code.
Related Guides:
| Name | Value | Description |
|---|---|---|
StreamMode.disabled | 0 | The stream is not set up. |
StreamMode.store | 1 | Actions are queued into a stream buffer for later playback. |
StreamMode.storeArbitraryAxes | 2 | Actions are queued into a stream buffer for later playback (axes not specified). |
StreamMode.live | 3 | Actions are queued and executed on the device immediately. |