Returns a set of Euler angles that was decoded from a JSON string. Supports either extracting values from an array [x, y, z, order] or object {x, y, z, order}.
[x, y, z, order]
{x, y, z, order}
A JSON object.
A set of Euler angles.
Returns a set of Euler angles that was decoded from a JSON string. Supports either extracting values from an array
[x, y, z, order]or object{x, y, z, order}.