SbNativeArrayTCopy Method |
Name | Description | |
---|---|---|
![]() ![]() | Copy(SbNativeArrayT, SbNativeArrayT, Int32) |
Copy elements from source to destination array.
Positions remain unchanged in source and destination object.
|
![]() ![]() | Copy(SbNativeArrayT, Int32, SbNativeArrayT, Int32, Int32) |
Copy count elements from source (starting at sourceIndex) to destination
(starting at destinationIndex).
|