C# 클래스 UniGame.UniNodes.NodeSystem.Inspector.Editor.UniGraphWindowInspector.BaseEditor.NodeEditor

상속: NodeEditorBase, INodeEditorData
파일 보기 프로젝트 열기: UniGameTeam/UniGame.GameFlow 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnUpdateNode Action
PortPositions Vector2>.Dictionary
Renaming int

보호된 프로퍼티들

프로퍼티 타입 설명
_bodyDrawers List
_headerDrawers List

공개 메소드들

메소드 설명
GetBodyStyle ( ) : GUIStyle
GetTint ( ) : Color
GetWidth ( ) : int
InitiateRename ( ) : void
OnBodyGUI ( ) : void

Draws standard field editors for all public fields

OnEnable ( ) : void
OnHeaderGUI ( ) : void
Rename ( string newName ) : void

보호된 메소드들

메소드 설명
Draw ( List drawers ) : void
InitializeHeaderDrawers ( ) : List
InitializedBodyDrawers ( ) : List
OnEditorEnabled ( ) : void

메소드 상세

Draw() 보호된 메소드

protected Draw ( List drawers ) : void
drawers List
리턴 void

GetBodyStyle() 공개 메소드

public GetBodyStyle ( ) : GUIStyle
리턴 GUIStyle

GetTint() 공개 메소드

public GetTint ( ) : Color
리턴 Color

GetWidth() 공개 메소드

public GetWidth ( ) : int
리턴 int

InitializeHeaderDrawers() 보호된 메소드

protected InitializeHeaderDrawers ( ) : List
리턴 List

InitializedBodyDrawers() 보호된 메소드

protected InitializedBodyDrawers ( ) : List
리턴 List

InitiateRename() 공개 메소드

public InitiateRename ( ) : void
리턴 void

OnBodyGUI() 공개 메소드

Draws standard field editors for all public fields
public OnBodyGUI ( ) : void
리턴 void

OnEditorEnabled() 보호된 메소드

protected OnEditorEnabled ( ) : void
리턴 void

OnEnable() 공개 최종 메소드

public final OnEnable ( ) : void
리턴 void

OnHeaderGUI() 공개 메소드

public OnHeaderGUI ( ) : void
리턴 void

Rename() 공개 메소드

public Rename ( string newName ) : void
newName string
리턴 void

프로퍼티 상세

OnUpdateNode 공개적으로 정적으로 프로퍼티

Fires every whenever a node was modified through the editor
public static Action OnUpdateNode
리턴 Action

PortPositions 공개적으로 정적으로 프로퍼티

nodes port positions
public static Dictionary PortPositions
리턴 Vector2>.Dictionary

Renaming 공개적으로 정적으로 프로퍼티

public static int Renaming
리턴 int

_bodyDrawers 보호되어 있는 프로퍼티

protected List _bodyDrawers
리턴 List

_headerDrawers 보호되어 있는 프로퍼티

protected List _headerDrawers
리턴 List