C# 클래스 Duality.Editor.Plugins.SceneView.SceneView.NodeBase

상속: Node
파일 보기 프로젝트 열기: BraveSirAndrew/duality

공개 메소드들

메소드 설명
Compare ( NodeBase first, NodeBase second ) : int
NodeBase ( string name ) : System
UpdateLinkState ( bool checkFileChanged ) : bool

메소드 상세

Compare() 공개 정적인 메소드

public static Compare ( NodeBase first, NodeBase second ) : int
first NodeBase
second NodeBase
리턴 int

NodeBase() 공개 메소드

public NodeBase ( string name ) : System
name string
리턴 System

UpdateLinkState() 공개 메소드

public UpdateLinkState ( bool checkFileChanged ) : bool
checkFileChanged bool
리턴 bool