C# Class AssetsWatcher.AssetFileInfo

Afficher le fichier Open project: mstevenson/AssetsWatcher Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AssetFileInfo ( string path ) : System.Collections.Generic
path string
Résultat System.Collections.Generic

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetExtensionsForType() public static méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetTypeForExtension() public static méthode

public static GetTypeForExtension ( string extension ) : UnityAssetType
extension string
Résultat UnityAssetType

operator() public static méthode

public static operator ( ) : bool
Résultat bool