Photon Fusion
2.1.1
Represents a change to a network object. More...
Public Member Functions | |
| readonly override string | ToString () |
Public Attributes | |
| readonly NetworkObjectChangeType | ChangeType = changeType |
| Change that happened to an object. | |
| readonly NetworkId | Id = id |
| The target object id. | |
| readonly PlayerRef | Player = player |
| Player that's behind the change. | |
| readonly ReadOnlySpan<(int WordOffset, int WordValue)> | WordsAffected = wordsAffected |
| Non-empty only if. | |
Represents a change to a network object.
| id | The target object ID. |
| changeType | Change that happened to an object. |
| player | Player that's behind the change. |
| wordsAffected | Span of words affected by the change. |