GKAgent2D.Update(Double) Method

Definition

Called periodically to allow the GKAgent2D to update its Position, Rotation, and Velocity.

[Foundation.Export("updateWithDeltaTime:")]
public virtual void Update (double deltaTimeInSeconds);
override this.Update : double -> unit

Parameters

deltaTimeInSeconds
Double

The number of seconds that have passed since the last time this method was called.

Attributes

Applies to