Method Add
Add(Vector3)
Add a new velocity frame. This should be called once per frame, unless the velocity is zero
Declaration
public void Add(Vector3 velocity)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | velocity | The object's velocity this frame |