UnityEditor.EditorUtility.GetObjectEnabled C# (CSharp) Méthode

GetObjectEnabled() private méthode

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