ICHHapticPatternPlayer.Schedule 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.
[Foundation.Export("scheduleParameterCurve:atTime:error:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Schedule(CoreHaptics.CHHapticParameterCurve parameterCurve, double time, out Foundation.NSError? outError);
[<Foundation.Export("scheduleParameterCurve:atTime:error:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Schedule : CoreHaptics.CHHapticParameterCurve * double * NSError -> bool
override this.Schedule : CoreHaptics.CHHapticParameterCurve * double * NSError -> bool
Parameters
- parameterCurve
- CHHapticParameterCurve
- time
- Double
- outError
- NSError
Returns
- Attributes