Share via


SKKeyframeSequence.RemoveKeyframe(UIntPtr) Method

Definition

Removes the keyframe, and corresponding time, at the specified index.

[Foundation.Export("removeKeyframeAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveKeyframe(UIntPtr index);
[<Foundation.Export("removeKeyframeAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveKeyframe : unativeint -> unit
override this.RemoveKeyframe : unativeint -> unit

Parameters

index
UIntPtr

unativeint

Attributes

Applies to