Class DebugPrint
Inheritance
System.Object
DebugPrint
Namespace: Unity.UIWidgets.foundation
Syntax
public static class DebugPrint
Methods
debugWordWrap(String, Int32, String)
Declaration
public static IEnumerable<string> debugWordWrap(string message, int width, string wrapIndent = "")
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Int32 | width | |
| System.String | wrapIndent |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.String> |