 | 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
Syntaxpublic static UniTask<byte[]> ReadBytesAsync(
string fullPath
)
Request Example
View SourceParameters
- fullPath
- Type: SystemString
Absolute path to the file.
Return Value
Type:
UniTaskByteContents of the file as a byte array.
See Also