|
Impact CFX API 1.5.5
Comprehensive API documentation for Impact CFX - Collision Effects System
|
Holds an index offset and length for a chunk of data in an array. More...
Public Member Functions | |
| ArrayChunk (int offset, int length) | |
Public Attributes | |
| int | Offset |
| The starting index of the chunk. | |
| int | Length |
| The length of the chunk. | |
Properties | |
| static ArrayChunk | Default [get] |
| An invalid/null array chunk. | |
Holds an index offset and length for a chunk of data in an array.