 |
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.RenderingStepsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic 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)
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.RenderingSteps.RenderingStepsList.CopyTo(Ab4d.SharpEngine.RenderingSteps.RenderingStep[],System.Int32)"]
See Also