Class TMPro_ExtensionMethods
Inheritance
TMPro_ExtensionMethods
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public static class TMPro_ExtensionMethods
Methods
|
Edit this page
View Source
ArrayToString(char[])
Declaration
public static string ArrayToString(this char[] chars)
Parameters
Type |
Name |
Description |
char[] |
chars |
|
Returns
|
Edit this page
View Source
Compare(Color, Color)
Declaration
public static bool Compare(this Color a, Color b)
Parameters
Type |
Name |
Description |
Color |
a |
|
Color |
b |
|
Returns
|
Edit this page
View Source
Compare(Color32, Color32)
Declaration
public static bool Compare(this Color32 a, Color32 b)
Parameters
Type |
Name |
Description |
Color32 |
a |
|
Color32 |
b |
|
Returns
|
Edit this page
View Source
Compare(Quaternion, Quaternion, int)
Declaration
public static bool Compare(this Quaternion q1, Quaternion q2, int accuracy)
Parameters
Type |
Name |
Description |
Quaternion |
q1 |
|
Quaternion |
q2 |
|
int |
accuracy |
|
Returns
|
Edit this page
View Source
Compare(Vector3, Vector3, int)
Declaration
public static bool Compare(this Vector3 v1, Vector3 v2, int accuracy)
Parameters
Type |
Name |
Description |
Vector3 |
v1 |
|
Vector3 |
v2 |
|
int |
accuracy |
|
Returns
|
Edit this page
View Source
CompareRGB(Color, Color)
Declaration
public static bool CompareRGB(this Color a, Color b)
Parameters
Type |
Name |
Description |
Color |
a |
|
Color |
b |
|
Returns
|
Edit this page
View Source
CompareRGB(Color32, Color32)
Declaration
public static bool CompareRGB(this Color32 a, Color32 b)
Parameters
Type |
Name |
Description |
Color32 |
a |
|
Color32 |
b |
|
Returns
|
Edit this page
View Source
FindInstanceID<T>(List<T>, T)
Declaration
public static int FindInstanceID<T>(this List<T> list, T target) where T : Object
Parameters
Type |
Name |
Description |
List<T> |
list |
|
T |
target |
|
Returns
Type Parameters
|
Edit this page
View Source
Multiply(Color32, Color32)
Declaration
public static Color32 Multiply(this Color32 c1, Color32 c2)
Parameters
Type |
Name |
Description |
Color32 |
c1 |
|
Color32 |
c2 |
|
Returns
|
Edit this page
View Source
Tint(Color32, float)
Declaration
public static Color32 Tint(this Color32 c1, float tint)
Parameters
Type |
Name |
Description |
Color32 |
c1 |
|
float |
tint |
|
Returns
|
Edit this page
View Source
Tint(Color32, Color32)
Declaration
public static Color32 Tint(this Color32 c1, Color32 c2)
Parameters
Type |
Name |
Description |
Color32 |
c1 |
|
Color32 |
c2 |
|
Returns