PhysicsShapeDefinition
Create a default PhysicsShape definition.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
PhysicsShapeDefinition()
Create a default PhysicsShape definition.
public PhysicsShapeDefinition()
PhysicsShapeDefinition(bool)
Create a default PhysicsShape definition.
public PhysicsShapeDefinition(bool useSettings)
Parameters
Controls whether the default come settings from the physics settings or not.