Version: 2021.1
언어: 한국어

Transform.InverseTransformVector

매뉴얼로 전환
public Vector3 InverseTransformVector (Vector3 vector);

설명

Transforms a vector from world space to local space. The opposite of Transform.TransformVector.

This operation is affected by scale.


public Vector3 InverseTransformVector (float x, float y, float z);

설명

Transforms the vector x, y, z from world space to local space. The opposite of Transform.TransformVector.

This operation is affected by scale.