SKKeyframeSequence.GetKeyframeTime(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 time for the keyframe at the specified index.
[Foundation.Export("getKeyframeTimeForIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat GetKeyframeTime(UIntPtr index);
[<Foundation.Export("getKeyframeTimeForIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetKeyframeTime : unativeint -> System.Runtime.InteropServices.NFloat
override this.GetKeyframeTime : unativeint -> System.Runtime.InteropServices.NFloat
Parameters
- index
-
UIntPtr
unativeint
Returns
- Attributes