Struct OverridedRenderLayerProperty
Overrides the Render layer property.
Namespace: Evergine.Framework.Graphics.Effects.Analyzer
Assembly: Evergine.Framework.dll
Syntax
public struct OverridedRenderLayerProperty
Constructors
OverridedRenderLayerProperty(string, string)
Initializes a new instance of the OverridedRenderLayerProperty struct.
Declaration
public OverridedRenderLayerProperty(string name, string value = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Property name. |
| string | value | Property value. |
Fields
Name
Property name.
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| string |
Value
Property value.
Declaration
public string Value
Field Value
| Type | Description |
|---|---|
| string |