Class SectionKeywords
Section keyword class.
Inherited Members
Namespace: Evergine.Framework.Graphics.Effects.Analyzer
Assembly: Evergine.Framework.dll
Syntax
public class SectionKeywords
Constructors
SectionKeywords(string, string, SectionTypes)
Initializes a new instance of the SectionKeywords class.
Declaration
public SectionKeywords(string beginKeyword, string endKeyword, SectionKeywords.SectionTypes type)
Parameters
Type | Name | Description |
---|---|---|
string | beginKeyword | Begin keyword. |
string | endKeyword | End keyword. |
SectionKeywords.SectionTypes | type | Section type. |
Fields
BeginKeyword
Begin keyword.
Declaration
public string BeginKeyword
Field Value
Type | Description |
---|---|
string |
EndKeyword
End keyword.
Declaration
public string EndKeyword
Field Value
Type | Description |
---|---|
string |
Type
Section type.
Declaration
public SectionKeywords.SectionTypes Type
Field Value
Type | Description |
---|---|
SectionKeywords.SectionTypes |