Class DevDeviceList
Inheritance
DevDeviceList
Assembly: UnityEditor.dll
Syntax
public sealed class DevDeviceList
Methods
|
Improve this Doc
View Source
FindDevice(String, out DevDevice)
Declaration
public static bool FindDevice(string deviceId, out DevDevice device)
Parameters
Returns
GetDevices()
Declaration
public static DevDevice[] GetDevices()
Returns
|
Improve this Doc
View Source
OnChanged()
Declaration
public static void OnChanged()
Events
|
Improve this Doc
View Source
Changed
Declaration
public static event DevDeviceList.OnChangedHandler Changed
Event Type
Extension Methods