Class RemovedComponent
Inheritance
RemovedComponent
Assembly: UnityEditor.dll
Syntax
public class RemovedComponent : PrefabOverride
Properties
|
Improve this Doc
View Source
assetComponent
Declaration
public Component assetComponent { get; set; }
Property Value
|
Improve this Doc
View Source
containingInstanceGameObject
Declaration
public GameObject containingInstanceGameObject { 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