Class CameraTrackingDeviceEditor
The default Inspector for Camera
Inheritance
Inherited Members
Namespace: Unity.LiveCapture .Cameras.Editor
Assembly: Unity.LiveCapture.Cameras.Editor.dll
Syntax
[CustomEditor(typeof(CameraTrackingDevice), true)]
public abstract class CameraTrackingDeviceEditor : LiveStreamCaptureDeviceEditor
Methods
DrawDefaultCameraTrackerInspector()
Makes a custom inspector GUI for Camera
Declaration
protected void DrawDefaultCameraTrackerInspector()
OnEnable()
Called when the editor is being initialized.
Declaration
protected virtual void OnEnable()
OnInspectorGUI()
Implement this function to make a custom inspector.
Declaration
public override void OnInspectorGUI()