Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


fromCustom

Get the custom matrix defining how to transform from the custom world-space to the PhysicsWorld space. NOTE: This is the inverse of the _toCustom matrix.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public readonly Matrix4x4 fromCustom { get; }