中文
Appearance
Path.MatchExtension(path, ext, ignore_case)
Path
检查指定路径是否为当前扩展名。
string
boolean?
boolean
let result = Path.MatchExtension("Assets/path","path"); Debug.Log(result);