Struct KeywordDescriptor
Namespace: UnityEditor.ShaderGraph.Internal
Syntax
public struct KeywordDescriptor
Fields
definition
Declaration
public KeywordDefinition definition
Field Value
| Type | Description |
|---|---|
| KeywordDefinition |
displayName
Declaration
public string displayName
Field Value
| Type | Description |
|---|---|
| String |
entries
Declaration
public KeywordEntry[] entries
Field Value
| Type | Description |
|---|---|
| KeywordEntry[] |
referenceName
Declaration
public string referenceName
Field Value
| Type | Description |
|---|---|
| String |
scope
Declaration
public KeywordScope scope
Field Value
| Type | Description |
|---|---|
| KeywordScope |
type
Declaration
public KeywordType type
Field Value
| Type | Description |
|---|---|
| KeywordType |
value
Declaration
public int value
Field Value
| Type | Description |
|---|---|
| Int32 |