Photon Fusion 2.1.1

IUnityValueSurrogate< T > Interface Template Reference

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

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.

Detailed Description

Represents an interface for Unity value surrogates. This interface provides a property for accessing and modifying the data.

Template Parameters
TThe type of the data.