Class LiveCaptureDeviceEditor
The default Inspector for LiveCaptureDevice.
Inherited Members
Namespace: Unity.LiveCapture.Editor
Syntax
[CustomEditor(typeof(LiveCaptureDevice), true)]
public class LiveCaptureDeviceEditor : Editor, IPreviewable, IToolModeOwner
Remarks
Inherit from this class when implementing the editor for a custom device.
Methods
OnDeviceGUI()
Draws the Inspector for this device.
Declaration
protected virtual void OnDeviceGUI()
OnEnable()
Called when the editor is being initialized.
Declaration
protected virtual void OnEnable()
OnInspectorGUI()
Makes a custom inspector GUI for LiveCaptureDevice.
Declaration
public override void OnInspectorGUI()