Accessing custom component’s property

Forums 💬 FlowCanvas ⚙️ Support Accessing custom component’s property

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21809
    purga
    Participant

      There is a FC node named GetComponent(string) to access non-built-in Components (like TextMesh), but i cant find a way to access its property (like “text” property in TextMesh).

      Am i missing something?

      Thanks.

      #21811
      purga
      Participant

        After adding TextMesh to PreferredTypes, it’s accessable via the node editor.

        #21810
        Gavalakis
        Keymaster

          Hey,

          Thanks for the update.
          Indeed, to use any type you want that isn’t already showing up in the node browser, simply add that type in the Preferred Types to access it 🙂

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.