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