UnityEditor.AssetServer.IsAssetBinary C# (CSharp) 메소드

IsAssetBinary() 개인적인 메소드

private IsAssetBinary ( string name ) : int
name string
리턴 int
        public static extern int IsAssetBinary(string name);
        [MethodImpl(MethodImplOptions.InternalCall)]
AssetServer