Click or drag to resize

AssetBundleMod Class

An asset bundle loaded as a Mod. Loaded with AssetBundleModLoader.
Inheritance Hierarchy
SystemObject
  Kit.ModdingMod
    Kit.Modding.LoadersAssetBundleMod

Namespace:  Kit.Modding.Loaders
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public class AssetBundleMod : Mod
Request Example View Source

The AssetBundleMod type exposes the following members.

Constructors
  NameDescription
Public methodAssetBundleMod
Create a instance with the given asset bundle.
Top
Properties
  NameDescription
Public propertyBundle
Reference to the asset bundle.
Top
Methods
See Also