Share via


SKKeyframeSequence.AddKeyframeValue(NSObject, NFloat) Method

Definition

Adds a keyframe to the end of the list of keyframes, with the specified time..

[Foundation.Export("addKeyframeValue:time:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddKeyframeValue(Foundation.NSObject value, System.Runtime.InteropServices.NFloat time);
[<Foundation.Export("addKeyframeValue:time:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddKeyframeValue : Foundation.NSObject * System.Runtime.InteropServices.NFloat -> unit
override this.AddKeyframeValue : Foundation.NSObject * System.Runtime.InteropServices.NFloat -> unit

Parameters

value
NSObject
time
NFloat
Attributes

Applies to