C# Class Sttz.Tweener.Core.UnityTweenEngine

Tween engine.
Inheritance: UnityEngine.MonoBehaviour, ITweenEngine
Afficher le fichier Open project: sttz/Animate

Protected Properties

Свойство Type Description
_groups List
_options ITweenOptions
_singlesGroup TweenGroup

Méthodes publiques

Méthode Description
Overwrite ( ITween tween ) : void
RegisterGroup ( TweenGroup tweenGroup ) : void

Méthodes protégées

Méthode Description
FixedUpdate ( ) : void
LateUpdate ( ) : void
ProcessTweens ( TweenTiming timing ) : void
Update ( ) : void

Private Methods

Méthode Description
ITweenEngine ( object target, string property ) : bool
ITweenEngine ( object target, string property ) : void

Method Details

FixedUpdate() protected méthode

protected FixedUpdate ( ) : void
Résultat void

LateUpdate() protected méthode

protected LateUpdate ( ) : void
Résultat void

Overwrite() public méthode

public Overwrite ( ITween tween ) : void
tween ITween
Résultat void

ProcessTweens() protected méthode

protected ProcessTweens ( TweenTiming timing ) : void
timing TweenTiming
Résultat void

RegisterGroup() public méthode

public RegisterGroup ( TweenGroup tweenGroup ) : void
tweenGroup TweenGroup
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

_groups protected_oe property

protected List _groups
Résultat List

_options protected_oe static_oe property

protected static ITweenOptions _options
Résultat ITweenOptions

_singlesGroup protected_oe property

protected TweenGroup _singlesGroup
Résultat TweenGroup