SourceFileInfo Class

Definition

Parsed information for a source file.

public ref class SourceFileInfo
public class SourceFileInfo
type SourceFileInfo = class
Public Class SourceFileInfo
Inheritance
SourceFileInfo

Properties

AssetLocation

Gets the asset location of this source file.

ClassType

Gets the class type of this source file. May be null, if the file was not inside the Unity project.

File

Gets the file on disk.

Guid

Gets the Asset Guid for this source file.

Methods

Parse(FileInfo, Type)

Parses the source file at a given path.

Applies to