Table of Contents
An embedded asset bundle resource belonging to mod T.
public class BundleResource<T> : BTD_Mod_Helper.Api.Data.Resource
where T : BTD_Mod_Helper.BloonsMod
T
Inheritance System.Object Resource BundleResource
An embedded asset bundle resource belonging to mod T.
public BundleResource(string name);
name System.String
The loaded UnityEngine.AssetBundle for this resource.
public virtual AssetBundle Bundle { get; }
Implicit conversion to UnityEngine.AssetBundle.
public static AssetBundle implicit operator AssetBundle(BTD_Mod_Helper.Api.Data.BundleResource<T> resource);
resource BTD_Mod_Helper.Api.Data.BundleResource<T>
Implicit conversion to the resource's name
public static string implicit operator string(BTD_Mod_Helper.Api.Data.BundleResource<T> resource);
resource BTD_Mod_Helper.Api.Data.BundleResource<T>