C# Class MaterialVectorTweenProperty, GoKit

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

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MaterialVectorTweenProperty ( Vector4 endValue, string propertyName, bool isRelative = false ) : System.Collections
prepareForUse ( ) : void
tick ( float totalElapsedTime ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MaterialVectorTweenProperty() public method

public MaterialVectorTweenProperty ( Vector4 endValue, string propertyName, bool isRelative = false ) : System.Collections
endValue Vector4
propertyName string
isRelative bool
return System.Collections

prepareForUse() public method

public prepareForUse ( ) : void
return void

tick() public method

public tick ( float totalElapsedTime ) : void
totalElapsedTime float
return void