UnityEditor.EditorUtility.GetObjectEnabled C# (CSharp) 메소드

GetObjectEnabled() 개인적인 메소드

private GetObjectEnabled ( Object target ) : int
target Object
리턴 int
        public static extern int GetObjectEnabled(Object target);
        [Obsolete("Use PrefabUtility.GetPrefabParent")]
EditorUtility