C# Class Duality.Editor.Plugins.SceneView.SceneView.NodeBase

Inheritance: Node
Exibir arquivo Open project: BraveSirAndrew/duality

Public Methods

Method Description
Compare ( NodeBase first, NodeBase second ) : int
NodeBase ( string name ) : System
UpdateLinkState ( bool checkFileChanged ) : bool

Method Details

Compare() public static method

public static Compare ( NodeBase first, NodeBase second ) : int
first NodeBase
second NodeBase
return int

NodeBase() public method

public NodeBase ( string name ) : System
name string
return System

UpdateLinkState() public method

public UpdateLinkState ( bool checkFileChanged ) : bool
checkFileChanged bool
return bool