Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddedGameObject

Class with information about a GameObject that has been added as a child under a Prefab instance.
Read time 1 minuteLast updated 12 days ago

Definition

public class AddedGameObject : PrefabOverride

Properties

Property

Description

instanceGameObjectThe added GameObject on the Prefab instance.
siblingIndexThe sibling index of the added GameObject.

Methods

Inheritance