GKComponentSystem<TComponent>.Update(Double) 方法

定义

调用 GKComponent 此组件系统中的所有组件。

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

参数

deltaTimeInSeconds
Double

自上次更新调用以来的已用时间。

属性

适用于