Struct PixelsEvent

We use a custom event for pixels to not use the byte[] array type reader/writer

Namespace: VoltstroStudios.UnityWebBrowser.Shared.Events
Assembly: VoltstroStudios.UnityWebBrowser.Shared.dll
Syntax
public struct PixelsEvent

Properties

| Edit this page View Source

PixelData

The raw pixel data

Declaration
public ReadOnlyMemory<byte> PixelData { readonly get; set; }
Property Value
TypeDescription
ReadOnlyMemory<byte>