| EffectBindingKeepOpaqueData Property |
Gets or sets a value indicating whether
OpaqueData should be kept for
debugging.
Namespace: DigitalRune.Graphics.EffectsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static bool KeepOpaqueData { get; set; }
Public Shared Property KeepOpaqueData As Boolean
Get
Set
public:
static property bool KeepOpaqueData {
bool get ();
void set (bool value);
}
static member KeepOpaqueData : bool with 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