Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IUTF8Bytes

An interface for a sequence of UTF-8 encoded text.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Interface
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public interface IUTF8Bytes

Properties

Property

Description

IsEmptyWhether this IUTF8Bytes is empty.

Methods

Method

Description

GetUnsafePtrReturns a pointer to the content of this IUTF8Bytes.
TryResizeAttempt to set the length in bytes of this IUTF8Bytes's content buffer.