Class PathFollowingConfig
Constant values that need to be shared between server and client.
Inheritance
System.Object
PathFollowingConfig
Assembly: Eco.Shared.dll
Syntax
public static class PathFollowingConfig : Object
Fields
MaxSmoothContinuationAngle
Declaration
public const float MaxSmoothContinuationAngle = 100F
Field Value
Type |
Description |
System.Single |
|
MaxVerticalSpeed
Declaration
public const float MaxVerticalSpeed = 2.5F
Field Value
Type |
Description |
System.Single |
|
MinChasingSpeed
Declaration
public const float MinChasingSpeed = 0.5F
Field Value
Type |
Description |
System.Single |
|
RoughChasingSpeed
Declaration
public const float RoughChasingSpeed = 4.5F
Field Value
Type |
Description |
System.Single |
|
SharpTurnMinAngle
Declaration
public const float SharpTurnMinAngle = 70F
Field Value
Type |
Description |
System.Single |
|
SmoothChasingSpeed
Declaration
public const float SmoothChasingSpeed = 3F
Field Value
Type |
Description |
System.Single |
|
TightSharpTurnDetectionRange
Declaration
public const float TightSharpTurnDetectionRange = 1.5F
Field Value
Type |
Description |
System.Single |
|
TightSharpTurnSpeedModifier
Declaration
public const float TightSharpTurnSpeedModifier = 0.3F
Field Value
Type |
Description |
System.Single |
|
VerticalMovementModifier
Declaration
public const float VerticalMovementModifier = 0.85F
Field Value
Type |
Description |
System.Single |
|