Pixels Plugin for Unity
Enable communications with Pixels dice using Bluetooth Low Energy.
|
Scripts used by example scenes. More...
Classes | |
class | BleConsole |
Demonstrates scanning for Pixels dice, connecting to one of them, retrieving information from it, sending messages and getting notifications using the device agnostic Central class. More... | |
class | BleController |
Demonstrates various Bluetooth operations on Pixels using the device agnostic Central class. One may scan for Pixels, connect to one, retrieve information from and send messages to it. More... | |
class | PixelController |
Demonstrates how to scan for, connect to and retrieve information from Pixel dice using the dedicated Pixel and DiceBag classes. More... | |
class | UILogToText |
Gets the log messages and copy them to a UI.Text object. More... | |
class | UIPixelPanel |
Show information about a Pixels.Pixel and buttons to connect, disconnect and remove a Pixel. More... | |
class | UIUpdateScanToggle |
Specialized class that updates the state of a Toggle instance based on whether the DiceBag is scanning for Pixels. More... | |
Scripts used by example scenes.