Class BaseTrackerEditor
- Namespace
- KmaxXR
- Assembly
- KmaxXR.Core.Editor.dll
public class BaseTrackerEditor : Editor
- Inheritance
-
BaseTrackerEditor
Constructors
BaseTrackerEditor()
public BaseTrackerEditor()
Properties
previewLabelStyle
protected GUIStyle previewLabelStyle { get; }
Property Value
- GUIStyle
Methods
HasPreviewGUI()
public override bool HasPreviewGUI()
Returns
- bool
OnPreviewGUI(Rect, GUIStyle)
public override void OnPreviewGUI(Rect rect, GUIStyle background)
Parameters
rect Rect
background GUIStyle
RequiresConstantRepaint()
public override bool RequiresConstantRepaint()
Returns
- bool