Validate()
Get a validated version of the geometry, if possible.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly PolygonGeometry Validate()
Returns
Type | Description |
|---|---|
| PolygonGeometry | A validated copy of the geometry with updated normals, centroid etc. Depending on the current geometry, the returned geometry may not be valid. See _isValid. |