Florian Schlüter
Results
1
issues of
Florian Schlüter
Im trying to add custom instructions with this code: ``` val customInstructionNode: ViewNode = ViewNode() fun displayCustomInstructionView(){ customInstructionNode.apply { position = Float3(x = 0.0f, y = -0.75f, z = -2.0f)...