Iterator for traversing the connections in a NetConnectionMap.
More...
|
|
readonly NetConnection * | Current [get] |
| | Gets the current connection in the iteration.
|
|
readonly bool | IsValid [get] |
| | Gets a value indicating whether the current index is valid.
|
Iterator for traversing the connections in a NetConnectionMap.
◆ Iterator()
Initializes a new instance of the Iterator struct.
- Parameters
-
◆ Next()
Advances the iterator to the next connection.
- Returns
- True if the iterator was successfully advanced to the next connection, otherwise false.