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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
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