Class BundleTools.RegistryInfo
Contains information about a registry
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public class BundleTools.RegistryInfo
Fields
| Edit this page View SourceAssemblyName
The assembly of the mod the registry is bound to
Declaration
public string AssemblyName
Field Value
Type | Description |
---|---|
string |
AssetBundleName
The asset bundle the registry is a part of
Declaration
public string AssetBundleName
Field Value
Type | Description |
---|---|
string |
ModTypeName
The type name of the mod the registry is bound to
Declaration
public string ModTypeName
Field Value
Type | Description |
---|---|
string |
Path
The file path of the registry
Declaration
public string Path
Field Value
Type | Description |
---|---|
string |