Table of Contents

Class PrefabExtensionInsertAsSiblingPatch

Namespace
Bannerlord.UIExtenderEx.Prefabs
Assembly
Bannerlord.UIExtenderEx.dll

Patch that inserts prefab extension as a sibling to node specified by Xpath. Order is controlled by Type property.

public abstract class PrefabExtensionInsertAsSiblingPatch : IPrefabPatch
Inheritance
PrefabExtensionInsertAsSiblingPatch
Implements
Inherited Members

Properties

Id

Name of the extension snippet, without .xml

public abstract string Id { get; }

Property Value

string

Type

Type of the insert

public virtual PrefabExtensionInsertAsSiblingPatch.InsertType Type { get; }

Property Value

PrefabExtensionInsertAsSiblingPatch.InsertType

Methods

GetPrefabExtension()

public abstract XmlDocument GetPrefabExtension()

Returns

XmlDocument