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

Public Member Functions

 FloatRange (float minimum, float maximum)
 

Static Public Member Functions

static FloatRange operator* (float scale, FloatRange range)
 
static FloatRange operator* (FloatRange range, float scale)
 
static FloatRange operator/ (float scale, FloatRange range)
 
static FloatRange operator/ (FloatRange range, float scale)
 

Public Attributes

readonly float Maximum
 
readonly float Minimum