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
Id
Name of the extension snippet, without .xml
public abstract string Id { get; }
Property Value
Value
public abstract string Value { get; }