コード例 #1
0
ファイル: AssetType.cs プロジェクト: mulova/comunity
 public static bool IsRawAsset(this AssetType type)
 {
     return(!type.IsAssetBundle());
 }