Freigeben über


ARSCNViewDelegate.DidApplyConstraints(ISCNSceneRenderer, Double) Methode

Definition

Entwickler können diese Methode überschreiben, die kurz nach dem Anwenden von Anzeigeeinschränkungen aufgerufen wird.

[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

Parameter

renderer
ISCNSceneRenderer

Der Renderer für die Szene.

atTime
Double

Die Systemzeit, zu der die Einschränkung angewendet wurde.

Attribute

Gilt für: