struct in UnityEngine.Jobs
/
Implemented in:UnityEngine.CoreModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
ClosePosition, rotation and scale of an object.
localPosition | The position of the transform relative to the parent. |
localRotation | The rotation of the transform relative to the parent transform's rotation. |
localScale | The scale of the transform relative to the parent. |
position | The position of the transform in world space. |
rotation | The rotation of the transform in world space stored as a Quaternion. |