Click or drag to resize

ResourceManagerReadBytesAsync Method (String)

Read the contents of a file asynchronously in binary-mode.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static UniTask<byte[]> ReadBytesAsync(
	string fullPath
)
Request Example View Source

Parameters

fullPath
Type: SystemString
Absolute path to the file.

Return Value

Type: UniTaskByte
Contents of the file as a byte array.
See Also