Table of Contents

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

plugin Type
priority int

Properties

Plugin

public Type Plugin { get; }

Property Value

Type

Priority

public int Priority { get; }

Property Value

int