UnityEditor.AssetInspector.GetChangeFlags C# (CSharp) 메소드

GetChangeFlags() 개인적인 메소드

private GetChangeFlags ( ) : ChangeFlags
리턴 ChangeFlags
        private ChangeFlags GetChangeFlags()
        {
            string gUID = this.GetGUID();
            if (gUID == string.Empty)
            {
                return ChangeFlags.None;
            }
            return AssetServer.GetChangeFlags(gUID);
        }