Property Value
Value
A reference to the blob asset data, a struct of type T that is stored in the blob asset.
Declaration
public ref T Value { get; }
Property Value
Type | Description |
---|---|
T | The root data structure of the blob asset data. |
Remarks
The property is a reference return.