localToWorldMatrix
Matrix that transforms a point from local space into world space (Read Only).
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public Matrix4x4 localToWorldMatrix { get; }
Remarks
Use this matrix for shader parameters and calculations related to rendering instead of Transform.localToWorldMatrix. The matrix from the Transform component does not take into account features such as static batching which modify a mesh's vertex coordinates.