uid: Stride.Utilities
// This example demonstrates how to add C# code snippets to API documentation from external files, though it's unrelated to the subject matter.
var trigger = Entity.Get<PhysicsComponent>();
foreach (var collision in trigger.Collisions)
{
//do something with the collision
}