tModLoader v2025.03
A mod to make and play Terraria mods
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
LegacyGameInterfaceLayer Class Reference

Inherits GameInterfaceLayer.

Public Member Functions

 LegacyGameInterfaceLayer (string name, GameInterfaceDrawMethod drawMethod, InterfaceScaleType scaleType=InterfaceScaleType.Game)
 
- Public Member Functions inherited from GameInterfaceLayer
 GameInterfaceLayer (string name, InterfaceScaleType scaleType)
 
bool Draw ()
 

Protected Member Functions

override bool DrawSelf ()
 
virtual bool DrawSelf ()
 

Additional Inherited Members

- Public Attributes inherited from GameInterfaceLayer
bool Active
 
readonly string Name
 
InterfaceScaleType ScaleType
 

Member Function Documentation

◆ DrawSelf()

override bool LegacyGameInterfaceLayer.DrawSelf ( )
protectedvirtual

Reimplemented from GameInterfaceLayer.