Property IsValid
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
IsValid
Gets a value indicating whether this handle refers to a live body.
public bool IsValid { get; }Property Value
Remarks
False for a default-constructed handle, for one whose body has been destroyed, and for one whose world has been disposed. Never throws, so this is the safe thing to ask about a handle of unknown provenance.