Class PrefabOverride
Inheritance
PrefabOverride
Assembly: UnityEditor.dll
Syntax
public abstract class PrefabOverride
Methods
|
Improve this Doc
View Source
Apply()
Declaration
|
Improve this Doc
View Source
Apply(String)
Declaration
public abstract void Apply(string prefabAssetPath)
Parameters
Type |
Name |
Description |
String |
prefabAssetPath |
|
|
Improve this Doc
View Source
FindApplyTargetAssetObject(String)
Declaration
protected Object FindApplyTargetAssetObject(string prefabAssetPath)
Parameters
Type |
Name |
Description |
String |
prefabAssetPath |
|
Returns
|
Improve this Doc
View Source
GetAssetObject()
Declaration
public abstract Object GetAssetObject()
Returns
|
Improve this Doc
View Source
Revert()
Declaration
public abstract void Revert()
Extension Methods