Platformer Pro  2.3.2
A platform game kit for Unity.
XNodeEditor Namespace Reference

Namespaces

namespace  Internal
 

Classes

class  NodeEnumDrawer
 
class  GlobalGraphEditor
 Override graph inspector to show an 'Open Graph' button at the top More...
 
class  GlobalNodeEditor
 
class  NodeEditor
 Base class to derive custom Node editors from. Use this to create your own custom inspectors and editors for your nodes. More...
 
class  NodeEditorWindow
 Contains GUI methods More...
 
class  NodeEditorAssetModProcessor
 Deals with modified assets More...
 
class  NodeEditorGUILayout
 xNode-specific version of EditorGUILayout
 
class  NodeEditorPreferences
 
class  NodeEditorReflection
 Contains reflection-related extensions built for xNode
 
class  NodeEditorResources
 
class  NodeEditorUtilities
 A set of editor-only utilities and extensions for xNode
 
class  NodeGraphEditor
 Base class to derive custom Node Graph editors from. Use this to override how graphs are drawn in the editor. More...
 
class  RenamePopup
 Utility for renaming assets More...
 

Enumerations

enum class  NoodlePath { Curvy , Straight , Angled }
 
enum class  NoodleStroke { Full , Dashed }
 

Enumeration Type Documentation

◆ NoodlePath

Enumerator
Curvy 
Straight 
Angled 

◆ NoodleStroke

Enumerator
Full 
Dashed