Skip to content

M_MSCLoader_LoadAssets_LoadBundle

piotrulos edited this page Apr 7, 2023 · 4 revisions

LoadAssets.LoadBundle Method (Mod, String)

Loads assetbundle from Assets folder

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

public static AssetBundle LoadBundle(
	<a href="T_MSCLoader_Mod">Mod</a> mod,
	string bundleName
)

View Source

Parameters

 

mod
Type: MSCLoader.Mod
Mod instance.
bundleName
Type: System.String
File name to load (for example "something.unity3d")

Return Value

Type: AssetBundle
Unity AssetBundle

See Also

Reference

LoadAssets Class
LoadBundle Overload
MSCLoader Namespace

Clone this wiki locally