CollectionExtensions.Debug_T_(thisChunk_T_).md

November 22, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.CollectionExtensions

CollectionExtensions.Debug(this Chunk) Method

Returns a string containing the System.Object.ToString for each component.
E.g "{ 1, 3, 7 }"

public static string Debug<T>(this Friflo.Engine.ECS.Chunk<T> chunk)
    where T : struct, System.ValueType, System.ValueType;

Type parameters

T

Parameters

chunk Friflo.Engine.ECS.Chunk<T>

Returns

System.String

Contents

  1. 0.1Friflo.Engine.ECS.CollectionExtensions
  2. 1CollectionExtensions.Debug(this Chunk) Method