SKKeyframeSequence.SetKeyframeValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetKeyframeValue(NSObject, nuint) |
Sets the value for the keyframe at |
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