 |
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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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