QuaternionExt.ParseAsync Method

Parses a Quaternion asynchronously.

Namespace: UltimateXR.Extensions.Unity.Math
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static Task<Quaternion?> ParseAsync(
	string s,
	CancellationToken ct = default
)

Parameters

 

s
Type: System.String
Source string
ct (Optional)
Type: System.Threading.CancellationToken
Optional cancellation token, to cancel the operation

Return Value

Type: Task(Nullable(Quaternion))
Awaitable Task that returns the parsed Quaternion or null if there was an error

See Also

Reference

QuaternionExt Class
UltimateXR.Extensions.Unity.Math Namespace