Apply(string, InteractionMode)
See: PrefabOverride.Apply().
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.SceneManagement
- Assembly: UnityEditor.CoreModule
public override void Apply(string prefabAssetPath, InteractionMode mode)
Parameters
The path of the Prefab Asset that the override should be applied to.
The interaction mode for this action.
Remarks
Additional Resources: PrefabUtility.ApplyRemovedGameObject.