GTweenSetProp<T> typedef

GTweenSetProp<T> = void Function(T targetValue)

Setter function for GTweenLerpProp. It takes a single argument of type T which represents the value to set for the property.

Implementation

typedef GTweenSetProp<T> = void Function(T targetValue);