Zen API
|
|
related |
Returns a strongly-typed pointer to the specified item in the array.
A debug assertion will be raised if the index arguments are greater than or equal to the current array dimensions, or if the size of the specified item type is not equal to the size of the collection item type.
kArray3_array | Array object. |
kSize_index0 | First dimension index. |
kSize_index1 | Second dimension index. |
kSize_index2 | Third dimension index. |
T | Item type identifier (e.g., k32s). |