Photon Fusion 2.0.3

Public Attributes | Static Public Attributes | List of all members
_16 Struct Reference

A FixedStorage that can hold up to 16 words. More...

Inherits INetworkStruct, and IFixedStorage.

Public Attributes

fixed uint Data [16]
 The data of the FixedStorage. More...
 

Static Public Attributes

const int SIZE = 64
 The size of the FixedStorage in bytes. More...
 

Detailed Description

A FixedStorage that can hold up to 16 words.

Member Data Documentation

◆ Data

fixed uint Data[16]

The data of the FixedStorage.

◆ SIZE

const int SIZE = 64
static

The size of the FixedStorage in bytes.