RoR2-ChensHelpers

Contains simple and useful helpers for RoR2 mod creators to use. Mainly caters to Chen's mods.

View on GitHub

ChensHelpers

Chen.Helpers.GeneralHelpers.AssetsManager

AssetsManager.BundleInfo Struct

A data structure that holds the information about the bundle.
This is used by the AssetsManager.

public struct AssetsManager.BundleInfo :
System.IEquatable<Chen.Helpers.GeneralHelpers.AssetsManager.BundleInfo>

Implements System.IEquatable<BundleInfo>

Constructors  
BundleInfo(string, BundleType) Constructor used to build BundleInfo.
Fields  
source The source is the resource path as defined by a mod. The bundle must be Embedded as Resource.
type Type of the bundle.
Methods  
Equals(BundleInfo) Defines the equality of this struct. Always use this method to compare BundleInfo data.