UnityEssentials
Small but useful tools and features for Unity
|
Extensions for Debug More...
Static Public Member Functions | |
static void | LogEnumerable< T > (this Debug db, IEnumerable< T > enumerableToDebug, string separator=", ", string message="", Object context=null) |
Creates a 'Debug.Log' message with all the contents in the enumerable. More... | |
Extensions for Debug
Definition at line 9 of file DebugExtensions.cs.
|
static |
Creates a 'Debug.Log' message with all the contents in the enumerable.
separator | The string that will be in-between each string of each element (the default is ', '). |
message | The message that will be displayed at the beginning of the 'Debug.Log' message. |
context | Object to which the message applies. |
Definition at line 17 of file DebugExtensions.cs.