Class SortingLayerHelper
Inheritance
SortingLayerHelper
Namespace: TMPro
Syntax
public static class SortingLayerHelper
Properties
sortingLayerNames
Declaration
public static string[] sortingLayerNames { get; }
Property Value
Methods
GetSortingLayerIDForIndex(Int32)
Declaration
public static int GetSortingLayerIDForIndex(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
GetSortingLayerIDForName(String)
Declaration
public static int GetSortingLayerIDForName(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
GetSortingLayerNameFromID(Int32)
Declaration
public static string GetSortingLayerNameFromID(int id)
Parameters
Type |
Name |
Description |
Int32 |
id |
|
Returns