GTweenGetProp<T> typedef

GTweenGetProp<T> = T Function()

Getter function for GTweenLerpProp. It returns a value of type T which represents the current value of the property.

Implementation

typedef GTweenGetProp<T> = T Function();