Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryResize(int, NativeArrayOptions)

Attempt to set the length in bytes of this string.
Read time 1 minuteLast updated 7 days ago

Definition

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

Parameters

newLength

The new length in bytes of the string.

clearOptions

Whether any bytes added should be zeroed out.

Returns

Type

Description

boolAlways true.