UnityEditor.AssetServer.IsAssetBinary C# (CSharp) Method

IsAssetBinary() private method

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