C# Class ScalePathTweenProperty, GoKit

tweens scale along a path at constant speed between nodes. isRelative makes the path scale relative to the start scale of the object. a "from" tween will reverse the path and make the start scale be the last node in the path.
Inheritance: AbstractTweenProperty
Afficher le fichier Open project: prime31/GoKit Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ScalePathTweenProperty ( GoSpline, path, bool isRelative = false ) : System.Collections
prepareForUse ( ) : void
tick ( float totalElapsedTime ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ScalePathTweenProperty() public méthode

public ScalePathTweenProperty ( GoSpline, path, bool isRelative = false ) : System.Collections
path GoSpline,
isRelative bool
Résultat System.Collections

prepareForUse() public méthode

public prepareForUse ( ) : void
Résultat void

tick() public méthode

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