Click or drag to resize

StreamPeerBufferGetDataArray Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.StreamPeerBuffer.GetDataArray"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetDataArray is deprecated. Use the DataArray property instead.")]
public byte[] GetDataArray()

Return Value

Type: Byte

[Missing <returns> documentation for "M:Godot.StreamPeerBuffer.GetDataArray"]

See Also