Click or drag to resize

GearTweenConfig Class

Inheritance Hierarchy
SystemObject
  FairyGUIGearTweenConfig

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class GearTweenConfig

The GearTweenConfig type exposes the following members.

Constructors
  NameDescription
Public methodGearTweenConfig
Initializes a new instance of the GearTweenConfig class
Top
Fields
  NameDescription
Public fielddelay
Tween delay in seconds.
Public fieldduration
Tween duration in seconds.
Public fieldeaseType
Ease type.
Public fieldtween
Use tween to apply change.
Top
See Also