↧
Answer by tanoshimi
The * operator: transformedVector = myQuaternion * myVector; http://docs.unity3d.com/ScriptReference/Quaternion-operator_multiply.html
View ArticleAnswer by screenname_taken
http://docs.unity3d.com/ScriptReference/Transform.html http://docs.unity3d.com/ScriptReference/Transform-rotation.html
View Article