ISCNSceneRendererDelegate.DidApplyAnimations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Developers may override this method to react to the completion of animations.
[Foundation.Export("renderer:didApplyAnimationsAtTime:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidApplyAnimations(SceneKit.ISCNSceneRenderer renderer, double timeInSeconds);
[<Foundation.Export("renderer:didApplyAnimationsAtTime:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidApplyAnimations : SceneKit.ISCNSceneRenderer * double -> unit
override this.DidApplyAnimations : SceneKit.ISCNSceneRenderer * double -> unit
Parameters
- renderer
- ISCNSceneRenderer
- timeInSeconds
- Double
- Attributes