C# Class AnchoredPosition3DTweenProperty, GoKit

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

Méthodes publiques

Méthode 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 méthode

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

prepareForUse() public méthode

public prepareForUse ( ) : void
Résultat void

resetWithNewEndValue() public méthode

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