Click or drag to resize
DigitalRuneMaterial.Contains Method
Determines whether the material contains an effect binding for the specified render pass.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool Contains(
	string pass
)

Parameters

pass
Type: System.String
The render pass.

Return Value

Type: Boolean
true if the material contains an effect binding for the specified render pass; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionpass is null.
See Also