How do you use a blueprint from another class ? #49
Answered
by
stephannv
serge-hulne
asked this question in
Q&A
-
Example:
|
Beta Was this translation helpful? Give feedback.
Answered by
stephannv
Sep 15, 2023
Replies: 2 comments
-
@serge-hulne you can use More detailed usage you can find here: https://stephannv.github.io/blueprint-docs/guides/components/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
serge-hulne
-
Basically, the solution is :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@serge-hulne you can use
render
, eg.render Links.new
.More detailed usage you can find here: https://stephannv.github.io/blueprint-docs/guides/components/