Click or drag to resize
DigitalRuneEffectParameterDescriptionSemantic Property
Gets the standard semantic (case-sensitive).

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public string Semantic { get; }

Property Value

Type: String
The standard semantic (case-sensitive). The default value is , which means that the meaning of the effect parameter is unknown.
Remarks
The standard semantic is a case-sensitive string that defines the purpose of the effect parameter: Examples are "World", "Diffuse", "PointLightPosition", etc.
See Also