SKKeyframeSequence.GetKeyframeValue(UIntPtr) 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.
Gets the keyframe value for the specified index.
[Foundation.Export("getKeyframeValueForIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject GetKeyframeValue(UIntPtr index);
[<Foundation.Export("getKeyframeValueForIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetKeyframeValue : unativeint -> Foundation.NSObject
override this.GetKeyframeValue : unativeint -> Foundation.NSObject
Parameters
- index
-
UIntPtr
unativeint
Returns
- Attributes