Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Try(ref Block)

Tries to allocate the block with this allocator.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule

Try(Block)

public int Try(ref AllocatorManager.Block block)

Parameters

block

The block to allocate.

Returns

Type

Description

int0 if successful. Otherwise, returns an error code.