Class MocapDeviceEditor
The default Inspector for Mocap
Inherited Members
Namespace: Unity.LiveCapture .Mocap.Editor
Assembly: Unity.LiveCapture.Mocap.Editor.dll
Syntax
[CustomEditor(typeof(MocapDevice<>), true)]
public class MocapDeviceEditor : Editor
Remarks
Inherit from this class when implementing the editor for a custom mocap source device.
Methods
OnEnable()
Called when the editor is being initialized.
Declaration
protected virtual void OnEnable()
OnInspectorGUI()
Makes a custom inspector GUI for Mocap
Declaration
public override void OnInspectorGUI()