Interface INode
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
public interface INode
Properties
Id
Declaration
string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Position
Gets/sets the position in the graph editor. Only available in the editor.
Declaration
Rect Position { get; set; }
Property Value
Type | Description |
---|---|
Rect |