Class PrefabExtensionAttribute
- Namespace
- Bannerlord.UIExtenderEx.Attributes
- Assembly
- Bannerlord.UIExtenderEx.dll
Attribute for prefab XML extensions.
Extension classes should inherit from one of the IPrefabPatch
base classes and should be marked with this attribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class PrefabExtensionAttribute : BaseUIExtenderAttribute
- Inheritance
-
PrefabExtensionAttribute
- Inherited Members
Constructors
PrefabExtensionAttribute(string, string?)
Constructor
public PrefabExtensionAttribute(string movie, string? xpath = null)
Parameters
movie
stringGauntlet Movie name to extend
xpath
stringXPath of the node to operate against (optional)
PrefabExtensionAttribute(string, string?, string?)
Constructor
[Obsolete("AutoGens are globally disabled for now. When the game will be released on Linux/OSX we'll reuse this property again.")]
public PrefabExtensionAttribute(string movie, string? xpath = null, string? autoGenWidgetName = null)
Parameters
movie
stringGauntlet Movie name to extend
xpath
stringXPath of the node to operate against (optional)
autoGenWidgetName
stringGauntlet Movie name to prevent from loading as an auto-generated Widget (optional)
Properties
AutoGenWidgetName
Gauntlet Movie name to prevent from loading as an auto-generated Widget (optional)
[Obsolete("AutoGens are globally disabled for now. When the game will be released on Linux/OSX we'll reuse this property again.")]
public string? AutoGenWidgetName { get; }
Property Value
Movie
Gauntlet Movie name to extend
public string Movie { get; }
Property Value
XPath
XPath of the node to operate against (optional)
public string? XPath { get; }