CollectionExtensions.md
July 6, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS
CollectionExtensions Class
public static class CollectionExtensions
Inheritance System.Object ๐ก CollectionExtensions
| Methods | |
|---|---|
| Debug(this IEnumerable<Entity>) | Returns a string containing the entity ids. E.g "{ 1, 3, 7 }" |
| Debug<T>(this Chunk<T>) | Returns a string containing the System.Object.ToString for each component. E.g "{ 1, 3, 7 }" |
| Debug<T>(this IEnumerable<T>) | Returns a string containing the System.Object.ToString for each component. E.g "{ 1, 3, 7 }" |