C# Class AssetsWatcher.AssetFileInfo

Show file Open project: mstevenson/AssetsWatcher Class Usage Examples

Public Methods

Method Description
AssetFileInfo ( string path ) : System.Collections.Generic
Equals ( object obj ) : bool
GetExtensionsForType ( UnityAssetType type ) : string[]

Extension (with leading dot) for the given Unity asset type

GetHashCode ( ) : int
GetTypeForExtension ( string extension ) : UnityAssetType
operator ( ) : bool

Method Details

AssetFileInfo() public method

public AssetFileInfo ( string path ) : System.Collections.Generic
path string
return System.Collections.Generic

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetExtensionsForType() public static method

Extension (with leading dot) for the given Unity asset type
public static GetExtensionsForType ( UnityAssetType type ) : string[]
type UnityAssetType
return string[]

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetTypeForExtension() public static method

public static GetTypeForExtension ( string extension ) : UnityAssetType
extension string
return UnityAssetType

operator() public static method

public static operator ( ) : bool
return bool