Class MovementHackDetector.Waypoint
Stores waypoint info for hack detection.
Inheritance
System.Object
MovementHackDetector.Waypoint
Namespace: Eco.Gameplay.Players
Assembly: Eco.Gameplay.dll
Syntax
public sealed class Waypoint : ValueType
Properties
Position
Declaration
public Vector3 Position { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector3 |
Time
Declaration
public double Time { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Velocity
Declaration
public float Velocity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |