Struct NodeSearchContext
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Ceres.Editor.Graph
Assembly: cs.temp.dll.dll
Syntax
public struct NodeSearchContext
Fields
AllowGeneric
Declaration
public bool AllowGeneric
Field Value
Type | Description |
---|---|
bool |
Default
Declaration
public static readonly NodeSearchContext Default
Field Value
Type | Description |
---|---|
NodeSearchContext |
HideGroups
Declaration
public string[] HideGroups
Field Value
Type | Description |
---|---|
string[] |
ParameterType
Declaration
public Type ParameterType
Field Value
Type | Description |
---|---|
Type |
RequestPortView
Declaration
public CeresPortView RequestPortView
Field Value
Type | Description |
---|---|
CeresPortView |
ShowGroups
Declaration
public string[] ShowGroups
Field Value
Type | Description |
---|---|
string[] |