Class BurstStringWrapper
Helper functions for Burst compatible string operations.
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
public static class BurstStringWrapper
Methods
Name | Description |
---|---|
AppendString(ref UnsafeText, string) | Appends string into UnsafeText. In Burst context AppendString__Unmanaged(ref UnsafeText, byte*, int) will be called instead |
IsEmpty(string) | Checks if the string is empty. In Burst context AppendString__Unmanaged(ref UnsafeText, byte*, int) will be called instead |
IsEmpty__Unmanaged(byte*, int) | Do not call directly! Use IsEmpty(string) - burst will call this automatically if can |