CreateChain(ChainGeometry, PhysicsChainDefinition)
Create a Chain attached to this body.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public PhysicsChain CreateChain(ChainGeometry geometry, PhysicsChainDefinition definition)
Parameters
The geometry to use.
The chain definition to use.
Returns
Type | Description |
|---|---|
| PhysicsChain | The created chain. |