Struct LineInfo
Effect line information.
Namespace: Evergine.Framework.Graphics.Effects.Analyzer
Assembly: Evergine.Framework.dll
Syntax
public struct LineInfo
Fields
IncludeNumber
Used with lines from Library effect. This number is the original line number inside its Library.
Declaration
public int IncludeNumber
Field Value
Type | Description |
---|---|
int |
LineNumber
The line number.
Declaration
public int LineNumber
Field Value
Type | Description |
---|---|
int |
Text
The text.
Declaration
public string Text
Field Value
Type | Description |
---|---|
string |
deep
This number indicates the deep of the reference. (If the line come from LibraryEffect it has deep 1 whether the line come from a LibraryEffect referenced from a LibraryEffect includes in the effect then it will have deep 2, etc..
Declaration
public int deep
Field Value
Type | Description |
---|---|
int |
Methods
CompareTo(LineInfo)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Declaration
public int CompareTo(LineInfo other)
Parameters
Type | Name | Description |
---|---|---|
LineInfo | other | An object to compare with this instance. |
Returns
Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
int | A value that indicates the relative order of the objects being compared. The return value has these meanings:
|