UnityEditor.EditorUtility.GetObjectEnabled C# (CSharp) Method

GetObjectEnabled() private method

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