PrefabUtility.GetPrefabType Manual     Reference     Scripting  
Scripting > Editor Classes > PrefabUtility
PrefabUtility.GetPrefabType

static function GetPrefabType (target : Object) : PrefabType

Description

Given an object, returns its prefab type (None, if it's not a prefab)

See Also: The PrefabType enumeration for information on the possible return values.