Add "Config Templates" during creating device in script. #15416
Answered
by
candlerb
LuaLua10
asked this question in
Help Wanted!
-
Hi.
|
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Mar 13, 2024
Replies: 1 comment 1 reply
-
In the source code, class Device is here. It mixes in RenderConfigMixin from here.
Therefore you should be able to set something like this:
although it needs to be an ObjectVar not a MultiObjectVar (since it points to a single ConfigTemplate, not a set of them) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LuaLua10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the source code, class Device is here. It mixes in RenderConfigMixin from here.
Therefore you should be able to set something like this:
although it needs to be an ObjectVar not a MultiObjectVar (since it points to a single ConfigTemplate, not a set of them)