Click or drag to resize

ByteBuffer Constructor

Initializes a new instance of the ByteBuffer class

Namespace:  FairyGUI.Utils
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ByteBuffer(
	byte[] data,
	int offset = 0,
	int length = -1
)

Parameters

data
Type: SystemByte
offset (Optional)
Type: SystemInt32
length (Optional)
Type: SystemInt32
See Also