Exemplo n.º 1
0
 public static GameObject FindHierarchyToken(Transform parent, string sToken, bool bIncludeOwn         = false /* Metadata: 0x0061391D */) => default; // 0x00A3FC90-0x00A3FD30
 public static GameObject FindHierarchyToken(UITokenCache parentCache, string sToken, bool bIncludeOwn = false /* Metadata: 0x0061391E */) => default; // 0x00A406F0-0x00A40700
Exemplo n.º 2
0
 public static T FindHierarchyToken <T>(UITokenCache parent, string sToken, bool bIncludeOwn = false /* Metadata: 0x00613920 */)
     where T : Component => default;
Exemplo n.º 3
0
 public static void ApplyHierarchyToken <T>(UITokenCache parent, string sToken, Action <T> act)
     where T : Component
 {
 }