다음을 통해 공유


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

현재 시스템 시간입니다.

특성

적용 대상