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
Exibir arquivo Open project: prime31/GoKit Class Usage Examples

Public Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ScalePathTweenProperty() public method

public ScalePathTweenProperty ( GoSpline, path, bool isRelative = false ) : System.Collections
path GoSpline,
isRelative bool
return System.Collections

prepareForUse() public method

public prepareForUse ( ) : void
return void

tick() public method

public tick ( float totalElapsedTime ) : void
totalElapsedTime float
return void