Struct CustomNodeInfo
Namespace: UnityEngine.AssetGraph
Syntax
public struct CustomNodeInfo : IComparable
Constructors
CustomNodeInfo(Type, CustomNode)
Declaration
public CustomNodeInfo(Type t, CustomNode n)
Parameters
Type | Name | Description |
---|---|---|
Type | t | |
CustomNode | n |
Fields
node
Declaration
public CustomNode node
Field Value
Type | Description |
---|---|
CustomNode |
type
Declaration
public Type type
Field Value
Type | Description |
---|---|
Type |
Methods
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj |
Returns
Type | Description |
---|---|
Int32 |
CreateInstance()
Declaration
public Node CreateInstance()
Returns
Type | Description |
---|---|
Node |