Class TMPro_ExtensionMethods
Inheritance
TMPro_ExtensionMethods
Namespace: TMPro
Syntax
public static class TMPro_ExtensionMethods
Methods
ArrayToString(Char[])
Declaration
public static string ArrayToString(this char[] chars)
Parameters
Type |
Name |
Description |
Char[] |
chars |
|
Returns
Compare(Color, Color)
Declaration
public static bool Compare(this Color a, Color b)
Parameters
Type |
Name |
Description |
Color |
a |
|
Color |
b |
|
Returns
Compare(Color32, Color32)
Declaration
public static bool Compare(this Color32 a, Color32 b)
Parameters
Type |
Name |
Description |
Color32 |
a |
|
Color32 |
b |
|
Returns
Compare(Quaternion, Quaternion, Int32)
Declaration
public static bool Compare(this Quaternion q1, Quaternion q2, int accuracy)
Parameters
Type |
Name |
Description |
Quaternion |
q1 |
|
Quaternion |
q2 |
|
Int32 |
accuracy |
|
Returns
Compare(Vector3, Vector3, Int32)
Declaration
public static bool Compare(this Vector3 v1, Vector3 v2, int accuracy)
Parameters
Type |
Name |
Description |
Vector3 |
v1 |
|
Vector3 |
v2 |
|
Int32 |
accuracy |
|
Returns
CompareRGB(Color, Color)
Declaration
public static bool CompareRGB(this Color a, Color b)
Parameters
Type |
Name |
Description |
Color |
a |
|
Color |
b |
|
Returns
CompareRGB(Color32, Color32)
Declaration
public static bool CompareRGB(this Color32 a, Color32 b)
Parameters
Type |
Name |
Description |
Color32 |
a |
|
Color32 |
b |
|
Returns
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
IntToString(Int32[])
Declaration
public static string IntToString(this int[] unicodes)
Parameters
Type |
Name |
Description |
Int32[] |
unicodes |
|
Returns
IntToString(Int32[], Int32, Int32)
Declaration
public static string IntToString(this int[] unicodes, int start, int length)
Parameters
Returns
Multiply(Color32, Color32)
Declaration
public static Color32 Multiply(this Color32 c1, Color32 c2)
Parameters
Type |
Name |
Description |
Color32 |
c1 |
|
Color32 |
c2 |
|
Returns
Tint(Color32, Color32)
Declaration
public static Color32 Tint(this Color32 c1, Color32 c2)
Parameters
Type |
Name |
Description |
Color32 |
c1 |
|
Color32 |
c2 |
|
Returns
Tint(Color32, Single)
Declaration
public static Color32 Tint(this Color32 c1, float tint)
Parameters
Type |
Name |
Description |
Color32 |
c1 |
|
Single |
tint |
|
Returns