C# Class AnchoredPosition3DTweenProperty, GoKit

Inheritance: AbstractTweenProperty
Exibir arquivo Open project: prime31/GoKit Class Usage Examples

Public Methods

Method Description
AnchoredPosition3DTweenProperty ( Vector3 endValue, bool isRelative = false ) : System.Collections
prepareForUse ( ) : void
resetWithNewEndValue ( Vector3 endValue ) : void
tick ( float totalElapsedTime ) : void
validateTarget ( object target ) : bool

Method Details

AnchoredPosition3DTweenProperty() public method

public AnchoredPosition3DTweenProperty ( Vector3 endValue, bool isRelative = false ) : System.Collections
endValue Vector3
isRelative bool
return System.Collections

prepareForUse() public method

public prepareForUse ( ) : void
return void

resetWithNewEndValue() public method

public resetWithNewEndValue ( Vector3 endValue ) : void
endValue Vector3
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