GKComponentSystem<TComponent>.Update(Double) Method

Definition

Calls GKComponent on all components in this component system.

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

Parameters

deltaTimeInSeconds
Double

The elapsed time since the last update call.

Attributes

Applies to