Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Detour > API/Runtime/Navmesh/Detour/dtIntArray
| Type | Name | Description | |
|---|---|---|---|
| const int & | operator[]
(
int i |
The value at the specified array index. Does not provide overflow protection. | |
| int & | operator[]
(
int i |
The value at the specified array index. Does not provide overflow protection. |