PhatomCamera3D.set_look_at_targets seems to not accept arrays containing children of Node3D #302
-
Beta Was this translation helpful? Give feedback.
Answered by
ramokz
May 17, 2024
Replies: 1 comment 3 replies
-
The error suggests that var dice: Array[Node3D] = [] Also, what does the two |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
AvianAnalyst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error suggests that
dice
isn't of typeArray[Node3D]
. Have you tried strongly typing it?I.e.
Also, what does the two
print
statements on the second and third last line show in the output tab?