Show / Hide Table of Contents

Class DistroEditor

Editor for distributions.

Inheritance
System.Object
UnityEngine.Object
UnityEngine.ScriptableObject
UnityEditor.Editor
DistroEditor
Namespace: sttz.Trimmer.Editor
Assembly: Trimmer-Editor.dll
Syntax
[CustomEditor(typeof(DistroBase), true)]
public class DistroEditor : Editor, IPreviewable, IToolModeOwner
Remarks

The editor only handles the custom UI at the bottom, the distribution's UI is the default Unity property UI and be customized as such with attributes and property drawers.

Methods

| Improve this Doc View Source

OnEnable()

Declaration
protected void OnEnable()
| Improve this Doc View Source

OnInspectorGUI()

Declaration
public override void OnInspectorGUI()
Overrides
UnityEditor.Editor.OnInspectorGUI()
| Improve this Doc View Source

RequiresConstantRepaint()

Declaration
public override bool RequiresConstantRepaint()
Returns
Type Description
System.Boolean
Overrides
UnityEditor.Editor.RequiresConstantRepaint()
  • Improve this Doc
  • View Source
Back to top © 2017 Adrian Stutz