Transform.localToWorldMatrix

Cambiar al Manual
public Matrix4x4 localToWorldMatrix ;

Descripción

Matriz que transforma un punto del espacio local en el espacio mundial (Lectura solamente).

If you're not familiar with using matrices for coordinate transformations, use Transform.TransformPoint instead.

IMPORTANT: If you're setting shader parameters you MUST use Renderer.localToWorldMatrix instead.