Public Member Functions | Public Attributes | List of all members
UnityManifestBundleDirectory.SpecificBundleName Class Reference

A wrapper type for a bundle name that's been looked up via RemapBundleName More...

Public Member Functions

  SpecificBundleName (string specificName, string sanitizedName)
 
override string  ToString ()
 

Public Attributes

string  Specific
  The real value. More...
 
string  Sanitized
  Sanitized bundle name More...
 

Detailed Description

This keeps us from accidentally passing one for the other.

Member Data Documentation

◆ Sanitized

string Sanitized

◆ Specific

string Specific