PhysicsShapeDefinition
Create a default PhysicsShape definition.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
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.