 |
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.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
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)
See Also