Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PrefabUtility.GetPrefabType

public 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.