Class CustomPatch<T>
- Namespace
- Bannerlord.UIExtenderEx.Prefabs
- Assembly
- Bannerlord.UIExtenderEx.dll
Custom patch on either whole XmlDocument (if T is XmlDocument) or Xpath specified node (if XmlNode is the generic argument)
public abstract class CustomPatch<T> : IPrefabPatch where T : XmlNode
Type Parameters
T
- Inheritance
-
CustomPatch<T>
- Implements
- Inherited Members
Properties
Id
public abstract string Id { get; }
Property Value
Methods
Apply(T)
Apply this patch to obj
public abstract void Apply(T obj)
Parameters
obj
T