Unity.Platform.IPhone.IPhoneI18N.FileExists C# (CSharp) Method

FileExists() protected method

protected FileExists ( string filePath ) : bool
filePath string
return bool
		protected override bool FileExists(string filePath) {
			return IPhoneUtils.GetInstance().ResourceExists(filePath);
		}