Search Results for

    Show / Hide Table of Contents

    Class DefaultCustomReactions

    Inheritance
    Object
    DefaultCustomReactions
    Namespace: Surfer
    Assembly: cs.temp.dll.dll
    Syntax
    public static class DefaultCustomReactions

    Fields

    All

    Declaration
    public static readonly Dictionary<string, PathAction> All
    Field Value
    Type Description
    Dictionary<String, PathAction>

    kGODisable

    Declaration
    public const string kGODisable = "_SUgo2"
    Field Value
    Type Description
    String

    kGOEnable

    Declaration
    public const string kGOEnable = "_SUgo3"
    Field Value
    Type Description
    String

    kOpenState

    Declaration
    public const string kOpenState = "_SUsu1"
    Field Value
    Type Description
    String

    kSetAnchoredPosition

    Declaration
    public const string kSetAnchoredPosition = "_SUtr2"
    Field Value
    Type Description
    String

    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 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

    GetAllUIToolkitNames()

    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
    Type Name Description
    String path

    Reaction name/path to retrieve the key

    SUCompatibility_ID compatibilityID
    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

    In This Article
    Back to top Copyright © 2021 ATStudio