Vector4Ext.TryParse Method

Tries to parse a Vector4 from a string.

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

Syntax

C#

public static bool TryParse(
	string s,
	out Vector4 result
)

Parameters

 

s
Type: System.String
Source string
result
Type: Vector4
Parsed vector or NaN if there was an error

Return Value

Type: Boolean
Whether the vector was parsed successfully

See Also

Reference

Vector4Ext Class
UltimateXR.Extensions.Unity.Math Namespace