--- uid: Stride.Utilities example: [*content] --- ```csharp // 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(); foreach (var collision in trigger.Collisions) { //do something with the collision } ```