Class PrefabExtensionInsertPatch.PrefabExtensionContentAttribute
- Namespace
- Bannerlord.UIExtenderEx.Prefabs2
- Assembly
- Bannerlord.UIExtenderEx.dll
Used on a single Property or Method in PrefabExtensionInsertPatch to flag it as containing the patch information.
Supported Types:
- stringRepresents either the name of a file (use PrefabExtensionInsertPatch.PrefabExtensionFileNameAttribute), or xml (use PrefabExtensionInsertPatch.PrefabExtensionTextAttribute).
- XmlDocumentUse PrefabExtensionInsertPatch.PrefabExtensionXmlDocumentAttribute. The root node of the document and all of its children will be inserted at the target location.
- XmlNodeUse PrefabExtensionInsertPatch.PrefabExtensionXmlNodeAttribute. The node and all of its children will be inserted at the target location.
- IEnumerable<T> of type XmlNodeUse PrefabExtensionInsertPatch.PrefabExtensionXmlNodesAttribute. Nodes will be inserted in the same order that they appear in this list at the target location.
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property)]
protected abstract class PrefabExtensionInsertPatch.PrefabExtensionContentAttribute : Attribute
- Inheritance
-
PrefabExtensionInsertPatch.PrefabExtensionContentAttribute
- Derived
- Inherited Members