SKPhysicsWorld.Speed 属性

定义

物理模拟的运行速率。

public virtual nfloat Speed { [Foundation.Export("speed")] get; [Foundation.Export("setSpeed:")] set; }
member this.Speed : nfloat with get, set

属性值

默认值为 1.0。 值为 0.0 会暂停模拟。

属性

注解

这是物理模拟中通过的速率的乘数。 例如,如果值为 2.0,则物理运行速度是其速度的两倍,而值为 0.5 将使速率减半。

适用于