Class LocalizedHeaderAttribute
- Namespace
- JLChnToZ.VRC.Foundation.I18N
Attach a header above the field with localized text.
public class LocalizedHeaderAttribute : PropertyAttribute
- Inheritance
-
LocalizedHeaderAttribute
- Extension Methods
Constructors
LocalizedHeaderAttribute(string)
Create a new instance of LocalizedHeaderAttribute.
public LocalizedHeaderAttribute(string key)
Parameters
keystringThe key of the localized header.
Properties
Key
public string Key { get; }