Select your preferred scripting language. All code snippets will be displayed in this language.
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.
CloseTransforms vector
from local space to world space.
This operation is not affected by position of the transform, but is is affected by scale.
The returned vector may have a different length than vector
.
Transforms vector x
, y
, z
from local space to world space.
This operation is not affected by position of the transform, but is is affected by scale.
The returned vector may have a different length than vector
.