PrefabDrawer Class

Main class that connects all the modules.

Definition

Namespace: NorthLab.PrefabDrawer
Assembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
public class PrefabDrawer : EditorWindow
Inheritance
Object    Object    ScriptableObject    EditorWindow    PrefabDrawer

Constructors

PrefabDrawerInitializes a new instance of the PrefabDrawer class

Properties

antiAlias
(Inherited from EditorWindow)
Obsolete.
autoRepaintOnSceneChange
(Inherited from EditorWindow)
depthBufferBits
(Inherited from EditorWindow)
docked
(Inherited from EditorWindow)
hasFocus
(Inherited from EditorWindow)
hasUnsavedChanges
(Inherited from EditorWindow)
hideFlags
(Inherited from Object)
Instance Current instance of the PrefabDrawer window.
maximized
(Inherited from EditorWindow)
maxSize
(Inherited from EditorWindow)
minSize
(Inherited from EditorWindow)
name
(Inherited from Object)
position
(Inherited from EditorWindow)
rootVisualElement
(Inherited from EditorWindow)
saveChangesMessage
(Inherited from EditorWindow)
title
(Inherited from EditorWindow)
Obsolete.
titleContent
(Inherited from EditorWindow)
wantsLessLayoutEvents
(Inherited from EditorWindow)
wantsMouseEnterLeaveWindow
(Inherited from EditorWindow)
wantsMouseMove
(Inherited from EditorWindow)

Methods

BeginWindows
(Inherited from EditorWindow)
Close
(Inherited from EditorWindow)
EndWindows
(Inherited from EditorWindow)
Equals
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Focus
(Inherited from EditorWindow)
GetExtraPaneTypes
(Inherited from EditorWindow)
GetHashCode
(Inherited from Object)
GetInstanceID
(Inherited from Object)
GetModuleT Get module of type.
GetModules Get all modules.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnBackingScaleFactorChanged
(Inherited from EditorWindow)
RemoveNotification
(Inherited from EditorWindow)
Repaint
(Inherited from EditorWindow)
SaveChanges
(Inherited from EditorWindow)
SendEvent
(Inherited from EditorWindow)
SetDirty
(Inherited from ScriptableObject)
Obsolete.
Show
(Inherited from EditorWindow)
Show(Boolean)
(Inherited from EditorWindow)
ShowAsDropDown
(Inherited from EditorWindow)
ShowAuxWindow
(Inherited from EditorWindow)
ShowModal
(Inherited from EditorWindow)
ShowModalUtility
(Inherited from EditorWindow)
ShowNotification(GUIContent)
(Inherited from EditorWindow)
ShowNotification(GUIContent, Double)
(Inherited from EditorWindow)
ShowPopup
(Inherited from EditorWindow)
ShowTab
(Inherited from EditorWindow)
ShowUtility
(Inherited from EditorWindow)
ShowWindow Show PrefabDrawer window.
ToString
(Inherited from Object)

See Also