SmoothDamp<T>.velocity
Property in SmoothDamp<T>
Declaration
public T velocity { get; protected set; }
Description
The current velocity, this value is modified by the function every time you call it (Read only).
public T velocity { get; protected set; }
The current velocity, this value is modified by the function every time you call it (Read only).