Click or drag to resize

AssetBundleMod Constructor

Create a instance with the given asset bundle.

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

Parameters

bundle
Type: AssetBundle
The asset bundle.
See Also