Share via


SCNAnimationEvent.Create(NFloat, SCNAnimationEventHandler) Method

Definition

[Foundation.Export("animationEventWithKeyTime:block:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SceneKit.SCNAnimationEvent Create(System.Runtime.InteropServices.NFloat keyTime, SceneKit.SCNAnimationEventHandler eventHandler);
[<Foundation.Export("animationEventWithKeyTime:block:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : System.Runtime.InteropServices.NFloat * SceneKit.SCNAnimationEventHandler -> SceneKit.SCNAnimationEvent

Parameters

keyTime
NFloat

Returns

Attributes

Applies to