Class TMP_Math
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public static class TMP_Math
Fields
|
Edit this page
View Source
FLOAT_MAX
Declaration
public const float FLOAT_MAX = 32767
Field Value
|
Edit this page
View Source
FLOAT_MIN
Declaration
public const float FLOAT_MIN = -32767
Field Value
|
Edit this page
View Source
FLOAT_UNSET
Declaration
public const float FLOAT_UNSET = -32767
Field Value
|
Edit this page
View Source
INT_MAX
Declaration
public const int INT_MAX = 2147483647
Field Value
|
Edit this page
View Source
INT_MIN
Declaration
public const int INT_MIN = -2147483647
Field Value
|
Edit this page
View Source
INT_UNSET
Declaration
public const int INT_UNSET = -32767
Field Value
|
Edit this page
View Source
MAX_16BIT
Declaration
public static Vector2 MAX_16BIT
Field Value
|
Edit this page
View Source
MIN_16BIT
Declaration
public static Vector2 MIN_16BIT
Field Value
Methods
|
Edit this page
View Source
Approximately(float, float)
Declaration
public static bool Approximately(float a, float b)
Parameters
Returns