Struct SendLEDPattern
Implements
Inherited Members
Namespace: UnityEngine.XR.MagicLeap
Assembly: UnityEngine.XR.MagicLeap.dll
Syntax
public struct SendLEDPattern : IInputDeviceCommandInfo
Properties
Type
Declaration
public static FourCC Type { get; }
Property Value
Type | Description |
---|---|
FourCC |
typeStatic
Declaration
public FourCC typeStatic { get; }
Property Value
Type | Description |
---|---|
FourCC |
Methods
Create(LEDPattern, LEDColor, uint)
Declaration
public static SendLEDPattern Create(LEDPattern ledPattern, LEDColor ledColor, uint durationMs)
Parameters
Type | Name | Description |
---|---|---|
LEDPattern | ledPattern | |
LEDColor | ledColor | |
uint | durationMs |
Returns
Type | Description |
---|---|
SendLEDPattern |