Enum FollowPosition.Mode
Defines how the 'follow' behaves
Namespace: GGL.Components
Assembly: GGL.dll
Syntax
public enum FollowPosition.Mode
Fields
Name | Description |
---|---|
LERP | Linear interpolation. It means the farthest we are from target, the fastest it will move. |
LINEAR | Linear translation. It will always move at the same speed. |