Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FileInfoResult

The results of an asynchronous AsyncReadManager.GetFileInfo call.
Read time 1 minuteLast updated 12 days ago

Definition

public struct FileInfoResult

Remarks

This structure reports whether the file to be queried was found, and if so, its size in bytes.

Fields

Value

Description

FileSizeIndicates the size of the file in bytes.
FileStateIndicates whether the file exists or not.