|
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: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void CopyTo(
RenderingStepBase[] renderingStepsArray,
int index = 0
)
Parameters
- renderingStepsArray RenderingStepBase
- 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