Click or drag to resize

ByteBufferReadBytes Method (Byte, Int32, Int32)

Namespace:  FairyGUI.Utils
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public byte[] ReadBytes(
	byte[] output,
	int destIndex,
	int count
)

Parameters

output
Type: SystemByte
destIndex
Type: SystemInt32
count
Type: SystemInt32

Return Value

Type: Byte
See Also