Share via


SKKeyframeSequence.SetKeyframeValue Method

Definition

Overloads

Name Description
SetKeyframeValue(NSObject, UIntPtr)

Sets the value for the keyframe at index.

SetKeyframeValue(NSObject, NFloat, UIntPtr)

Sets the time and value for the keyframe at the specified index.

SetKeyframeValue(NSObject, UIntPtr)

Sets the value for the keyframe at index.

[Foundation.Export("setKeyframeValue:forIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetKeyframeValue(Foundation.NSObject value, UIntPtr index);
[<Foundation.Export("setKeyframeValue:forIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetKeyframeValue : Foundation.NSObject * unativeint -> unit
override this.SetKeyframeValue : Foundation.NSObject * unativeint -> unit

Parameters

value
NSObject
index
UIntPtr

unativeint

Attributes

Applies to

SetKeyframeValue(NSObject, NFloat, UIntPtr)

Sets the time and value for the keyframe at the specified index.

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

Parameters

value
NSObject
time
NFloat
index
UIntPtr

unativeint

Attributes

Applies to