| EffectBindingOpaqueData Property |
Gets the opaque data (only used for debugging, only set if
KeepOpaqueData is
).
Namespace: DigitalRune.Graphics.EffectsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public IDictionary<string, Object> OpaqueData { get; }
Public ReadOnly Property OpaqueData As IDictionary(Of String, Object)
Get
public:
property IDictionary<String^, Object^>^ OpaqueData {
IDictionary<String^, Object^>^ get ();
}
member OpaqueData : IDictionary<string, Object> with get
Property Value
Type:
IDictionaryString,
ObjectThe opaque data.
See Also