Plugin for GTween. Makes rotation tweens rotate in the shortest direction. For example, rotating from 5 to 330 degrees would rotate -35 degrees with smart rotation, instead of +325 degrees.

Supports the following pluginData properties:

  • SmartRotationEnabled: overrides the enabled property for the plugin on a per tween basis.

Static variables

@:value(true)staticenabled:Bool = true

Specifies whether this plugin is enabled for all tweens by default.

Static methods

@:value({ properties : null })staticinstall(?properties:Array<String>):Void

Installs this plugin for use with all GTween instances.

Parameters:

properties

Specifies the properties to apply this plugin to. Defaults to rotation, rotationX, rotationY, and rotationZ.