Struct ContentStats
Content building statistics for a single source content file.
public struct ContentStats
- Inherited Members
Fields
BuildSeconds
The content build time in seconds.
public float BuildSeconds
Field Value
ContentType
The content type name.
public string ContentType
Field Value
DestFile
The absolute path to the destination content file.
public string DestFile
Field Value
DestFileSize
The destination file size in bytes.
public long DestFileSize
Field Value
ProcessorType
The content processor type name.
public string ProcessorType
Field Value
SourceFile
The absolute path to the source content file.
public string SourceFile
Field Value
SourceFileSize
The source file size in bytes.
public long SourceFileSize