|
RenderingStepsListContains Method |
Returns true if the specified rendering step exist in this RenderingStepList.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public bool Contains(
RenderingStepBase renderingStep
)
Parameters
- renderingStep RenderingStepBase
- rendering step
Return Value
Booleantrue if the specified rendering step exist in this RenderingStepList
Implements
ICollectionTContains(T)See Also