C# Class AssetBundleGraph.TypeUtility

Afficher le fichier Open project: unity3d-jp/AssetGraph Class Usage Examples

Méthodes publiques

Свойство Type Description
AssumeTypeBindingByExtension Type>.Dictionary
IgnoredExtension List
KeyTypes List

Méthodes publiques

Méthode Description
FindIncomingAssetType ( List assets ) : Type
FindTypeOfAsset ( string assetPath ) : Type
GetTypeOfAsset ( string assetPath ) : Type

Method Details

FindIncomingAssetType() public static méthode

public static FindIncomingAssetType ( List assets ) : Type
assets List
Résultat System.Type

FindTypeOfAsset() public static méthode

public static FindTypeOfAsset ( string assetPath ) : Type
assetPath string
Résultat System.Type

GetTypeOfAsset() public static méthode

public static GetTypeOfAsset ( string assetPath ) : Type
assetPath string
Résultat System.Type

Property Details

AssumeTypeBindingByExtension public_oe static_oe property

public static Dictionary AssumeTypeBindingByExtension
Résultat Type>.Dictionary

IgnoredExtension public_oe static_oe property

public static List IgnoredExtension
Résultat List

KeyTypes public_oe static_oe property

public static List KeyTypes
Résultat List