Метод | Описание | |
---|---|---|
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 | |
Результат | System.Collections.Generic |
public static GetExtensionsForType ( UnityAssetType type ) : string[] | ||
type | UnityAssetType | |
Результат | string[] |
public static GetTypeForExtension ( string extension ) : UnityAssetType | ||
extension | string | |
Результат | UnityAssetType |