C# Class FloatTweenProperty, GoKit

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

Méthodes publiques

Méthode Description
FloatTweenProperty ( string propertyName, float endValue, bool isRelative = false ) : System
prepareForUse ( ) : void
tick ( float totalElapsedTime ) : void
validateTarget ( object target ) : bool

validation checks to make sure the target has a valid property with an accessible setter

Method Details

FloatTweenProperty() public méthode

public FloatTweenProperty ( string propertyName, float endValue, bool isRelative = false ) : System
propertyName string
endValue float
isRelative bool
Résultat System

prepareForUse() public méthode

public prepareForUse ( ) : void
Résultat void

tick() public méthode

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

validateTarget() public méthode

validation checks to make sure the target has a valid property with an accessible setter
public validateTarget ( object target ) : bool
target object
Résultat bool