| EffectParameterDescriptionSemantic Property |
Gets the standard semantic (case-sensitive).
Namespace: DigitalRune.Graphics.EffectsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public string Semantic { get; }
Public ReadOnly Property Semantic As String
Get
public:
property String^ Semantic {
String^ get ();
}
member Semantic : string with 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