C# Class PivotTweenProperty, GoKit

Inheritance: AbstractTweenProperty
Afficher le fichier Open project: prime31/GoKit Class Usage Examples

Méthodes publiques

Méthode Description
PivotTweenProperty ( Vector2 endValue, bool isRelative = false ) : System.Collections
prepareForUse ( ) : void
resetWithNewEndValue ( Vector2 endValue ) : void
tick ( float totalElapsedTime ) : void
validateTarget ( object target ) : bool

Method Details

PivotTweenProperty() public méthode

public PivotTweenProperty ( Vector2 endValue, bool isRelative = false ) : System.Collections
endValue Vector2
isRelative bool
Résultat System.Collections

prepareForUse() public méthode

public prepareForUse ( ) : void
Résultat void

resetWithNewEndValue() public méthode

public resetWithNewEndValue ( Vector2 endValue ) : void
endValue Vector2
Résultat void

tick() public méthode

public tick ( float totalElapsedTime ) : void
totalElapsedTime float
Résultat void

validateTarget() public méthode

public validateTarget ( object target ) : bool
target object
Résultat bool