Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsSet(int)

Returns true if the bit at an index is 1.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public bool IsSet(int pos)

Parameters

pos

Index of the bit to test.

Returns

Type

Description

boolTrue if the bit at the index is 1.