Share via


SKKeyframeSequence.SampleAtTime(NFloat) Method

Definition

Samples a value at the specified time.

[Foundation.Export("sampleAtTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject? SampleAtTime(System.Runtime.InteropServices.NFloat time);
[<Foundation.Export("sampleAtTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SampleAtTime : System.Runtime.InteropServices.NFloat -> Foundation.NSObject
override this.SampleAtTime : System.Runtime.InteropServices.NFloat -> Foundation.NSObject

Parameters

time
NFloat

Returns

Attributes

Applies to