GKComponent.Update(Double) Method

Definition

Periodically called by the containing GKEntity or a GKComponentSystem<TComponent> to update or calcualte an aspect of gameplay.

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

Parameters

deltaTimeInSeconds
Double
Attributes

Applies to