Click or drag to resize
Ab4d.SharpEngine logo

RenderingStepsListCopyTo Method

Copies all rendering steps from this list into the specified array. The array must be preallocated to the number of elements in this list.

Namespace: Ab4d.SharpEngine.RenderingSteps
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntax
C#
public void CopyTo(
	RenderingStep[] renderingStepsArray,
	int index = 0
)

Parameters

renderingStepsArray  RenderingStep
rendering steps array whose items will be set with rendering steps from this list
index  Int32  (Optional)
start index in the target array

Implements

ICollectionTCopyTo(T, Int32)
See Also