C# Class PivotTweenProperty, GoKit

Inheritance: AbstractTweenProperty
ファイルを表示 Open project: prime31/GoKit Class Usage Examples

Public Methods

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

public PivotTweenProperty ( Vector2 endValue, bool isRelative = false ) : System.Collections
endValue Vector2
isRelative bool
return System.Collections

prepareForUse() public method

public prepareForUse ( ) : void
return void

resetWithNewEndValue() public method

public resetWithNewEndValue ( Vector2 endValue ) : void
endValue Vector2
return void

tick() public method

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

validateTarget() public method

public validateTarget ( object target ) : bool
target object
return bool