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