다음을 통해 공유


ARSCNViewDelegate.DidApplyConstraints(ISCNSceneRenderer, Double) 메서드

정의

개발자는 표시 제약 조건이 적용된 직후 호출되는 이 메서드를 재정의할 수 있습니다.

[Foundation.Export("renderer:didApplyConstraintsAtTime:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, 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 DidApplyConstraints (SceneKit.ISCNSceneRenderer renderer, double atTime);
abstract member DidApplyConstraints : SceneKit.ISCNSceneRenderer * double -> unit
override this.DidApplyConstraints : SceneKit.ISCNSceneRenderer * double -> unit

매개 변수

renderer
ISCNSceneRenderer

장면의 렌더러입니다.

atTime
Double

제약 조건이 적용된 시스템 시간입니다.

특성

적용 대상