RSX Code Reference
    Preparing search index...
    • rsx
    • TemplatedGraphNodeSpecializationObject

    Class TemplatedGraphNodeSpecializationObject

    The TemplatedGraphNodeSpecializationObject class provides serialization data for template specializations.

    Index
    • Parameters

      • name: string
      • parameterTypes: InspectableMethodParameters
      • returnType: Type | Type[]
      • descriptionAttribute: string | DescriptionAttribute
      • categoryAttribute: string | CategoryAttribute
      • compatibilityAttribute: GraphCompatibiltyName[] | GraphCompatibilityAttribute
      • friendlyNameAttribute: string | FriendlyNameAttribute
      • defaultValueAttribute: DefaultValueAttribute

      Returns TemplatedGraphNodeSpecializationObject

    category: string
    compatibility: GraphCompatibiltyName[]
    defaultValueAttribute: DefaultValueAttribute
    description: string
    friendlyName: string
    name: string
    parameterTypes: Map<string, Type | Type[]>
    returnType: Type | Type[]
    • get friendlyObjectName(): string

      Gets a friendly name useful for automatic object name creation, such as the name of a node.

      Returns string