InverseMultiplyTransform(PhysicsTransform)
Inverse Multiply the specified transform with the current transform.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly PhysicsTransform InverseMultiplyTransform(PhysicsTransform transform)
Parameters
The transform to inverse multiply with.
Returns
Type | Description |
|---|---|
| PhysicsTransform | The resultant multiplied transform. |