Class MocapDeviceEditor
The default Inspector for MocapDevice<T>.
Inherited Members
Namespace: Unity.LiveCapture.Mocap.Editor
Syntax
[CustomEditor(typeof(MocapDevice<>), true)]
public class MocapDeviceEditor : LiveCaptureDeviceEditor, IPreviewable, IToolModeOwner
Remarks
Inherit from this class when implementing the editor for a custom mocap source device.
Methods
OnDeviceGUI()
Draws the Inspector for the inspected device.
Declaration
protected override void OnDeviceGUI()
Overrides
OnEnable()
Called when the editor is being initialized.
Declaration
protected override void OnEnable()