Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetUnsafePtr()

Returns a pointer to the content of this IUTF8Bytes.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
byte* GetUnsafePtr()

Returns

Type

Description

byte*A pointer to the content of this IUTF8Bytes.

Remarks

The pointer may point to stack memory.