Photon Fusion
2.1.1
Represents an interface for Unity value surrogates. This interface provides a property for accessing and modifying the data. More...
Inherits IUnitySurrogate.
Inherited by UnityValueSurrogate< T, TReaderWriter >.
Properties | |
| T | DataProperty [get, set] |
| Gets or sets the data for the Unity value surrogate. | |
Additional Inherited Members | |
| Public Member Functions inherited from IUnitySurrogate | |
| void | Read (int *data, int capacity) |
| Reads data from a specified memory location. | |
| void | Write (int *data, int capacity) |
| Writes data to a specified memory location. | |
Represents an interface for Unity value surrogates. This interface provides a property for accessing and modifying the data.
| T | The type of the data. |