 | ResourceManagerSaveBytesAsync Method (String, Byte) |
Save binary content asynchronously to a file.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static UniTask<bool> SaveBytesAsync(
string fullPath,
byte[] bytes
)
Request Example
View SourceParameters
- fullPath
- Type: SystemString
Absolute path to the file. - bytes
- Type: SystemByte
The byte array to save.
Return Value
Type:
UniTaskBooleanWhether the file was successfully saved.
See Also