SKKeyframeSequence.AddKeyframeValue(NSObject, nfloat) 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.
Adds a keyframe to the end of the list of keyframes, with the specified time..
[Foundation.Export("addKeyframeValue:time:")]
public virtual void AddKeyframeValue (Foundation.NSObject value, nfloat time);
abstract member AddKeyframeValue : Foundation.NSObject * nfloat -> unit
override this.AddKeyframeValue : Foundation.NSObject * nfloat -> unit
Parameters
- value
- NSObject
- time
- nfloat
- Attributes