Class DefaultCustomReactions
Inheritance
DefaultCustomReactions
Assembly: cs.temp.dll.dll
Syntax
public static class DefaultCustomReactions
Fields
All
Declaration
public static readonly Dictionary<string, PathAction> All
Field Value
kGODisable
Declaration
public const string kGODisable = "_SUgo2"
Field Value
kGOEnable
Declaration
public const string kGOEnable = "_SUgo3"
Field Value
kOpenState
Declaration
public const string kOpenState = "_SUsu1"
Field Value
kSetAnchoredPosition
Declaration
public const string kSetAnchoredPosition = "_SUtr2"
Field Value
Properties
UnifiedCanvasNames
Declaration
public static string[] UnifiedCanvasNames { get; }
Property Value
UnifiedNames
Declaration
public static string[] UnifiedNames { get; }
Property Value
Declaration
public static string[] UnifiedUIToolkitNames { get; }
Property Value
Methods
GetAllCanvasNames()
Get all the Canvas names/paths of all the reactions both Custom and Default. Used for the inspector
Declaration
public static string[] GetAllCanvasNames()
Returns
Type |
Description |
String[] |
Names/paths list
|
GetAllNames()
Get all the names/paths of all the reactions both Custom and Default. Used for the inspector
Declaration
public static string[] GetAllNames()
Returns
Type |
Description |
String[] |
Names/paths list
|
Get all the UIToolkit names/paths of all the reactions both Custom and Default. Used for the inspector
Declaration
public static string[] GetAllUIToolkitNames()
Returns
Type |
Description |
String[] |
Names/paths list
|
GetKey(String, SUCompatibility_ID)
Get the key of a specific reaction. Used for the inspector
Declaration
public static string GetKey(string path, SUCompatibility_ID compatibilityID = SUCompatibility_ID.Both)
Parameters
Returns
Type |
Description |
String |
Reaction key
|
GetName(String)
Get the name/path of a specific reaction. Used for the inspector
Declaration
public static string GetName(string key)
Parameters
Type |
Name |
Description |
String |
key |
Reaction key to retrieve the name/path
|
Returns
Type |
Description |
String |
Reaction name/path
|