Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
TMPro.SetPropertyUtility Class Reference

Static Public Member Functions

static bool SetClass< T > (ref T currentValue, T newValue)
 
static bool SetColor (ref Color currentValue, Color newValue)
 
static bool SetEquatableStruct< T > (ref T currentValue, T newValue)
 
static bool SetStruct< T > (ref T currentValue, T newValue)
 

Member Function Documentation

static bool TMPro.SetPropertyUtility.SetClass< T > ( ref T  currentValue,
newValue 
)
inlinestatic
Type Constraints
T :class 
static bool TMPro.SetPropertyUtility.SetColor ( ref Color  currentValue,
Color  newValue 
)
inlinestatic
static bool TMPro.SetPropertyUtility.SetEquatableStruct< T > ( ref T  currentValue,
newValue 
)
inlinestatic
Type Constraints
T :IEquatable<T> 
static bool TMPro.SetPropertyUtility.SetStruct< T > ( ref T  currentValue,
newValue 
)
inlinestatic
Type Constraints
T :struct 

The documentation for this class was generated from the following file: