Posts

Post not yet marked as solved
0 Replies
244 Views
I have a setup like so;struct ContentView : View { @State var data var body: some View { VStack{ SceneSCNView(data: self.data) Interface() // with actions updating data } } }(not actual code but to illustrate)How would I get my SCNView to update based on new data?
Posted
by leodokk.
Last updated
.