Class MagicLeapInputUtility
Utility static class
Inherited Members
Namespace: UnityEngine.XR.MagicLeap
Assembly: UnityEngine.XR.MagicLeap.dll
Syntax
public static class MagicLeapInputUtility
Methods
ParseData(byte[])
Parse a byte array, aligned on 4 byte boundary, as a list of floatd
Declaration
public static float[] ParseData(byte[] input)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | input | 4 byte aligned stream of bytes |
Returns
| Type | Description |
|---|---|
| float[] |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | No input detected. |
| ArgumentException | Byte stream does not align on a 4 byte boundary. |