SKKeyframeSequence.SetKeyframeValue Method

Definition

Overloads

SetKeyframeValue(NSObject, nuint)

Sets the value for the keyframe at index.

SetKeyframeValue(NSObject, nfloat, nuint)

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

SetKeyframeValue(NSObject, nuint)

Sets the value for the keyframe at index.

[Foundation.Export("setKeyframeValue:forIndex:")]
public virtual void SetKeyframeValue (Foundation.NSObject value, nuint index);
abstract member SetKeyframeValue : Foundation.NSObject * nuint -> unit
override this.SetKeyframeValue : Foundation.NSObject * nuint -> unit

Parameters

value
NSObject
index
System.System.UIntPtr System.unativeint
Attributes

Applies to

SetKeyframeValue(NSObject, nfloat, nuint)

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

[Foundation.Export("setKeyframeValue:time:forIndex:")]
public virtual void SetKeyframeValue (Foundation.NSObject value, nfloat time, nuint index);
abstract member SetKeyframeValue : Foundation.NSObject * nfloat * nuint -> unit
override this.SetKeyframeValue : Foundation.NSObject * nfloat * nuint -> unit

Parameters

value
NSObject
time
nfloat
index
System.System.UIntPtr System.unativeint
Attributes

Applies to