Table of Contents

Class PrefabExtensionInsertPatch.PrefabExtensionSingleContentAttribute

Namespace
Bannerlord.UIExtenderEx.Prefabs2
Assembly
Bannerlord.UIExtenderEx.dll
protected abstract class PrefabExtensionInsertPatch.PrefabExtensionSingleContentAttribute : PrefabExtensionInsertPatch.PrefabExtensionContentAttribute
Inheritance
PrefabExtensionInsertPatch.PrefabExtensionSingleContentAttribute
Derived
Inherited Members

Constructors

PrefabExtensionSingleContentAttribute(bool)

Used on a single Property or Method in PrefabExtensionInsertPatch to flag it as containing the patch information.
Supported Types:

protected PrefabExtensionSingleContentAttribute(bool removeRootNode)

Parameters

removeRootNode bool

If set to true, the root node of will be removed.
This is useful when you wish to insert multiple nodes at the same level (as siblings) from a single patch.

Properties

RemoveRootNode

If set to true, the root node of Content will be removed.
This is useful when you wish to insert multiple nodes at the same level (as siblings) from a single patch.

public bool RemoveRootNode { get; }

Property Value

bool