Click or drag to resize
AB4D logo

RenderingStepsListFindFirst Method

Overload List
 NameDescription
Public methodFindFirst(String, Boolean) Returns the first RenderingStep with the specified specified name. If the RenderingStep is not found, then null is returned.
Public methodFindFirstT(Boolean) Returns the first RenderingStep of the specified T type. If the RenderingStep is not found, then null is returned.
Public methodFindFirstT(String, Boolean) Returns the first RenderingStep of the specified T type and specified name. If the RenderingStep is not found, then null is returned.
Top
See Also