Version: 2021.3
LanguageEnglish
  • C#

PhysicsShapeGroup2D.localToWorldMatrix

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

public Matrix4x4 localToWorldMatrix;

Description

Gets or sets a matrix that transforms the PhysicsShapeGroup2D vertices from local space into world space.

When retrieving a PhysicsShapeGroup2D via Rigidbody2D.GetShapes or Collider2D.GetShapes, this matrix will be set to the pose of the Rigidbody2D unless a Rigidbody2D is not available in which case the matrix it set to Matrix4x4.identity.