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 |
public AssetFileInfo ( string path ) : System.Collections.Generic | ||
path | string | |
return | System.Collections.Generic |
public static GetExtensionsForType ( UnityAssetType type ) : string[] | ||
type | UnityAssetType | |
return | string[] |
public static GetTypeForExtension ( string extension ) : UnityAssetType | ||
extension | string | |
return | UnityAssetType |