Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryResize(int, NativeArrayOptions)

Attempt to set the length in bytes of this IUTF8Bytes's content buffer.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
bool TryResize(int newLength, NativeArrayOptions clearOptions = NativeArrayOptions.ClearMemory)

Parameters

newLength

The new length in bytes of the IUTF8Bytes's content buffer.

clearOptions

Whether any bytes added should be zeroed out.

Returns

Type

Description

boolTrue if the new length is valid.