tModLoader v0.11.8.9
A mod to make and play Terraria mods
Terraria.ModLoader.Config.CustomModConfigItemAttribute Class Reference

Use this attribute to specify a custom UI element to be used for the annotated property, field, or class in the ModConfig UI. More...

+ Inheritance diagram for Terraria.ModLoader.Config.CustomModConfigItemAttribute:
+ Collaboration diagram for Terraria.ModLoader.Config.CustomModConfigItemAttribute:

Public Member Functions

 CustomModConfigItemAttribute (Type t)
 

Public Attributes

Type t
 

Detailed Description

Use this attribute to specify a custom UI element to be used for the annotated property, field, or class in the ModConfig UI.

Definition at line 85 of file ConfigAttributes.cs.

Constructor & Destructor Documentation

◆ CustomModConfigItemAttribute()

Terraria.ModLoader.Config.CustomModConfigItemAttribute.CustomModConfigItemAttribute ( Type  t)

Member Data Documentation

◆ t

Type Terraria.ModLoader.Config.CustomModConfigItemAttribute.t