Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AsSpan()

Gets the character span for the LiteralText, with escaped characters converted. Note: The Parser puts each escaped character of an input string into its own LiteralText item.
Read time 1 minuteLast updated 11 days ago

Definition

public override ReadOnlySpan<char> AsSpan()

Returns

Type

Description

ReadOnlySpan<char>The character span for the LiteralText, with escaped characters converted.