Class AddedGameObject
Inheritance
AddedGameObject
Assembly: UnityEditor.dll
Syntax
public class AddedGameObject : PrefabOverride
Properties
|
Improve this Doc
View Source
instanceGameObject
Declaration
public GameObject instanceGameObject { get; set; }
Property Value
|
Improve this Doc
View Source
siblingIndex
Declaration
public int siblingIndex { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Apply(String)
Declaration
public override void Apply(string prefabAssetPath)
Parameters
Type |
Name |
Description |
String |
prefabAssetPath |
|
Overrides
|
Improve this Doc
View Source
GetAssetObject()
Declaration
public override Object GetAssetObject()
Returns
Overrides
|
Improve this Doc
View Source
Revert()
Declaration
public override void Revert()
Overrides
Extension Methods