Click or drag to resize
DigitalRuneEffectBindingKeepOpaqueData Property
Gets or sets a value indicating whether OpaqueData should be kept for debugging.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static bool KeepOpaqueData { get; set; }

Property Value

Type: Boolean
if OpaqueData should be kept for debugging; otherwise, if opaque data will be deleted once the effect binding is initialized. The default value is .
See Also