Click or drag to resize

GearBase Class

Gear is a connection between object and controller.
Inheritance Hierarchy
SystemObject
  FairyGUIGearBase
    More...

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

The GearBase type exposes the following members.

Constructors
  NameDescription
Public methodGearBase
Initializes a new instance of the GearBase class
Top
Properties
  NameDescription
Public propertycontroller
Controller object.
Public propertytweenConfig
Top
Methods
  NameDescription
Public methodApply
Call when controller active page changed.
Public methodSetup
Public methodUpdateFromRelations
Public methodUpdateState
Call when object's properties changed.
Top
Fields
  NameDescription
Public fieldStatic memberdisableAllTweenEffect
Top
See Also
Inheritance Hierarchy