Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Count

Returns the current number of elements in this queue.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Property
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public readonly int Count { get; }

Remarks

Note that getting the count requires traversing the queue's internal linked list of blocks. Where possible, cache this value instead of reading the property repeatedly.