Class DefaultConditionChecks
Namespace: Surfer
Assembly: cs.temp.dll.dll
Syntax
public static class DefaultConditionChecks
Fields
All
Declaration
public static readonly Dictionary<string, PathFunc> All
Field Value
Type | Description |
---|---|
Dictionary<String, PathFunc> |
Properties
UnifiedCanvasNames
Declaration
public static string[] UnifiedCanvasNames { get; }
Property Value
Type | Description |
---|---|
String[] |
UnifiedNames
Declaration
public static string[] UnifiedNames { get; }
Property Value
Type | Description |
---|---|
String[] |
UnifiedUIToolkitNames
Declaration
public static string[] UnifiedUIToolkitNames { get; }
Property Value
Type | Description |
---|---|
String[] |
Methods
GetAllCanvasNames()
Get all the Canvas names/paths of all the conditions 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 conditions both Custom and Default. Used for the inspector
Declaration
public static string[] GetAllNames()
Returns
Type | Description |
---|---|
String[] | Names/paths list |
GetAllUIToolkitNames()
Get all the UIToolkit names/paths of all the conditions 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 condition. Used for the inspector
Declaration
public static string GetKey(string path, SUCompatibility_ID compatibilityID = SUCompatibility_ID.Both)
Parameters
Type | Name | Description |
---|---|---|
String | path | Condition name/path to retrieve the key |
SUCompatibility_ID | compatibilityID |
Returns
Type | Description |
---|---|
String | Condition key |
GetName(String)
Get the name/path of a specific condition. Used for the inspector
Declaration
public static string GetName(string key)
Parameters
Type | Name | Description |
---|---|---|
String | key | Condition key to retrieve the name/path |
Returns
Type | Description |
---|---|
String | Condition name/path |