C# Class FairyGUI.GearBase

Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
delay float
disableAllTweenEffect bool
easeType Ease
tween bool
tweenTime float

Protected Properties

Свойство Type Description
_controller FairyGUI.Controller
_owner GObject

Méthodes publiques

Méthode Description
Apply ( ) : void

Call when controller active page changed.

GearBase ( GObject owner ) : DG.Tweening
Setup ( XML xml ) : void
UpdateFromRelations ( float dx, float dy ) : void
UpdateState ( ) : void

Call when object's properties changed.

Méthodes protégées

Méthode Description
AddStatus ( string pageId, string value ) : void
Init ( ) : void

Method Details

AddStatus() protected abstract méthode

protected abstract AddStatus ( string pageId, string value ) : void
pageId string
value string
Résultat void

Apply() public abstract méthode

Call when controller active page changed.
public abstract Apply ( ) : void
Résultat void

GearBase() public méthode

public GearBase ( GObject owner ) : DG.Tweening
owner GObject
Résultat DG.Tweening

Init() protected abstract méthode

protected abstract Init ( ) : void
Résultat void

Setup() public méthode

public Setup ( XML xml ) : void
xml FairyGUI.Utils.XML
Résultat void

UpdateFromRelations() public méthode

public UpdateFromRelations ( float dx, float dy ) : void
dx float
dy float
Résultat void

UpdateState() public abstract méthode

Call when object's properties changed.
public abstract UpdateState ( ) : void
Résultat void

Property Details

_controller protected_oe property

protected Controller,FairyGUI _controller
Résultat FairyGUI.Controller

_owner protected_oe property

protected GObject,FairyGUI _owner
Résultat GObject

delay public_oe property

Tween delay in seconds.
public float delay
Résultat float

disableAllTweenEffect public_oe static_oe property

public static bool disableAllTweenEffect
Résultat bool

easeType public_oe property

Ease type.
public Ease easeType
Résultat Ease

tween public_oe property

Use tween to apply change.
public bool tween
Résultat bool

tweenTime public_oe property

Tween duration in seconds.
public float tweenTime
Résultat float