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. 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... | |
Represents an interface for Unity value surrogates. This interface provides a property for accessing and modifying the data.
T | The type of the data. |
|
getset |
Gets or sets the data for the Unity value surrogate.