Photon Fusion
2.1.1
Struct representing a collection of changes detected in a NetworkBehaviour. More...
Public Member Functions | |
| bool | Changed (string name) |
| Checks if a property has changed. | |
| Enumerator | GetEnumerator () |
| Gets an enumerator for the collection of changes. | |
Struct representing a collection of changes detected in a NetworkBehaviour.
| bool Changed | ( | string | name | ) |
Checks if a property has changed.
| name | The name of the property to check. |
| Enumerator GetEnumerator | ( | ) |
Gets an enumerator for the collection of changes.