Table of Contents

Enum PlaybackDirection

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[To("NoneWithTrailingDotRemoved")]
public enum PlaybackDirection

Fields

[Value("\"normal\"")] Normal = 0
[Value("\"reverse\"")] Reverse = 1
[Value("\"alternate\"")] Alternate = 2
[Value("\"alternate-reverse\"")] AlternateReverse = 3