CRaPI - Correct Robust and Perfect API

WorldModel.BallPositionCalculated Event

Event for ball position calculated

public event PositionEventHandler BallPositionCalculated;

Event Data

The event handler receives an argument of type PositionEventArgs containing data related to this event. The following PositionEventArgs properties provide information specific to this event.

PropertyDescription
PositionGets the position
ServerCycleGets the server cycle

See Also

WorldModel Class | TeamYaffa.CRaPI.World Namespace