ARSCNViewDelegate.DidSimulatePhysics(ISCNSceneRenderer, Double) 方法

定义

在模拟物理之后不久将调用此方法。

[Foundation.Export("renderer:didSimulatePhysicsAtTime:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidSimulatePhysics (SceneKit.ISCNSceneRenderer renderer, double timeInSeconds);
abstract member DidSimulatePhysics : SceneKit.ISCNSceneRenderer * double -> unit
override this.DidSimulatePhysics : SceneKit.ISCNSceneRenderer * double -> unit

参数

renderer
ISCNSceneRenderer

场景的呈现器。

timeInSeconds
Double

当前系统时间。

属性

适用于