Class Node
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public abstract class Node
Constructors
Node(NodeData, Object)
Declaration
public Node(NodeData node, object graph)
Parameters
Type | Name | Description |
---|---|---|
NodeData | node | |
System.Object | graph |
Properties
Graphable
Declaration
public IGraphable Graphable { get; }
Property Value
Type | Description |
---|---|
IGraphable |
Guid
Declaration
public string Guid { get; }
Property Value
Type | Description |
---|---|
System.String |
IsInstantiated
Declaration
public bool IsInstantiated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Resource
Declaration
public IGraphable Resource { get; }
Property Value
Type | Description |
---|---|
IGraphable |
UserIdentifier
Declaration
public string UserIdentifier { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Initialize()
Declaration
protected abstract void Initialize()
Instantiate()
Declaration
public virtual IGraphable Instantiate()
Returns
Type | Description |
---|---|
IGraphable |