SCNAction.TimingFunction Property
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.
Sets the function that transforms the times at which actions occur.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Func<float,float>? TimingFunction { [Foundation.Export("timingFunction", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setTimingFunction:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("timingFunction", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
[<set: Foundation.Export("setTimingFunction:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
member this.TimingFunction : Func<single, single> with get, set
Property Value
- Attributes