C# Class AssetBundleGraph.TypeUtility

Show file Open project: unity3d-jp/AssetGraph Class Usage Examples

Public Properties

Property Type Description
AssumeTypeBindingByExtension Type>.Dictionary
IgnoredExtension List
KeyTypes List

Public Methods

Method Description
FindIncomingAssetType ( List assets ) : Type
FindTypeOfAsset ( string assetPath ) : Type
GetTypeOfAsset ( string assetPath ) : Type

Method Details

FindIncomingAssetType() public static method

public static FindIncomingAssetType ( List assets ) : Type
assets List
return System.Type

FindTypeOfAsset() public static method

public static FindTypeOfAsset ( string assetPath ) : Type
assetPath string
return System.Type

GetTypeOfAsset() public static method

public static GetTypeOfAsset ( string assetPath ) : Type
assetPath string
return System.Type

Property Details

AssumeTypeBindingByExtension public static property

public static Dictionary AssumeTypeBindingByExtension
return Type>.Dictionary

IgnoredExtension public static property

public static List IgnoredExtension
return List

KeyTypes public static property

public static List KeyTypes
return List