Photon Fusion
2.1.1
A FixedStorage that can hold up to 256 words. More...
Inherits INetworkStruct, and IFixedStorage.
Public Member Functions | |||
| void | Set (ReadOnlySpan< uint > values) | ||
Initializes the fixed storage with the specified values.
| |||
Public Attributes | |
| fixed uint | Data [256] |
| The data of the FixedStorage. | |
Static Public Attributes | |
| const int | SIZE = 1024 |
| The size of the FixedStorage in bytes. | |
A FixedStorage that can hold up to 256 words.