Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsSet(int)

Returns true if the bit at a position is 1.
Read time 1 minuteLast updated 13 days ago

Definition

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

Parameters

pos

Position in the bit field (must be 0-63).

Returns

Type

Description

boolTrue if the bit at the position is 1.