isValid
Whether the geometry describes a circle that can be used.
Read time 1 minuteLast updated 3 days ago
Definition
- Type: Property
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly bool isValid { get; }
Remarks
The center must be finite, and the radius must be finite and zero or greater.