Photon Fusion 2.0.4

Properties | List of all members
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. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnitySurrogate
void Read (int *data, int capacity)
 Reads data from a specified memory location. More...
 
void Write (int *data, int capacity)
 Writes data to a specified memory location. More...
 

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.

Property Documentation

◆ DataProperty

T DataProperty
getset

Gets or sets the data for the Unity value surrogate.