Share via


SKKeyframeSequence.SetKeyframeTime(NFloat, UIntPtr) Method

Definition

Sets the time for the keyframe at index.

[Foundation.Export("setKeyframeTime:forIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetKeyframeTime(System.Runtime.InteropServices.NFloat time, UIntPtr index);
[<Foundation.Export("setKeyframeTime:forIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetKeyframeTime : System.Runtime.InteropServices.NFloat * unativeint -> unit
override this.SetKeyframeTime : System.Runtime.InteropServices.NFloat * unativeint -> unit

Parameters

time
NFloat
index
UIntPtr

unativeint

Attributes

Applies to