Property data
data
A view into the platform-specific plane data. It is an error to access data after the owning
XRCpuImage has been disposed.
Declaration
public NativeArray<byte> data { get; }
Property Value
| Type | Description |
|---|---|
| NativeArray<byte> | The platform-specific plane data. |