Click or drag to resize

EulerAnglesToQuaternionConverterConvert Method

Called when the specified value should be converted.

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Converters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override Quaternion Convert(
	Vector3 value
)

Parameters

value
Type: UnityEngineVector3
Value to convert.

Return Value

Type: Quaternion
Converted value.
See Also