Share via


ARSCNViewDelegate.DidApplyAnimations(ISCNSceneRenderer, Double) 方法

定义

开发人员可以重写在应用动画后不久调用的此方法。

[Foundation.Export("renderer:didApplyAnimationsAtTime:")]
[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 DidApplyAnimations (SceneKit.ISCNSceneRenderer renderer, double timeInSeconds);
abstract member DidApplyAnimations : SceneKit.ISCNSceneRenderer * double -> unit
override this.DidApplyAnimations : SceneKit.ISCNSceneRenderer * double -> unit

参数

renderer
ISCNSceneRenderer

场景的呈现器。

timeInSeconds
Double

当前系统时间。

属性

适用于