Megadocs 0.0.1
All of megapop's internal libraries
Megapop.PimpEdit.Editor.PimpEditor Class Reference
+ Inheritance diagram for Megapop.PimpEdit.Editor.PimpEditor:

Public Member Functions

PimpMember GetMember (string memberName)
 
override bool RequiresConstantRepaint ()
 
override void OnInspectorGUI ()
 
- Public Member Functions inherited from Megapop.MegaCore.Editor.MegaEditor
override void OnInspectorGUI ()
 

Protected Member Functions

override void OnEnable ()
 
virtual void OnDisable ()
 
void SearchFieldGui ()
 
virtual void CustomInspectorGui ()
 Draw the custom inspector. Override this to create a custom inspector. The default implementation updates the serialized object and calls DrawPimpInspector. More...
 
void MemberGui (PimpMember member)
 
void MemberGui (IReadOnlyList< PimpMember > members)
 
void DrawPimpInspector ()
 
- Protected Member Functions inherited from Megapop.MegaCore.Editor.MegaEditor
virtual void OnEnable ()
 
void DrawMonoScriptProperty ()
 

Properties

bool Searchable [get, set]
 
- Properties inherited from Megapop.MegaCore.Editor.MegaEditor
bool IsInline [get, set]
 
bool HasMultipleTargets [get]
 
bool ShowMonoScript = true [get, set]
 

Additional Inherited Members

- Static Public Attributes inherited from Megapop.MegaCore.Editor.MegaEditor
const string ScriptPropertyName = "m_Script"
 

Member Function Documentation

◆ CustomInspectorGui()

virtual void Megapop.PimpEdit.Editor.PimpEditor.CustomInspectorGui ( )
inlineprotectedvirtual

Draw the custom inspector. Override this to create a custom inspector. The default implementation updates the serialized object and calls DrawPimpInspector.

◆ DrawPimpInspector()

void Megapop.PimpEdit.Editor.PimpEditor.DrawPimpInspector ( )
inlineprotected

◆ GetMember()

PimpMember Megapop.PimpEdit.Editor.PimpEditor.GetMember ( string  memberName)

◆ MemberGui() [1/2]

void Megapop.PimpEdit.Editor.PimpEditor.MemberGui ( IReadOnlyList< PimpMember members)
inlineprotected

◆ MemberGui() [2/2]

void Megapop.PimpEdit.Editor.PimpEditor.MemberGui ( PimpMember  member)
inlineprotected

◆ OnDisable()

virtual void Megapop.PimpEdit.Editor.PimpEditor.OnDisable ( )
inlineprotectedvirtual

◆ OnEnable()

override void Megapop.PimpEdit.Editor.PimpEditor.OnEnable ( )
inlineprotectedvirtual

◆ OnInspectorGUI()

override void Megapop.PimpEdit.Editor.PimpEditor.OnInspectorGUI ( )
inline

◆ RequiresConstantRepaint()

override bool Megapop.PimpEdit.Editor.PimpEditor.RequiresConstantRepaint ( )
inline

◆ SearchFieldGui()

void Megapop.PimpEdit.Editor.PimpEditor.SearchFieldGui ( )
inlineprotected

Property Documentation

◆ Searchable

bool Megapop.PimpEdit.Editor.PimpEditor.Searchable
getset

The documentation for this class was generated from the following file: