Stride.Utilities-examples.md 344 B


uid: Stride.Utilities

example: [*content]

// 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
}