Gets or sets if animation should go backwards when coming to the last frame or should it start from beginning. Default value is false.

Namespace:  Ab3d
Assembly:  Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)

Syntax

C#
public bool AutoReverse { get; set; }
Visual Basic (Declaration)
Public Property AutoReverse As Boolean
Visual C++
public:
property bool AutoReverse {
	bool get ();
	void set (bool value);
}

See Also