|
RenderingStepBaseIsRenderingStepConnected Method |
Returns true if the renderingStepToFind is find with searching the renderings steps connected to startRenderingStep.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static bool IsRenderingStepConnected(
RenderingStepBase renderingStepToFind,
RenderingStepBase startRenderingStep,
bool searchGroupChildRenderingSteps = true,
bool searchOnlyForward = false
)
Parameters
- renderingStepToFind RenderingStepBase
- rendering step to find (must not be null)
- startRenderingStep RenderingStepBase
- rendering step that will be the start of the seach (must not be null)
- searchGroupChildRenderingSteps Boolean (Optional)
- if true then also the child rendering steps in the RenderingStepsGroup will be checked (true by default)
- searchOnlyForward Boolean (Optional)
- if true then the search is done only in forward direction; if false the the previous steps are also checked (false by default)
Return Value
Booleantrue if the renderingStepToFind is find with searching the renderings steps connected to startRenderingStep
See Also