Photon Fusion
2.0.9
Iterator for traversing the connections in a NetConnectionMap.
More...
Public Member Functions | |
| Iterator (NetConnectionMap *map) | |
Initializes a new instance of the Iterator struct. More... | |
| bool | Next () |
| Advances the iterator to the next connection. More... | |
Properties | |
| NetConnection *? | Current [get] |
| Gets the current connection in the iteration. More... | |
| bool | IsValid [get] |
| Gets a value indicating whether the current index is valid. More... | |
Iterator for traversing the connections in a NetConnectionMap.
| Iterator | ( | NetConnectionMap * | map | ) |
Initializes a new instance of the Iterator struct.
| map | The NetConnectionMap to iterate over. |
| bool Next | ( | ) |
Advances the iterator to the next connection.
|
get |
Gets the current connection in the iteration.
|
get |
Gets a value indicating whether the current index is valid.