Click or drag to resize
AB4D logo

RenderingStepsListContains Method

Returns true if the specified rendering step exist in this RenderingStepList.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool Contains(
	RenderingStepBase renderingStep
)

Parameters

renderingStep  RenderingStepBase
rendering step

Return Value

Boolean
true if the specified rendering step exist in this RenderingStepList

Implements

ICollectionTContains(T)
See Also