Class MocapDeviceEditor
The default Inspector for MocapDevice<T>.
Inherited Members
Editor.MoveNextTarget()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
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 MocapDevice<T>.
Declaration
public override void OnInspectorGUI()