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