using UnityEngine; namespace TMPro { /// /// HelpURLAttribute wrapper for TMP C# code /// internal class TMPHelpURL : UIModuleHelpURL { internal TMPHelpURL(string pageName) : base($"TextMeshPro/{pageName}") { } } }