Click or drag to resize
DigitalRuneEffectTechniqueBindingId Property
Gets (or sets) an ID, which can be used for state-sorting.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public byte Id { get; protected set; }

Property Value

Type: Byte
An ID, which can be used for state-sorting. The allowed range is [0, 127].
Remarks
The ID must be set in OnUpdate(RenderContext). The ID may change from frame to frame.
See Also