Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
ClosetargetObject | An object contained within a prefab object. |
Object The prefab the object is contained in.
Retrieves the enclosing prefab for any object contained within.
Given an asset/object, this function returns the prefab it is a child of. Checks if the object is part of a prefab, either instance or asset, if so it returns the Prefab object.
no example available in JavaScript
no example available in C#