Condividi tramite


ARSCNViewDelegate.DidApplyAnimations(ISCNSceneRenderer, Double) Metodo

Definizione

Gli sviluppatori possono eseguire l'override di questo metodo chiamato poco dopo l'applicazione di animazioni .

[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

Parametri

renderer
ISCNSceneRenderer

Renderer per la scena.

timeInSeconds
Double

Ora di sistema corrente.

Attributi

Si applica a