parent atom

  1. B

    Coding question: pressing UI button, connected to a Parent atom, from code

    Hello everyone! I want to add a On click-Listener to an UIbutton from my script using the following code: Atom uiButtonAtom = SuperController.singleton.GetAtomByUid(uiButtonName); Transform buttonTransform = uiButtonAtom.transform.Find("reParentObject/object/rescaleObject/Canvas/Button")...
  2. Move Objects together

    Guides Move Objects together 2024-03-25

    Guide how to parent Objects to a Subscene and move them together. Please note, that this ist not about what subscenes are made for and how they are used. In this case, its a means to an end. Instead of the Subscene Atom, you can take any other Atom you want, for example the Empty Atom...
Back
Top Bottom