| Package | com.gskinner.motion.plugins |
| Class | public class SmartRotationPlugin |
| Inheritance | SmartRotationPlugin Object |
| Implements | IGTweenPlugin |
| Property | Defined By | ||
|---|---|---|---|
| enabled : Boolean = true [static] Specifies whether this plugin is enabled for all tweens by default. | SmartRotationPlugin | ||
| Method | Defined By | ||
|---|---|---|---|
install(properties:Array = null):void [static]
Installs this plugin for use with all GTween instances. | SmartRotationPlugin | ||
| enabled | property |
public static var enabled:Boolean = trueSpecifies whether this plugin is enabled for all tweens by default.
| install | () | method |
public static function install(properties:Array = null):voidInstalls this plugin for use with all GTween instances.
Parameters
properties:Array (default = null) — Specifies the properties to apply this plugin to. Defaults to rotation, rotationX, rotationY, and rotationZ.
|