Class TMProMigratableAttribute
- Namespace
- JLChnToZ.VRC.Foundation
Attach this attribute to a UnityEngine.UI.Text field to indicate that it should be migrated to TMPro.TextMeshProUGUI.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Field, Inherited = true)]
public class TMProMigratableAttribute : Attribute
- Inheritance
-
TMProMigratableAttribute
- Inherited Members
- Extension Methods
Constructors
TMProMigratableAttribute()
public TMProMigratableAttribute()
TMProMigratableAttribute(string)
public TMProMigratableAttribute(string tmProFieldName)
Parameters
tmProFieldNamestring
Properties
TMProFieldName
The field name of the TMPro.TextMeshProUGUI that the field should be migrated to.
public string TMProFieldName { get; }