UnityEditor.iOS.Xcode.PBXProject.IsKnownExtension C# (CSharp) Method

IsKnownExtension() public static method

public static IsKnownExtension ( string ext ) : bool
ext string
return bool
        public static bool IsKnownExtension(string ext)
        {
            return FileTypeUtils.IsKnownExtension(ext);
        }
PBXProject