Method AngleToVector3
AngleToVector3(float)
Converts the specified angle into a direction/heading vector.
public static Vector3 AngleToVector3(float angle)
Parameters
anglefloatThe angle to convert.
Returns
- Vector3
A normalised direction vector for the specified angle.