C# Class RotationTweenProperty, GoKit

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

Méthodes publiques

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

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RotationTweenProperty() public méthode

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

prepareForUse() public méthode

public prepareForUse ( ) : void
Résultat void

tick() public méthode

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