![]() |
AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
|
Helper class for bit manipulation. More...
Public Member Functions | |
| BitManipulator (Int32 mask, Int32 shift) | |
| Int32 | GetBitsValue (Int32 input) |
| void | SetBits (ref Int32 value, Int32 bitsValue) |
Helper class for bit manipulation.
Definition at line 11 of file BitManipulator.cs.
| HoloToolkit.Unity.BitManipulator.BitManipulator | ( | Int32 | mask, |
| Int32 | shift | ||
| ) |
Definition at line 16 of file BitManipulator.cs.
| Int32 HoloToolkit.Unity.BitManipulator.GetBitsValue | ( | Int32 | input | ) |
Definition at line 22 of file BitManipulator.cs.
| void HoloToolkit.Unity.BitManipulator.SetBits | ( | ref Int32 | value, |
| Int32 | bitsValue | ||
| ) |
Definition at line 27 of file BitManipulator.cs.