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>
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.
|