ARCed.Scripting.Script.Exists C# (CSharp) Метод

Exists() публичный Метод

Checks if the script has a associated file
public Exists ( ) : bool
Результат bool
        public bool Exists()
        {
            return File.Exists(this.GetFullPath());
        }