Click or drag to resize
AB4D logo

RenderingStepsLoop Constructor

Constructor

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public RenderingStepsLoop(
	string name,
	RenderingStepBase beginLoopRenderingStep,
	Predicate<RenderingContext> loopPredicate,
	string description = null
)

Parameters

name  String
name
beginLoopRenderingStep  RenderingStepBase
RenderingStep that will be the executed when the loopPredicate condition is true
loopPredicate  PredicateRenderingContext
Predicate that returns true when the loop should continue with executing beginLoopRenderingStep; false result will continue execution on the rendering step after this RenderingStepsLoop
description  String  (Optional)
description
See Also