Class IncludeCode
Effect include code.
Implements
Inherited Members
Namespace: Evergine.Framework.Graphics.Effects.Analyzer
Assembly: Evergine.Framework.dll
Syntax
public class IncludeCode : IComparable<IncludeCode>
Constructors
IncludeCode(Include, string)
Initializes a new instance of the IncludeCode class.
Declaration
public IncludeCode(Include includeInfo, string code)
Parameters
| Type | Name | Description |
|---|---|---|
| Include | includeInfo | Include info. |
| string | code | Code to include. |
Fields
Code
The include code.
Declaration
public string Code
Field Value
| Type | Description |
|---|---|
| string |
IncludeInfo
The include information.
Declaration
public Include IncludeInfo
Field Value
| Type | Description |
|---|---|
| Include |
Methods
CompareTo(IncludeCode)
Declaration
public int CompareTo(IncludeCode other)
Parameters
| Type | Name | Description |
|---|---|---|
| IncludeCode | other |
Returns
| Type | Description |
|---|---|
| int |