Namespace Unity.Assertions
Classes
Assert
The intent of this class is to provide debug assert utilities that don't rely on UnityEngine, for compatibility with code that needs to run in the DOTS Runtime environment. The current implement just wraps the equivalent Assert calls.