SourceFileInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |