C# Class EulerAnglesTweenProperty, GoKit

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
EulerAnglesTweenProperty ( Vector3 endValue, bool isRelative = false, bool useLocalEulers = false ) : System.Collections
GetHashCode ( ) : int
prepareForUse ( ) : void
tick ( float totalElapsedTime ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

EulerAnglesTweenProperty() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

prepareForUse() public méthode

public prepareForUse ( ) : void
Résultat void

tick() public méthode

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