Table of Contents

Class PrefabExtensionSetAttributePatch

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

Patch that adds or replaces node's attribute specified by XPath with node from prefab extension

public abstract class PrefabExtensionSetAttributePatch : IPrefabPatch
Inheritance
PrefabExtensionSetAttributePatch
Implements
Inherited Members

Properties

Attribute

public abstract string Attribute { get; }

Property Value

string

Id

Name of the extension snippet, without .xml

public abstract string Id { get; }

Property Value

string

Value

public abstract string Value { get; }

Property Value

string