Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding.Loaders
AssetBundleMod Class
AssetBundleMod Methods
Exists Method
FindFiles Method
LoadEx Method
LoadExAsync Method
ReadBytes Method
ReadBytesAsync Method
ReadText Method
ReadTextAsync Method
Unload Method
AssetBundleMod
ReadBytesAsync Method
Read the contents of a file asynchronously in binary-mode.
Namespace:
Kit.Modding.Loaders
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
override
UniTask
<
byte
[]>
ReadBytesAsync
(
string
path
)
Request Example
View Source
Parameters
path
Type:
System
String
Return Value
Type:
UniTask
Byte
Contents of the file as a byte array.
See Also
Reference
AssetBundleMod Class
Kit.Modding.Loaders Namespace
Send comments on this topic to
agam@frag-games.com