Class PluginModuleAttribute
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public class PluginModuleAttribute : Attribute
- Inheritance
-
PluginModuleAttribute
- Inherited Members
Constructors
PluginModuleAttribute(Type, int)
public PluginModuleAttribute(Type plugin, int priority = 1000)
Parameters
Properties
Plugin
public Type Plugin { get; }
Property Value
Priority
public int Priority { get; }