Show / Hide Table of Contents

Class TMP_Math

Inheritance
object
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
Type Description
float
| Edit this page View Source

FLOAT_MIN

Declaration
public const float FLOAT_MIN = -32767
Field Value
Type Description
float
| Edit this page View Source

FLOAT_UNSET

Declaration
public const float FLOAT_UNSET = -32767
Field Value
Type Description
float
| Edit this page View Source

INT_MAX

Declaration
public const int INT_MAX = 2147483647
Field Value
Type Description
int
| Edit this page View Source

INT_MIN

Declaration
public const int INT_MIN = -2147483647
Field Value
Type Description
int
| Edit this page View Source

INT_UNSET

Declaration
public const int INT_UNSET = -32767
Field Value
Type Description
int
| Edit this page View Source

MAX_16BIT

Declaration
public static Vector2 MAX_16BIT
Field Value
Type Description
Vector2
| Edit this page View Source

MIN_16BIT

Declaration
public static Vector2 MIN_16BIT
Field Value
Type Description
Vector2

Methods

| Edit this page View Source

Approximately(float, float)

Declaration
public static bool Approximately(float a, float b)
Parameters
Type Name Description
float a
float b
Returns
Type Description
bool
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾